linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] move ARM LCD display driver to auxdisplay
@ 2016-04-23  9:43 Linus Walleij
  2016-04-25 11:57 ` Maxime Ripard
  0 siblings, 1 reply; 16+ messages in thread
From: Linus Walleij @ 2016-04-23  9:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC guys,

these two patches move the ARM character LCD driver from
misc drivers to the auxdisplay subsystem where it belongs and
updates the defconfig for the RealView accordingly.

Please pull it into some cleanup branch in the ARM SoC
tree.

I tried to get some ACK from the auxdisplay maintainer but no
reaction.

Yours,
Linus Walleij

The following changes since commit bf16200689118d19de1b8d2a3c314fc21f5dc7bb:

  Linux 4.6-rc3 (2016-04-10 17:58:30 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/move-auxdisplay

for you to fetch changes up to 700ce70081d4f5ac7bc4fbfba209072152f96c89:

  ARM: realview: update defconfig to match new subsystem (2016-04-23
11:38:25 +0200)

----------------------------------------------------------------
This moves the ARM RealView auxilary display out of
the misc drivers and into the new auxdisplay subsystem.

----------------------------------------------------------------
Linus Walleij (2):
      auxdisplay: move the ARM LCD driver into auxdisplay
      ARM: realview: update defconfig to match new subsystem

 arch/arm/configs/realview_defconfig        |  3 ++-
 drivers/auxdisplay/Kconfig                 | 10 ++++++++++
 drivers/auxdisplay/Makefile                |  1 +
 drivers/{misc => auxdisplay}/arm-charlcd.c |  0
 drivers/misc/Kconfig                       | 10 ----------
 drivers/misc/Makefile                      |  1 -
 6 files changed, 13 insertions(+), 12 deletions(-)
 rename drivers/{misc => auxdisplay}/arm-charlcd.c (100%)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2016-05-18 14:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-23  9:43 [GIT PULL] move ARM LCD display driver to auxdisplay Linus Walleij
2016-04-25 11:57 ` Maxime Ripard
2016-04-25 22:18   ` Arnd Bergmann
2016-04-26 10:41   ` Linus Walleij
2016-04-28  9:26     ` Maxime Ripard
2016-04-29  7:49       ` Linus Walleij
2016-04-29 14:53       ` Tomi Valkeinen
2016-05-09  7:06         ` Robin van der Gracht
2016-05-09 13:19           ` Linus Walleij
2016-05-09 14:17             ` Robin van der Gracht
2016-05-09 14:27               ` Linus Walleij
2016-05-10  7:10                 ` Greg KH
2016-05-11  7:46                   ` Robin van der Gracht
2016-05-11  8:34                     ` Greg KH
2016-05-12 10:25                 ` Robin van der Gracht
2016-05-18 14:35                   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).