LinuxLists
Users
About
Leonardo Brás (
[email protected]
)
Number of posts: 356 (0.17 per day)
First post: 2018-08-07 04:07:07
Last post: 2024-03-07 22:48:25
Previous Page
Date
List
Subject
2018-09-27 01:42:06
linux-kernel
[PATCH v2 4/7] drivers: zorro: Avoids building proc.o if CONFIG_ZORRO is disabled
2018-09-27 01:41:34
linux-kernel
[PATCH v2 3/7] drivers: parisc: Avoids building driver if CONFIG_PARISC is disabled
2018-09-27 01:41:08
linux-kernel
[PATCH v2 2/7] drivers: nubus: Avoids building driver if CONFIG_NUBUS is disabled
2018-09-27 01:41:04
linux-kernel
[PATCH v2 0/7] Remove errors building drivers/DRIVERNAME
2018-09-27 01:40:49
linux-kernel
[PATCH v2 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled
2018-09-26 01:55:31
linux-kernel
[PATCH 7/7] drivers: hwtracing: Adds Makefile to enable building from directory.
2018-09-26 01:55:22
linux-kernel
[PATCH 6/7] drivers: oprofile: Avoids building driver from direct make command
2018-09-26 01:54:11
linux-kernel
[PATCH 2/7] drivers: nubus: Avoids building driver if CONFIG_NUBUS is disabled
2018-09-26 01:54:01
linux-kernel
[PATCH 5/7] drivers: s390: Avoids building drivers if ARCH is not s390.
2018-09-26 01:53:47
linux-kernel
[PATCH 4/7] drivers: zorro: Avoids building proc.o if CONFIG_ZORRO is disabled
2018-09-26 01:53:13
linux-kernel
[PATCH 3/7] drivers: parisc: Avoids building driver if CONFIG_PARISC is disabled
2018-09-26 01:52:46
linux-kernel
[PATCH 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled
2018-09-26 01:52:19
linux-kernel
[PATCH 0/7] Remove errors building drivers/DRIVERNAME
2018-09-21 01:16:09
linux-kernel
[PATCH 1/1] drivers/dio : Changes Makefile to avoid acciental compilation.
2018-09-18 23:00:59
linux-kernel
[PATCH 1/1] kbuild: Optimize tests and remove shadowed local variable.
2018-09-12 23:09:44
linux-kernel
[PATCH] Optimize tests and remove shadowed local variable.
2018-08-09 23:56:58
linux-kernel
[PATCH 2/2] staging: fbtft: Adds space around "/"
2018-08-09 23:40:26
linux-kernel
[PATCH 1/1] staging: fbtft: Removes ";" from very used macro definition.
2018-08-09 23:30:13
linux-kernel
[PATCH 1/2] staging: fbtft: Moves ";" from macro definition to macro usage.
2018-08-09 22:37:00
linux-kernel
[PATCH v3 2/3] staging: fbtft: Replaces (1 << n) for macro BIT(n) - Style
2018-08-09 22:36:47
linux-kernel
[PATCH v3 3/3] staging: fbtft: Corrects long index line - Style
2018-08-09 22:35:36
linux-kernel
[PATCH v3 1/3] staging: fbtft: Includes description to mutex and spinlock - Style
2018-08-09 22:35:15
linux-kernel
[PATCH v3 0/3] Style changes
2018-08-08 00:32:15
linux-kernel
[PATCH v2 09/15] staging: fbtft: Erases some repetitive usage of function name - Style
2018-08-08 00:32:05
linux-kernel
[PATCH v2 15/15] staging: fbtft: Replaces custom debug macro with dev_dbg().
2018-08-08 00:31:48
linux-kernel
[PATCH v2 11/15] staging: fbtft: Includes description to mutex and spinlock - Style
2018-08-08 00:31:47
linux-kernel
[PATCH v2 14/15] staging: fbtft: Replaces (1 << n) for macro BIT(n) - Style
2018-08-08 00:31:38
linux-kernel
[PATCH v2 13/15] staging: fbtft: Corrects long index line - Style
2018-08-08 00:31:30
linux-kernel
[PATCH v2 12/15] staging: fbtft: Add spaces around / - Style
2018-08-08 00:31:25
linux-kernel
[PATCH v2 08/15] staging: fbtft: Adjust some empty-line problems - Style
2018-08-08 00:31:09
linux-kernel
[PATCH v2 10/15] staging: fbtft: Fixes some defines styles - Style
2018-08-08 00:31:02
linux-kernel
[PATCH v2 06/15] staging: fbtft: Changes gamma table to define.
2018-08-08 00:30:36
linux-kernel
[PATCH v2 07/15] staging: fbtft: Removes one nesting level to help readability - Style
2018-08-08 00:30:33
linux-kernel
[PATCH v2 01/15] staging: fbtft: Changes udelay(n) to usleep_range(n, n + x). - Style
2018-08-08 00:30:29
linux-kernel
[PATCH v2 05/15] staging: fbtft: A bit more information on dev_err.
2018-08-08 00:30:06
linux-kernel
[PATCH v2 04/15] staging: fbtft: Fixes some lines long lines (>80) - Style
2018-08-08 00:29:56
linux-kernel
[PATCH v2 03/15] staging: fbtft: Fixes some alignment issues - Style
2018-08-08 00:29:48
linux-kernel
[PATCH v2 02/15] staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issues - Style
2018-08-08 00:28:54
linux-kernel
[PATCH v2 00/15] staging: fbtft: Fixes some issues found with checkpatch.pl
2018-08-07 05:05:52
linux-kernel
[PATCH 02/11] staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issues - Style
2018-08-07 04:10:20
linux-kernel
[PATCH 10/11] staging: fbtft: Replaces (1 << n) for macro BIT(n) - Style
2018-08-07 04:10:05
linux-kernel
[PATCH 09/11] staging: fbtft: Corrects long index line - Style
2018-08-07 04:10:00
linux-kernel
[PATCH 11/11] staging: fbtft: Includes parenthesis around macro parameters and avoids multiple usage of macro parameter - Style
2018-08-07 04:08:50
linux-kernel
[PATCH 07/11] staging: fbtft: Includes description to mutex and spinlock - Style
2018-08-07 04:08:41
linux-kernel
[PATCH 08/11] staging: fbtft: Add spaces around / - Style
2018-08-07 04:08:24
linux-kernel
[PATCH 03/11] staging: fbtft: Fixes some alignment and line > 80 char issues - Style
2018-08-07 04:08:13
linux-kernel
[PATCH 06/11] staging: fbtft: Fixes some defines styles - Style
2018-08-07 04:07:54
linux-kernel
[PATCH 04/11] staging: fbtft: Adjust some empty-line problems - Style
2018-08-07 04:07:29
linux-kernel
[PATCH 01/11] staging: fbtft: Changes udelay(n) to usleep_range(n, n + 1). - Style
2018-08-07 04:07:07
linux-kernel
[PATCH 00/11] Style Fixes on fbtft