aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/bfin_gpio.c
AgeCommit message (Expand)Author
2009-06-12Blackfin: punt useless GPIO init callMike Frysinger
2009-06-12Blackfin: do not error if GPIO IRQ is requested already as GPIOMichael Hennerich
2009-03-29Blackfin arch: be less noisy when gets a gpio conflict after kernel has bootedRobin Getz
2009-03-28Blackfin arch: convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}xMike Frysinger
2009-02-04Blackfin arch: Fix bug - BF518 port F, G, and H have different mux offset com...Graf Yang
2009-02-04Blackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrdSonic Zhang
2009-02-04Blackfin arch: cleanup bf54x ifdef mess in gpio codeMike Frysinger
2009-02-04Blackfin arch: explicit add a might sleep to gpio_freeUwe Kleine-Koenig
2009-02-04Blackfin arch: reset POLAR setting when acquiring a gpio for the first timeMichael Hennerich
2009-02-04Blackfin arch: Fix Bug - request lines with peripheral_request_list, but don'...Michael Hennerich
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li
2009-01-07Blackfin arch: Allow a gpio pin be requested both as gpio and irq.Graf Yang
2008-11-18Blackfin arch: Request the gpio resource when making it as an irq pin, avoidi...Graf Yang
2008-11-18Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip in...Michael Hennerich
2008-11-18Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating ...Bryan Wu
2008-10-28Blackfin arch: refine the gpio checkMike Frysinger
2008-10-28Blackfin arch: unify port_setup() to reduce arch differencesMike Frysinger
2008-10-28Blackfin arch: unify peripheral_request() to reduce arch differencesMike Frysinger
2008-10-28Blackfin arch: fix cmp_label() so it doesnt incorrectly accept partial leadin...Mike Frysinger
2008-10-28Blackfin arch: unify check_gpio() to reduce arch differencesMike Frysinger
2008-11-18Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu
2008-11-18Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich
2008-10-28Blackfin arch: fix incorrect limit check for bf54x check_gpioMike Frysinger
2008-10-13Blackfin arch: Fix bogus str_ident check in gpio codeMichael Hennerich
2008-10-08Blackfin arch: mark local gpio_error() as staticMike Frysinger
2008-07-19Blackfin arch: Functional power management supportMichael Hennerich
2008-05-17Blackfin arch: Add workaround to read edge triggered GPIOsMichael Hennerich
2008-04-24[Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQMichael Hennerich
2008-04-24[Blackfin] arch: declare list of peripherals as const since we dont modify th...Mike Frysinger
2008-04-24[Blackfin] arch: Resolve the clash issue of UART defines between blackfin hea...Graf Yang
2008-04-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison
2008-03-26[Blackfin] arch: fix up gpio code style -- no functional changesMike Frysinger
2008-03-26[Blackfin] arch: dump the stack before printing out an error otherwise the st...Mike Frysinger
2008-02-09[Blackfin] arch: hook up set_irq_wake in Blackfin's irq codeMichael Hennerich
2008-01-22[Blackfin] arch: GPIO API cleanup and anomaly updateMichael Hennerich
2008-01-22[Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with G...Michael Hennerich
2007-12-24[Blackfin] arch: Fix gpio label handlingMichael Hennerich
2007-12-24[Blackfin] arch: add support for BF523/BF524/BF526Mike Frysinger
2007-10-21Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich
2007-10-10Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and...Michael Hennerich
2007-10-11Blackfin arch: a few things still use bfin_read_PORT_FER()Michael Hennerich
2007-08-28Blackfin arch: Merge GPIO/Peripheral Resource Allocation back into a single fileMichael Hennerich
2007-08-27Blackfin arch: extract gpio number from PIN functionMichael Hennerich
2007-10-11Blackfin arch: rewrite our reboot code in CMike Frysinger
2007-08-03Blackfin arch: Some cosmetics based on LKML feedback from Joe PerchesMichael Hennerich
2007-07-24Blackfin arch: add missing gpio error handling to make sure we roll back requ...Michael Hennerich
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not t...Mike Frysinger
2007-10-04Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki...Michael Hennerich
2007-10-04Blackfin arch: gpio pinmux and resource allocation API required by BF537 on c...Michael Hennerich
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger