aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/bfin_gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Blackfin: punt Blackfin-specific GPIO wakeup APIMichael Hennerich1-119/+12
2010-03-09Blackfin: mark gpio lib functions staticJoachim Eastwood1-7/+7
2010-03-09Blackfin: GPIO: implement to_irq handlerJoachim Eastwood1-0/+6
2010-03-09Blackfin: gpio: use shorter nameMichael Hennerich1-1/+1
2009-12-15Blackfin: bf538: add support for extended GPIO banksMichael Hennerich1-0/+97
2009-12-15Blackfin: add some bounds checking to peripheral_requestBarry Song1-0/+2
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-24/+3
2009-09-16Blackfin: remove useless duplicated assignment in gpio codeMichael Hennerich1-1/+0
2009-07-16Blackfin: fix bugs in GPIO resume codeMichael Hennerich1-4/+2
2009-06-12Blackfin: punt useless GPIO init callMike Frysinger1-9/+0
2009-06-12Blackfin: do not error if GPIO IRQ is requested already as GPIOMichael Hennerich1-9/+0
2009-03-29Blackfin arch: be less noisy when gets a gpio conflict after kernel has bootedRobin Getz1-8/+16
2009-03-28Blackfin arch: convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}xMike Frysinger1-27/+27
2009-02-04Blackfin arch: Fix bug - BF518 port F, G, and H have different mux offset compare to BF527Graf Yang1-5/+12
2009-02-04Blackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrdSonic Zhang1-3/+2
2009-02-04Blackfin arch: cleanup bf54x ifdef mess in gpio codeMike Frysinger1-345/+202
2009-02-04Blackfin arch: explicit add a might sleep to gpio_freeUwe Kleine-Koenig1-0/+2
2009-02-04Blackfin arch: reset POLAR setting when acquiring a gpio for the first timeMichael Hennerich1-1/+7
2009-02-04Blackfin arch: Fix Bug - request lines with peripheral_request_list, but don't get freed with peripheral_free_listMichael Hennerich1-3/+0
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li1-50/+50
2009-01-07Blackfin arch: Allow a gpio pin be requested both as gpio and irq.Graf Yang1-6/+76
2008-11-18Blackfin arch: Request the gpio resource when making it as an irq pin, avoiding override it.Graf Yang1-2/+2
2008-11-18Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip infrastructureMichael Hennerich1-18/+72
2008-11-18Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating with positioning a gpioBryan Wu1-15/+15
2008-10-28Blackfin arch: refine the gpio checkMike Frysinger1-5/+5
2008-10-28Blackfin arch: unify port_setup() to reduce arch differencesMike Frysinger1-14/+10
2008-10-28Blackfin arch: unify peripheral_request() to reduce arch differencesMike Frysinger1-78/+11
2008-10-28Blackfin arch: fix cmp_label() so it doesnt incorrectly accept partial leading matchesMike Frysinger1-2/+1
2008-10-28Blackfin arch: unify check_gpio() to reduce arch differencesMike Frysinger1-9/+3
2008-11-18Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu1-11/+11
2008-11-18Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich1-1/+5
2008-10-28Blackfin arch: fix incorrect limit check for bf54x check_gpioMike Frysinger1-1/+1
2008-10-13Blackfin arch: Fix bogus str_ident check in gpio codeMichael Hennerich1-5/+2
2008-10-08Blackfin arch: mark local gpio_error() as staticMike Frysinger1-1/+1
2008-07-19Blackfin arch: Functional power management supportMichael Hennerich1-6/+112
2008-05-17Blackfin arch: Add workaround to read edge triggered GPIOsMichael Hennerich1-0/+19
2008-04-24[Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQMichael Hennerich1-28/+17
2008-04-24[Blackfin] arch: declare list of peripherals as const since we dont modify the incoming arrayMike Frysinger1-2/+2
2008-04-24[Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg.Graf Yang1-8/+8
2008-04-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-4/+4
2008-03-26[Blackfin] arch: fix up gpio code style -- no functional changesMike Frysinger1-47/+39
2008-03-26[Blackfin] arch: dump the stack before printing out an error otherwise the stack dump is useless as it shows us tracing through printkMike Frysinger1-7/+7
2008-02-09[Blackfin] arch: hook up set_irq_wake in Blackfin's irq codeMichael Hennerich1-12/+8
2008-01-22[Blackfin] arch: GPIO API cleanup and anomaly updateMichael Hennerich1-35/+28
2008-01-22[Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with GENERIC_GPIO API interfaceMichael Hennerich1-13/+42
2007-12-24[Blackfin] arch: Fix gpio label handlingMichael Hennerich1-13/+18
2007-12-24[Blackfin] arch: add support for BF523/BF524/BF526Mike Frysinger1-0/+34
2007-10-21Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich1-2/+33
2007-10-10Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323Michael Hennerich1-70/+107
2007-10-11Blackfin arch: a few things still use bfin_read_PORT_FER()Michael Hennerich1-0/+15