- e5ff444 gpio/omap: cleanup show revision, remove cpu_is checks, display only once by Kevin Hilman · 14 years ago
- 9942da0 gpio/omap: debounce remove SoC specific registers, use pdata by Kevin Hilman · 14 years ago
- f64ad1a gpio/omap: cleanup _set_gpio_wakeup(), remove ifdefs by Kevin Hilman · 14 years ago
- 7a6f841 gpio/omap: remove useless gpio_valid() & check_gpio() checks by Kevin Hilman · 14 years ago
- f8b46b5 gpio/omap: convert MPUIO IRQ over to generic irq_chip by Kevin Hilman · 14 years ago
- 28f3b5a gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefs by Kevin Hilman · 14 years ago
- eef4bec gpio/omap: consolidate IRQ status handling, remove #ifdefs by Kevin Hilman · 14 years ago
- fa87931a gpio/omap: consolidate direction, input, output, remove #ifdefs by Kevin Hilman · 14 years ago
- a8be8da gpio/omap: remove get_gpio_bank() by Charulatha V · 14 years ago
- 129fd22 gpio/omap: replace get_gpio_index() by using bank width by Kevin Hilman · 14 years ago
- c390aad0 gpio/omap: _get_gpio_irqbank_mask: replace hard-coded mask with bank->width by Kevin Hilman · 14 years ago
- d5f4624 gpio/omap: move bank width into struct gpio_bank by Kevin Hilman · 14 years ago
- bdba15d gpio/omap: remove MPUIO handling from _clear_gpio_irqbank() by Kevin Hilman · 14 years ago
- df3c851 gpio/omap: _clear_gpio_irqbank: fix flushing of posted write by Kevin Hilman · 14 years ago
- 33d7864 gpio/nomadik: fix sleepmode for elder Nomadik by Linus Walleij · 14 years ago
- c226feb Merge branch 'for_3.0/gpio-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into gpio/merge by Grant Likely · 14 years ago
- 32919a2 gpio/samsung: make Kconfig options def_bool by H Hartley Sweeten · 14 years ago
- 0bf8fa0 gpio/exynos4: Fix incorrect mapping of gpio pull-up macro to register setting by Thomas Abraham · 14 years ago
- 85ec7b9 GPIO: OMAP: add locking around calls to _set_gpio_triggering by Colin Cross · 14 years ago
- 0622b25 GPIO: OMAP: fix setting IRQWAKEN bits for OMAP4 by Colin Cross · 14 years ago
- d52b31d GPIO: OMAP: fix section mismatch warnings by Russell King · 14 years ago
- 27721a5 gpio: Fix gpio-exynos4 build fails in mainline by Kyungmin Park · 14 years ago
- fac0486 arm gpio drivers: make them 'depends on ARM' by Linus Torvalds · 14 years ago
- 04830fc Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
- 1486a74 Merge branch 'for_2.6.40/gpio-move' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into gpio/next by Grant Likely · 14 years ago
- bc786cc gpio/pch_gpio: Support new device ML7223 by Tomoya MORINAGA · 14 years ago
- 7c29597 gpio: make gpio_{request,free}_array gpio array parameter const by Lars-Peter Clausen · 14 years ago
- e5cdb13 GPIO: OMAP: move to drivers/gpio by Kevin Hilman · 14 years ago
- 11ad14f8 TPS65911: Add support for added GPIO lines by Jorge Eduardo Candelaria · 14 years ago
- 83545d8 GPIO: TPS65910: Move driver to drivers/gpio/ by Jorge Eduardo Candelaria · 14 years ago
- 82ab0f7 gpio: Move the s5pc100 GPIO to drivers/gpio by Kyungmin Park · 14 years ago
- 347ec4e gpio: Move the s5pv210 GPIO to drivers/gpio by Kyungmin Park · 14 years ago
- ab48f16 gpio: Move the exynos4 GPIO to drivers/gpio by Kyungmin Park · 14 years ago
- fed6a02 gpio: Move to Samsung common GPIO library to drivers/gpio by Kyungmin Park · 14 years ago
- bc6f5cf gpio/nomadik: add function to read GPIO pull down status by Rickard Andersson · 14 years ago
- 8ea72a3 gpio/nomadik: show all pins in debug by Rabin Vincent · 14 years ago
- 37d7245 gpio: move Nomadik GPIO driver to drivers/gpio by Grant Likely · 14 years ago
- 06caa7a gpio: move U300 GPIO driver to drivers/gpio by Linus Walleij · 14 years ago
- 7812803 langwell_gpio: add runtime pm support by Kristen Carlson Accardi · 14 years ago
- 33226ff gpio/pca953x: Add support for pca9574 and pca9575 devices by Haojian Zhuang · 14 years ago
- 073cc4e gpio/cs5535: Show explicit dependency between gpio_cs5535 and mfd_cs5535 by Ed Wildgoose · 14 years ago
- 8b29336 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
- 3d2bdf7 mfd: Use mfd cell platform_data for janz cells platform bits by Samuel Ortiz · 14 years ago
- 9abd768 mfd: Use mfd cell platform_data for rdc321x cells platform bits by Samuel Ortiz · 14 years ago
- 3271d38 mfd: Use mfd cell platform_data for timberdale cells platform bits by Samuel Ortiz · 14 years ago
- 545554e drivers/gpio/ml_ioh_gpio.c needs slab.h by Andrew Morton · 14 years ago
- c5e7043 drivers/gpio/vx855_gpio.c needs slab.h by Andrew Morton · 14 years ago
- 280df6b basic_mmio_gpio: split into a gpio library and platform device by Jamie Iles · 14 years ago
- e849dc0 gpio: remove some legacy comments in build files by Linus Walleij · 14 years ago
- 3f397c21 gpio: add trace events for setting direction and value by Uwe Kleine-König · 14 years ago
- cc300d9 gpio/pca953x: Use handle_simple_irq instead of handle_edge_irq by Erik Botö · 14 years ago
- 8fa0c9b gpiolib: export gpiochip_find by Jean Delvare · 14 years ago
- 6cff9e2 gpio: remove redundant Kconfig depends on GPIOLIB by H Hartley Sweeten · 14 years ago
- fd99623 basic_mmio_gpio: convert to non-__raw* accessors by Jamie Iles · 14 years ago
- 3102911 basic_mmio_gpio: support direction registers by Jamie Iles · 14 years ago
- dd86a0c basic_mmio_gpio: support different input/output registers by Jamie Iles · 14 years ago
- e027d6f basic_mmio_gpio: detect output method at probe time by Jamie Iles · 14 years ago
- 364b5e8 basic_mmio_gpio: request register regions by Jamie Iles · 14 years ago
- 924e7a9 basic_mmio_gpio: allow overriding number of gpio by Jamie Iles · 14 years ago
- 4ddb8ae basic_mmio_gpio: convert to platform_{get,set}_drvdata() by Jamie Iles · 14 years ago
- 8467afe basic_mmio_gpio: remove runtime width/endianness evaluation by Jamie Iles · 14 years ago
- 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 14 years ago
- 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
- 6b98cd5 Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
- 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 14 years ago
- 88aab93 gpio/pch_gpio: Fix output value of pch_gpio_direction_output() by Peter Tyser · 14 years ago
- ba43861 gpio/ml_ioh_gpio: Fix output value of ioh_gpio_direction_output() by Peter Tyser · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 272df50 gpio/pca953x: fix error handling path in probe() call by Ben Dooks · 14 years ago
- 9ad198c gpio: ab8500: Mark broken by Thomas Gleixner · 14 years ago
- 0cb3fcd gpio: driver for 42 AB8500 GPIO pins by Bibek Basu · 14 years ago
- 0dd61be Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 08f1b80 gpio: Fold irq_set_chip/irq_set_handler to irq_set_chip_and_handler by Thomas Gleixner · 14 years ago
- b51804b gpio: Cleanup genirq namespace by Thomas Gleixner · 14 years ago
- b15f052 arm/gpio: Remove three copies of broken and racy debug code by Thomas Gleixner · 14 years ago
- f04ddfc gpio: Add Tunnel Creek support to sch_gpio by Denis Turischev · 14 years ago
- 46673ed rdc321x-southbridge: Use mfd_data instead of driver_data by Andres Salomon · 14 years ago
- 8615e4c mfd: mfd_cell is now implicitly available to janz drivers by Andres Salomon · 14 years ago
- e46dccf mfd: mfd_cell is now implicitly available to timberdale drivers by Andres Salomon · 14 years ago
- b061c59 Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
- 84bead6 gpio/langwell: Clear edge bit before handling by Thomas Gleixner · 14 years ago
- 6d7ed21 Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
- 732063b gpio/langwell: Simplify demux loop by Thomas Gleixner · 14 years ago
- 674db90 gpio/langwell: Convert irq name space by Thomas Gleixner · 14 years ago
- 20e2aa9 gpio/langwell: Fix broken irq_eoi change. by Thomas Gleixner · 14 years ago
- 61ab3fe gpio; Make Intel chipset gpio drivers depend on x86 by Thomas Gleixner · 14 years ago
- 36885ff gpio/cs5535-gpio: Fix section mismatch by Nikanth Karthikesan · 14 years ago
- 19234cd gpio: add MODULE_DEVICE_TABLE by Axel Lin · 14 years ago
- fc1599f gpio: Use __devexit at necessary places by Axel Lin · 14 years ago
- 98f51ca gpio: add MODULE_DEVICE_TABLE to pch_gpio and ml_ioh_gpio by Axel Lin · 14 years ago
- 0b7bb77 gpio/mcp23s08: support mcp23s17 variant by Peter Korsgaard · 14 years ago
- 9c3c8af Merge commit 'v2.6.38-rc8' into spi/next by Grant Likely · 14 years ago
- 1648237 gpio/pca953x: Fix wrong pointer type by Dirk Eibach · 14 years ago
- aa25afa ARM: amba: make probe() functions take const id tables by Russell King · 14 years ago
- 0ff56cd gpio/sx150x: Do not access I2C from mask/unmask functions by Thomas Gleixner · 14 years ago
- 6e20fb1 drivers/gpio/pca953x.c: add a mutex to fix race condition by Roland Stigge · 14 years ago
- 0766d20 langwell_gpio: modify EOI handling following change of kernel irq subsystem by Feng Tang · 14 years ago
- 822e521 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
- 7f5db6a gpio: timbgpio: Fix up irq_data conversion breakage. by Lennert Buytenhek · 14 years ago
- 1db0b42 gpio: Fix cs5535 printk warnings by Joe Perches · 14 years ago