All of lore.kernel.org
 help / color / mirror / Atom feed
  • [parent not found: <1414153014-152246-2-git-send-email-mika.westerberg@linux.intel.com>]
  • [parent not found: <1414153014-152246-3-git-send-email-mika.westerberg@linux.intel.com>]
  • [parent not found: <1414153014-152246-4-git-send-email-mika.westerberg@linux.intel.com>]
  • * [PATCH 0/4] pinctrl: Intel Cherryview/Braswell support
    @ 2014-10-27  8:08 Mika Westerberg
      2014-10-27  8:08 ` [PATCH 4/4] pinctrl: Add Intel Cherryview/Braswell pin controller support Mika Westerberg
      0 siblings, 1 reply; 8+ messages in thread
    From: Mika Westerberg @ 2014-10-27  8:08 UTC (permalink / raw)
      To: Linus Walleij
      Cc: Alexandre Courbot, Heikki Krogerus, Mathias Nyman,
    	Rafael J. Wysocki, Ning Li, Alan Cox, Mika Westerberg,
    	linux-kernel
    
    [The previous series never reached LKML to misconfiguration in my mailer.
     Resending the whole series with LKML included.]
    
    Hi,
    
    This is a complete rewrite of the GPIO driver patch I sent previously. The
    mail thread can be found here:
    
    	http://marc.info/?l=linux-gpio&m=141079024403000&w=2
    
    Outcome of that discussion was that instead of GPIO driver, we should have
    a combined pinctrl/GPIO driver.
    
    This patch series implements pinctrl/GPIO driver for Intel
    Cherryview/Braswell. While there we decided to put all Intel pinctrl
    drivers under drivers/pinctrl/intel/* and add an entry to MAINTAINERS. We
    are expecting to have more pinctrl drivers in future for Intel hardware.
    
    Mika Westerberg (4):
      gpio / ACPI: Add knowledge about pin controllers to acpi_get_gpiod()
      pinctrl: Move Intel Baytrail pinctrl driver under intel directory
      MAINTAINERS: Add entry for Intel pin controller drivers
      pinctrl: Add Intel Cherryview/Braswell pin controller support
    
     MAINTAINERS                                    |    6 +
     drivers/gpio/gpiolib-acpi.c                    |   62 +-
     drivers/pinctrl/Kconfig                        |   13 +-
     drivers/pinctrl/Makefile                       |    2 +-
     drivers/pinctrl/intel/Kconfig                  |   27 +
     drivers/pinctrl/intel/Makefile                 |    4 +
     drivers/pinctrl/{ => intel}/pinctrl-baytrail.c |    0
     drivers/pinctrl/intel/pinctrl-cherryview.c     | 1507 ++++++++++++++++++++++++
     8 files changed, 1605 insertions(+), 16 deletions(-)
     create mode 100644 drivers/pinctrl/intel/Kconfig
     create mode 100644 drivers/pinctrl/intel/Makefile
     rename drivers/pinctrl/{ => intel}/pinctrl-baytrail.c (100%)
     create mode 100644 drivers/pinctrl/intel/pinctrl-cherryview.c
    
    -- 
    2.1.1
    
    
    ^ permalink raw reply	[flat|nested] 8+ messages in thread

    end of thread, other threads:[~2014-10-30 15:16 UTC | newest]
    
    Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1414153014-152246-1-git-send-email-mika.westerberg@linux.intel.com>
         [not found] ` <1414153014-152246-5-git-send-email-mika.westerberg@linux.intel.com>
    2014-10-29  9:35   ` [PATCH 4/4] pinctrl: Add Intel Cherryview/Braswell pin controller support Linus Walleij
    2014-10-29 10:10     ` Mika Westerberg
         [not found] ` <1414153014-152246-2-git-send-email-mika.westerberg@linux.intel.com>
    2014-10-29  9:41   ` [PATCH 1/4] gpio / ACPI: Add knowledge about pin controllers to acpi_get_gpiod() Linus Walleij
    2014-10-29 10:27     ` Mika Westerberg
    2014-10-30 15:16       ` Linus Walleij
         [not found] ` <1414153014-152246-3-git-send-email-mika.westerberg@linux.intel.com>
    2014-10-29  9:41   ` [PATCH 2/4] pinctrl: Move Intel Baytrail pinctrl driver under intel directory Linus Walleij
         [not found] ` <1414153014-152246-4-git-send-email-mika.westerberg@linux.intel.com>
    2014-10-29  9:42   ` [PATCH 3/4] MAINTAINERS: Add entry for Intel pin controller drivers Linus Walleij
    2014-10-27  8:08 [PATCH 0/4] pinctrl: Intel Cherryview/Braswell support Mika Westerberg
    2014-10-27  8:08 ` [PATCH 4/4] pinctrl: Add Intel Cherryview/Braswell pin controller support Mika Westerberg
    

    This is an external index of several public inboxes,
    see mirroring instructions on how to clone and mirror
    all data and code used by this external index.