aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-26gpio/cs5535: Show explicit dependency between gpio_cs5535 and mfd_cs5535Ed Wildgoose1-1/+1
2011-05-26Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-150/+418
2011-05-26mfd: Use mfd cell platform_data for janz cells platform bitsSamuel Ortiz1-2/+1
2011-05-26mfd: Use mfd cell platform_data for rdc321x cells platform bitsSamuel Ortiz1-2/+1
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz1-3/+3
2011-05-25drivers/gpio/ml_ioh_gpio.c needs slab.hAndrew Morton1-0/+3
2011-05-25drivers/gpio/vx855_gpio.c needs slab.hAndrew Morton1-0/+1
2011-05-20basic_mmio_gpio: split into a gpio library and platform deviceJamie Iles3-148/+176
2011-05-20gpio: remove some legacy comments in build filesLinus Walleij2-9/+5
2011-05-20gpio: add trace events for setting direction and valueUwe Kleine-König1-2/+16
2011-05-20gpio/pca953x: Use handle_simple_irq instead of handle_edge_irqErik Botö1-1/+1
2011-05-20gpiolib: export gpiochip_findJean Delvare1-0/+1
2011-05-20gpio: remove redundant Kconfig depends on GPIOLIBH Hartley Sweeten1-5/+4
2011-05-20basic_mmio_gpio: convert to non-__raw* accessorsJamie Iles1-8/+8
2011-05-20basic_mmio_gpio: support direction registersJamie Iles1-2/+112
2011-05-20basic_mmio_gpio: support different input/output registersJamie Iles1-5/+33
2011-05-20basic_mmio_gpio: detect output method at probe timeJamie Iles1-31/+59
2011-05-20basic_mmio_gpio: request register regionsJamie Iles1-3/+13
2011-05-20basic_mmio_gpio: allow overriding number of gpioJamie Iles1-6/+12
2011-05-20basic_mmio_gpio: convert to platform_{get,set}_drvdata()Jamie Iles1-2/+2
2011-05-20basic_mmio_gpio: remove runtime width/endianness evaluationJamie Iles1-44/+92
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-4/+3
2011-04-26Merge branch 'master' into for-nextJiri Kosina19-123/+634
2011-04-11Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-2/+5
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-31gpio/pch_gpio: Fix output value of pch_gpio_direction_output()Peter Tyser1-0/+1
2011-03-31gpio/ml_ioh_gpio: Fix output value of ioh_gpio_direction_output()Peter Tyser1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-30gpio/pca953x: fix error handling path in probe() callBen Dooks1-2/+3
2011-03-29gpio: ab8500: Mark brokenThomas Gleixner1-1/+1
2011-03-28gpio: driver for 42 AB8500 GPIO pinsBibek Basu3-0/+528
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-95/+49
2011-03-25gpio: Fold irq_set_chip/irq_set_handler to irq_set_chip_and_handlerThomas Gleixner2-4/+3
2011-03-25gpio: Cleanup genirq namespaceThomas Gleixner9-50/+50
2011-03-25arm/gpio: Remove three copies of broken and racy debug codeThomas Gleixner1-45/+0
2011-03-23gpio: Add Tunnel Creek support to sch_gpioDenis Turischev2-20/+44
2011-03-23rdc321x-southbridge: Use mfd_data instead of driver_dataAndres Salomon1-1/+2
2011-03-23mfd: mfd_cell is now implicitly available to janz driversAndres Salomon1-1/+2
2011-03-23mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon1-3/+3
2011-03-18Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds8-105/+218
2011-03-17gpio/langwell: Clear edge bit before handlingThomas Gleixner1-7/+6
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-03-17gpio/langwell: Simplify demux loopThomas Gleixner1-6/+7
2011-03-17gpio/langwell: Convert irq name spaceThomas Gleixner1-5/+5
2011-03-17gpio/langwell: Fix broken irq_eoi change.Thomas Gleixner1-8/+5
2011-03-17gpio; Make Intel chipset gpio drivers depend on x86Thomas Gleixner1-3/+3
2011-03-17gpio/cs5535-gpio: Fix section mismatchNikanth Karthikesan1-3/+3
2011-03-13gpio: add MODULE_DEVICE_TABLEAxel Lin2-0/+2
2011-03-12gpio: Use __devexit at necessary placesAxel Lin2-2/+2
2011-03-12gpio: add MODULE_DEVICE_TABLE to pch_gpio and ml_ioh_gpioAxel Lin2-0/+2