Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 0/6] MIPS: lantiq: use managed gpios
@ 2012-02-17 10:32 John Crispin
  2012-02-17 10:32 ` [PATCH 1/6] MIPS: lantiq: remove redunant ltq_gpio_request() declaration and add device parameter John Crispin
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: John Crispin @ 2012-02-17 10:32 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, John Crispin

3.2 introduced devm_request_gpio to allow devres to manage our gpios.

This series adds a new struct device pointer to our gpio_request wrapper
and ocnverts from gpio_request to devm_gpio_request.

John Crispin (6):
  MIPS: lantiq: remove redunant ltq_gpio_request() declaration and add
    device parameter
  MIPS: lantiq: use devm_request_gpio inside xway gpio driver
  MIPS: lantiq: use devm_request_gpio inside falcon gpio driver
  NET: MIPS: lantiq: convert etop to managed gpio
  MIPS: lantiq: convert pci to managed gpio
  MIPS: lantiq: convert gpio_stp to managed gpio

 .../include/asm/mach-lantiq/falcon/lantiq_soc.h    |    4 +---
 arch/mips/include/asm/mach-lantiq/lantiq.h         |    4 ++++
 .../mips/include/asm/mach-lantiq/xway/lantiq_soc.h |    3 ---
 arch/mips/lantiq/falcon/gpio.c                     |    4 ++--
 arch/mips/lantiq/xway/gpio.c                       |    4 ++--
 arch/mips/lantiq/xway/gpio_stp.c                   |   13 ++++++++-----
 arch/mips/pci/pci-lantiq.c                         |   18 ++++++++++--------
 drivers/net/ethernet/lantiq_etop.c                 |    9 ++++++---
 8 files changed, 33 insertions(+), 26 deletions(-)

-- 
1.7.7.1

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

end of thread, other threads:[~2012-02-17 12:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17 10:32 [PATCH 0/6] MIPS: lantiq: use managed gpios John Crispin
2012-02-17 10:32 ` [PATCH 1/6] MIPS: lantiq: remove redunant ltq_gpio_request() declaration and add device parameter John Crispin
2012-02-17 10:32 ` [PATCH 2/6] MIPS: lantiq: use devm_request_gpio inside xway gpio driver John Crispin
2012-02-17 10:32 ` [PATCH 3/6] MIPS: lantiq: use devm_request_gpio inside falcon " John Crispin
2012-02-17 10:32 ` [PATCH 4/6] NET: MIPS: lantiq: convert etop to managed gpio John Crispin
2012-02-17 12:24   ` John Crispin
2012-02-17 10:32 ` [PATCH 5/6] MIPS: lantiq: convert pci " John Crispin
2012-02-17 10:32 ` [PATCH 6/6] MIPS: lantiq: convert gpio_stp " John Crispin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox