On Friday 08 June 2012, mathieu.poirier@linaro.org wrote:
From: Mathieu Poirier <mathieu.poirier@linaro.org>
These patches fix miscellaneous problems when working
with make randconfig. They were discovered on kernel
3.1-rc4 and sent out during the 3.4 cycle but were not
ack'ed.
Sending out again for completeness.
Hi Mathieu,
I just realized that most of these are for the same subsystem
(framebuffer), so you should have kept the respective mailing list
and maintainer on Cc (added now).
The mg_disk driver is not listed in the MAINTAINERS file but
has an author email listed in the file itself.
I can take the mg_disk patch into the arm-soc tree as a fix,
but I'd prefer the other patches to go through the framebuffer
tree.
Arnd
Arnd Bergmann (6):
drivers/video: use correct __devexit_p annotation
mg_disk: use readb/writeb instead of inb/outb
video/ili9320: do not mark exported functions __devexit
video/console: automatically select a font
drivers/savagefb: use mdelay instead of udelay
drivers/tosa: driver needs I2C and SPI to compile
drivers/block/mg_disk.c | 78 ++++++++++++++++----------------
drivers/video/backlight/Kconfig | 2 +-
drivers/video/backlight/ili9320.c | 2 +-
drivers/video/broadsheetfb.c | 2 +-
drivers/video/console/Kconfig | 14 ++++++
drivers/video/mbx/mbxfb.c | 2 +-
drivers/video/savage/savagefb_driver.c | 10 ++--
7 files changed, 62 insertions(+), 48 deletions(-)
Hi Arnd, Mathieu,
On 06/09/2012 12:13 AM, Arnd Bergmann wrote:
On Friday 08 June 2012, mathieu.poirier@linaro.org wrote:
quoted
From: Mathieu Poirier <mathieu.poirier@linaro.org>
These patches fix miscellaneous problems when working
with make randconfig. They were discovered on kernel
3.1-rc4 and sent out during the 3.4 cycle but were not
ack'ed.
Sending out again for completeness.
Hi Mathieu,
I just realized that most of these are for the same subsystem
(framebuffer), so you should have kept the respective mailing list
and maintainer on Cc (added now).
The mg_disk driver is not listed in the MAINTAINERS file but
has an author email listed in the file itself.
I can take the mg_disk patch into the arm-soc tree as a fix,
but I'd prefer the other patches to go through the framebuffer
tree.
Applied all (including the backlight patches which are usually handled
by Andrew Morton) but the mg_disk patch.
Thanks,
Florian Tobias Schandinat
Arnd
quoted
Arnd Bergmann (6):
drivers/video: use correct __devexit_p annotation
mg_disk: use readb/writeb instead of inb/outb
video/ili9320: do not mark exported functions __devexit
video/console: automatically select a font
drivers/savagefb: use mdelay instead of udelay
drivers/tosa: driver needs I2C and SPI to compile
drivers/block/mg_disk.c | 78 ++++++++++++++++----------------
drivers/video/backlight/Kconfig | 2 +-
drivers/video/backlight/ili9320.c | 2 +-
drivers/video/broadsheetfb.c | 2 +-
drivers/video/console/Kconfig | 14 ++++++
drivers/video/mbx/mbxfb.c | 2 +-
drivers/video/savage/savagefb_driver.c | 10 ++--
7 files changed, 62 insertions(+), 48 deletions(-)
On Saturday 09 June 2012, Florian Tobias Schandinat wrote:
quoted
I just realized that most of these are for the same subsystem
(framebuffer), so you should have kept the respective mailing list
and maintainer on Cc (added now).
The mg_disk driver is not listed in the MAINTAINERS file but
has an author email listed in the file itself.
I can take the mg_disk patch into the arm-soc tree as a fix,
but I'd prefer the other patches to go through the framebuffer
tree.
Applied all (including the backlight patches which are usually handled
by Andrew Morton) but the mg_disk patch.
Ok, Thanks a lot!
Arnd