All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP: GPIO cleanup and device tree adaptation
@ 2012-03-09 16:33 ` Cousson, Benoit
  0 siblings, 0 replies; 6+ messages in thread
From: Cousson, Benoit @ 2012-03-09 16:33 UTC (permalink / raw)
  To: Grant Likely
  Cc: linux-omap, linux-arm-kernel@lists.infradead.org, Hilman, Kevin

Hi Grant,

Please pull the patches for OMAP GPIO DT support.
It is based on your current gpio/next branch.

Thanks,
Benoit


The following changes since commit e4e449e82871c53ef3b22bd3a50fceabc0638926:
  Mark Brown (1):
        gpiolib: Add comments explaining the _cansleep() WARN_ON()s

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_grant/for_3.4/dt_gpio

Benoit Cousson (4):
      gpio/omap: Remove bank->id information and misc cleanup
      gpio/omap: Use devm_ API and add request_mem_region
      gpio/omap: Add DT support to GPIO driver
      gpio/omap: Fix IRQ handling for SPARSE_IRQ

 .../devicetree/bindings/gpio/gpio-omap.txt         |   36 ++++
 arch/arm/plat-omap/include/plat/gpio.h             |   22 +--
 drivers/gpio/gpio-omap.c                           |  208 ++++++++++++++------
 3 files changed, 190 insertions(+), 76 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-omap.txt

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

* [GIT PULL] ARM: OMAP: GPIO cleanup and device tree adaptation
@ 2012-03-09 16:33 ` Cousson, Benoit
  0 siblings, 0 replies; 6+ messages in thread
From: Cousson, Benoit @ 2012-03-09 16:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Grant,

Please pull the patches for OMAP GPIO DT support.
It is based on your current gpio/next branch.

Thanks,
Benoit


The following changes since commit e4e449e82871c53ef3b22bd3a50fceabc0638926:
  Mark Brown (1):
        gpiolib: Add comments explaining the _cansleep() WARN_ON()s

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_grant/for_3.4/dt_gpio

Benoit Cousson (4):
      gpio/omap: Remove bank->id information and misc cleanup
      gpio/omap: Use devm_ API and add request_mem_region
      gpio/omap: Add DT support to GPIO driver
      gpio/omap: Fix IRQ handling for SPARSE_IRQ

 .../devicetree/bindings/gpio/gpio-omap.txt         |   36 ++++
 arch/arm/plat-omap/include/plat/gpio.h             |   22 +--
 drivers/gpio/gpio-omap.c                           |  208 ++++++++++++++------
 3 files changed, 190 insertions(+), 76 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-omap.txt

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

* Re: [GIT PULL] ARM: OMAP: GPIO cleanup and device tree adaptation
  2012-03-09 16:33 ` Cousson, Benoit
@ 2012-03-09 16:38   ` Grant Likely
  -1 siblings, 0 replies; 6+ messages in thread
From: Grant Likely @ 2012-03-09 16:38 UTC (permalink / raw)
  To: Cousson, Benoit
  Cc: linux-omap, linux-arm-kernel@lists.infradead.org, Hilman, Kevin

On Fri, Mar 9, 2012 at 9:33 AM, Cousson, Benoit <b-cousson@ti.com> wrote:
> Hi Grant,
>
> Please pull the patches for OMAP GPIO DT support.
> It is based on your current gpio/next branch.
>
> Thanks,
> Benoit

Merged, thanks.

g.

>
>
> The following changes since commit e4e449e82871c53ef3b22bd3a50fceabc0638926:
>  Mark Brown (1):
>        gpiolib: Add comments explaining the _cansleep() WARN_ON()s
>
> are available in the git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_grant/for_3.4/dt_gpio
>
> Benoit Cousson (4):
>      gpio/omap: Remove bank->id information and misc cleanup
>      gpio/omap: Use devm_ API and add request_mem_region
>      gpio/omap: Add DT support to GPIO driver
>      gpio/omap: Fix IRQ handling for SPARSE_IRQ
>
>  .../devicetree/bindings/gpio/gpio-omap.txt         |   36 ++++
>  arch/arm/plat-omap/include/plat/gpio.h             |   22 +--
>  drivers/gpio/gpio-omap.c                           |  208 ++++++++++++++------
>  3 files changed, 190 insertions(+), 76 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/gpio/gpio-omap.txt



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [GIT PULL] ARM: OMAP: GPIO cleanup and device tree adaptation
@ 2012-03-09 16:38   ` Grant Likely
  0 siblings, 0 replies; 6+ messages in thread
From: Grant Likely @ 2012-03-09 16:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 9, 2012 at 9:33 AM, Cousson, Benoit <b-cousson@ti.com> wrote:
> Hi Grant,
>
> Please pull the patches for OMAP GPIO DT support.
> It is based on your current gpio/next branch.
>
> Thanks,
> Benoit

Merged, thanks.

g.

>
>
> The following changes since commit e4e449e82871c53ef3b22bd3a50fceabc0638926:
> ?Mark Brown (1):
> ? ? ? ?gpiolib: Add comments explaining the _cansleep() WARN_ON()s
>
> are available in the git repository at:
>
> ?git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_grant/for_3.4/dt_gpio
>
> Benoit Cousson (4):
> ? ? ?gpio/omap: Remove bank->id information and misc cleanup
> ? ? ?gpio/omap: Use devm_ API and add request_mem_region
> ? ? ?gpio/omap: Add DT support to GPIO driver
> ? ? ?gpio/omap: Fix IRQ handling for SPARSE_IRQ
>
> ?.../devicetree/bindings/gpio/gpio-omap.txt ? ? ? ? | ? 36 ++++
> ?arch/arm/plat-omap/include/plat/gpio.h ? ? ? ? ? ? | ? 22 +--
> ?drivers/gpio/gpio-omap.c ? ? ? ? ? ? ? ? ? ? ? ? ? | ?208 ++++++++++++++------
> ?3 files changed, 190 insertions(+), 76 deletions(-)
> ?create mode 100644 Documentation/devicetree/bindings/gpio/gpio-omap.txt



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [GIT PULL] ARM: OMAP: GPIO cleanup and device tree adaptation
  2012-03-09 16:38   ` Grant Likely
@ 2012-03-09 17:30     ` Kevin Hilman
  -1 siblings, 0 replies; 6+ messages in thread
From: Kevin Hilman @ 2012-03-09 17:30 UTC (permalink / raw)
  To: Grant Likely
  Cc: Cousson, Benoit, linux-omap, linux-arm-kernel@lists.infradead.org

Hi Grant,

Grant Likely <grant.likely@secretlab.ca> writes:

> On Fri, Mar 9, 2012 at 9:33 AM, Cousson, Benoit <b-cousson@ti.com> wrote:
>> Hi Grant,
>>
>> Please pull the patches for OMAP GPIO DT support.
>> It is based on your current gpio/next branch.
>>
>> Thanks,
>> Benoit
>
> Merged, thanks.

Since you're queuing OMAP GPIO stuff, ping on this one:

    http://marc.info/?l=linux-omap&m=133098903909156&w=2

Thanks,

Kevin

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

* [GIT PULL] ARM: OMAP: GPIO cleanup and device tree adaptation
@ 2012-03-09 17:30     ` Kevin Hilman
  0 siblings, 0 replies; 6+ messages in thread
From: Kevin Hilman @ 2012-03-09 17:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Grant,

Grant Likely <grant.likely@secretlab.ca> writes:

> On Fri, Mar 9, 2012 at 9:33 AM, Cousson, Benoit <b-cousson@ti.com> wrote:
>> Hi Grant,
>>
>> Please pull the patches for OMAP GPIO DT support.
>> It is based on your current gpio/next branch.
>>
>> Thanks,
>> Benoit
>
> Merged, thanks.

Since you're queuing OMAP GPIO stuff, ping on this one:

    http://marc.info/?l=linux-omap&m=133098903909156&w=2

Thanks,

Kevin

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

end of thread, other threads:[~2012-03-09 17:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 16:33 [GIT PULL] ARM: OMAP: GPIO cleanup and device tree adaptation Cousson, Benoit
2012-03-09 16:33 ` Cousson, Benoit
2012-03-09 16:38 ` Grant Likely
2012-03-09 16:38   ` Grant Likely
2012-03-09 17:30   ` Kevin Hilman
2012-03-09 17:30     ` Kevin Hilman

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.