public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH 0/4] m68knommu: Coldfire gpio fixes and updates.
@ 2014-05-21 23:00 sfking
  2014-05-21 23:00 ` [PATCH 1/4] add to_irq function so we can map gpios to external interrupts sfking
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: sfking @ 2014-05-21 23:00 UTC (permalink / raw)
  To: greg; +Cc: geert, linux-m68k, Steven King

From: Steven King <sfking@fdwdc.com>


I had these queued up, forgot to send.  This fixes a heinous bug in
mcfgpio_direction_output, adds code to enable gpio_to_irq functionality,
removes some of the global namespace pollution in gpio.c and adds gpio support
for the m54xx.  Tested on m5253, m5282, m5484 and m54418; compile tested only
for the rest of the currenly supported coldfire targets.


Steven King (4):
  add to_irq function so we can map gpios to external interrupts.
  setting the gpio data direction register to output doesn't dependent
    upon the value to output!
  Make everything thats not exported, static.
  Implement gpio support for m54xx.

 arch/m68k/include/asm/m54xxsim.h   |   12 +++++++++---
 arch/m68k/include/asm/mcfgpio.h    |   12 ++++++++----
 arch/m68k/platform/coldfire/gpio.c |   34 +++++++++++++++++++++++-----------
 3 files changed, 40 insertions(+), 18 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2014-05-22 13:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 23:00 [PATCH 0/4] m68knommu: Coldfire gpio fixes and updates sfking
2014-05-21 23:00 ` [PATCH 1/4] add to_irq function so we can map gpios to external interrupts sfking
2014-05-21 23:00 ` [PATCH 2/4] setting the gpio data direction register to output doesn't dependent upon the value to output! sfking
2014-05-21 23:00 ` [PATCH 3/4] Make everything thats not exported, static sfking
2014-05-21 23:00 ` [PATCH 4/4] Implement gpio support for m54xx sfking
2014-05-22  1:24   ` Greg Ungerer
2014-05-22  2:51     ` Steven King
2014-05-22  6:39   ` Geert Uytterhoeven
2014-05-22 13:46     ` Steven King
2014-05-22  1:15 ` [PATCH 0/4] m68knommu: Coldfire gpio fixes and updates Greg Ungerer
2014-05-22  2:00   ` Steven King

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