summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/bfin_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* Blackfin: bf538: add support for extended GPIO banksMichael Hennerich2009-12-151-0/+97
* Blackfin: add some bounds checking to peripheral_requestBarry Song2009-12-151-0/+2
* Blackfin: mass clean up of copyright/licensing infoRobin Getz2009-10-071-24/+3
* Blackfin: remove useless duplicated assignment in gpio codeMichael Hennerich2009-09-161-1/+0
* Blackfin: fix bugs in GPIO resume codeMichael Hennerich2009-07-161-4/+2
* Blackfin: punt useless GPIO init callMike Frysinger2009-06-121-9/+0
* Blackfin: do not error if GPIO IRQ is requested already as GPIOMichael Hennerich2009-06-121-9/+0
* Blackfin arch: be less noisy when gets a gpio conflict after kernel has bootedRobin Getz2009-03-291-8/+16
* Blackfin arch: convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}xMike Frysinger2009-03-281-27/+27
* Blackfin arch: Fix bug - BF518 port F, G, and H have different mux offset com...Graf Yang2009-02-041-5/+12
* Blackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrdSonic Zhang2009-02-041-3/+2
* Blackfin arch: cleanup bf54x ifdef mess in gpio codeMike Frysinger2009-02-041-345/+202
* Blackfin arch: explicit add a might sleep to gpio_freeUwe Kleine-Koenig2009-02-041-0/+2
* Blackfin arch: reset POLAR setting when acquiring a gpio for the first timeMichael Hennerich2009-02-041-1/+7
* Blackfin arch: Fix Bug - request lines with peripheral_request_list, but don'...Michael Hennerich2009-02-041-3/+0
* Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li2009-01-071-50/+50
* Blackfin arch: Allow a gpio pin be requested both as gpio and irq.Graf Yang2009-01-071-6/+76
* Blackfin arch: Request the gpio resource when making it as an irq pin, avoidi...Graf Yang2008-11-181-2/+2
* Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip in...Michael Hennerich2008-11-181-18/+72
* Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating ...Bryan Wu2008-11-181-15/+15
* Blackfin arch: refine the gpio checkMike Frysinger2008-10-281-5/+5
* Blackfin arch: unify port_setup() to reduce arch differencesMike Frysinger2008-10-281-14/+10
* Blackfin arch: unify peripheral_request() to reduce arch differencesMike Frysinger2008-10-281-78/+11
* Blackfin arch: fix cmp_label() so it doesnt incorrectly accept partial leadin...Mike Frysinger2008-10-281-2/+1
* Blackfin arch: unify check_gpio() to reduce arch differencesMike Frysinger2008-10-281-9/+3
* Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu2008-11-181-11/+11
* Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich2008-11-181-1/+5
* Blackfin arch: fix incorrect limit check for bf54x check_gpioMike Frysinger2008-10-281-1/+1
* Blackfin arch: Fix bogus str_ident check in gpio codeMichael Hennerich2008-10-131-5/+2
* Blackfin arch: mark local gpio_error() as staticMike Frysinger2008-10-081-1/+1
* Blackfin arch: Functional power management supportMichael Hennerich2008-07-191-6/+112
* Blackfin arch: Add workaround to read edge triggered GPIOsMichael Hennerich2008-05-171-0/+19
* [Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQMichael Hennerich2008-04-241-28/+17
* [Blackfin] arch: declare list of peripherals as const since we dont modify th...Mike Frysinger2008-04-241-2/+2
* [Blackfin] arch: Resolve the clash issue of UART defines between blackfin hea...Graf Yang2008-04-241-8/+8
* [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison2008-04-231-4/+4
* [Blackfin] arch: fix up gpio code style -- no functional changesMike Frysinger2008-03-261-47/+39
* [Blackfin] arch: dump the stack before printing out an error otherwise the st...Mike Frysinger2008-03-261-7/+7
* [Blackfin] arch: hook up set_irq_wake in Blackfin's irq codeMichael Hennerich2008-02-091-12/+8
* [Blackfin] arch: GPIO API cleanup and anomaly updateMichael Hennerich2008-01-221-35/+28
* [Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with G...Michael Hennerich2008-01-221-13/+42
* [Blackfin] arch: Fix gpio label handlingMichael Hennerich2007-12-241-13/+18
* [Blackfin] arch: add support for BF523/BF524/BF526Mike Frysinger2007-12-241-0/+34
* Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich2007-10-211-2/+33
* Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and...Michael Hennerich2007-10-101-70/+107
* Blackfin arch: a few things still use bfin_read_PORT_FER()Michael Hennerich2007-10-111-0/+15
* Blackfin arch: Merge GPIO/Peripheral Resource Allocation back into a single fileMichael Hennerich2007-08-281-11/+214
* Blackfin arch: extract gpio number from PIN functionMichael Hennerich2007-08-271-2/+4
* Blackfin arch: rewrite our reboot code in CMike Frysinger2007-10-111-0/+18
* Blackfin arch: Some cosmetics based on LKML feedback from Joe PerchesMichael Hennerich2007-08-031-36/+66