summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio/mxc: get rid of the uses of cpu_is_mx()Shawn Guo2011-07-0811-64/+163
* gpio/mxc: add missing initialization of basic_mmio_gpio shadow variablesLothar Waßmann2011-07-071-0/+2
* gpio: Move mpc5200 gpio driver to drivers/gpioGrant Likely2011-07-065-17/+9
* GPIO: DA9052 GPIO module v3ashishj32011-07-063-0/+285
* gpio/tegra: Use engineering names in DT compatible propertyStephen Warren2011-07-052-2/+2
* of/gpio: Add new method for getting gpios under different property namesJohn Bonesio2011-06-282-10/+43
* gpio/dt: Refine GPIO device tree bindingGrant Likely2011-06-281-9/+37
* gpio/ml-ioh: fix off-by-one for displaying variable i in dev_errAxel Lin2011-06-161-1/+1
* gpio/pca953x: Deprecate meaningless device-tree bindingsDavid Jander2011-06-161-2/+9
* gpio/pca953x: Remove dynamic platform data pointerDavid Jander2011-06-161-49/+28
* gpio/pca953x: Fix IRQ support.David Jander2011-06-161-1/+3
* Merge branch 'for_3.1/gpio-cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2011-06-166-570/+282
|\
| * gpio/omap: cleanup show revision, remove cpu_is checks, display only onceKevin Hilman2011-06-166-8/+15
| * gpio/omap: debounce remove SoC specific registers, use pdataKevin Hilman2011-06-163-12/+9
| * gpio/omap: cleanup _set_gpio_wakeup(), remove ifdefsKevin Hilman2011-06-161-34/+16
| * gpio/omap: remove useless gpio_valid() & check_gpio() checksKevin Hilman2011-06-161-45/+0
| * gpio/omap: convert MPUIO IRQ over to generic irq_chipKevin Hilman2011-06-161-44/+30
| * gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefsKevin Hilman2011-06-166-99/+54
| * gpio/omap: consolidate IRQ status handling, remove #ifdefsKevin Hilman2011-06-166-61/+17
| * gpio/omap: consolidate direction, input, output, remove #ifdefsKevin Hilman2011-06-166-200/+121
| * gpio/omap: remove get_gpio_bank()Charulatha V2011-06-161-27/+2
| * gpio/omap: replace get_gpio_index() by using bank widthKevin Hilman2011-06-161-25/+17
| * gpio/omap: _get_gpio_irqbank_mask: replace hard-coded mask with bank->widthKevin Hilman2011-06-161-7/+1
| * gpio/omap: move bank width into struct gpio_bankKevin Hilman2011-06-161-7/+6
| * gpio/omap: remove MPUIO handling from _clear_gpio_irqbank()Kevin Hilman2011-06-161-6/+0
| * gpio/omap: _clear_gpio_irqbank: fix flushing of posted writeKevin Hilman2011-06-161-2/+1
* | Merge branch 'gpio/next-tegra' into gpio/nextGrant Likely2011-06-15463-2751/+5019
|\ \
| * | gpio/tegra: add devicetree supportGrant Likely2011-06-152-0/+17
| * | gpio/tegra: Move Tegra gpio driver to drivers/gpioGrant Likely2011-06-153-1/+1
| |/
| * Linux 3.0-rc3v3.0-rc3Linus Torvalds2011-06-131-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2011-06-133-12/+12
| |\
| | * SLAB: Record actual last user of freed objects.Suleiman Souhlal2011-06-031-4/+5
| | * slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf2011-06-032-8/+7
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-06-1311-58/+80
| |\ \
| | * | ceph: unwind canceled flock stateSage Weil2011-06-071-10/+16
| | * | ceph: fix ENOENT logic in striped_readSage Weil2011-06-071-2/+2
| | * | ceph: fix short sync reads from the OSDSage Weil2011-06-071-13/+15
| | * | ceph: fix sync vs canceled writeSage Weil2011-06-071-5/+10
| | * | ceph: use ihold when we already have an inode refSage Weil2011-06-0710-28/+37
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-06-133-7/+9
| |\ \ \
| | * \ \ Merge branch 'fortglx/3.0/tip/timers/ptp' of git://git.linaro.org/people/jstu...Thomas Gleixner2011-06-061-5/+6
| | |\ \ \
| | | * | | ptp: Fix some locking bugs in ptp_read()Dan Carpenter2011-06-011-4/+4
| | | * | | ptp: Return -EFAULT on copy_to_user() errorsDan Carpenter2011-06-011-1/+2
| | * | | | Merge branch 'fortglx/3.0/tip/timers/rtc' of git://git.linaro.org/people/jstu...Thomas Gleixner2011-06-062-2/+3
| | |\ \ \ \
| | | * | | | rtc: Staticize non-exported __rtc_set_alarm()Mark Brown2011-06-011-1/+1
| | | * | | | rtc: Fix ioctl error path returnJohn Stultz2011-06-011-1/+2
| | | |/ / /
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-06-136-18/+39
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-06-092-10/+14
| | |\ \ \ \ \
| | | * | | | | oprofile, dcookies: Fix possible circular locking dependencyRobert Richter2011-05-311-0/+3
| | | * | | | | oprofile: Fix locking dependency in sync_start()Robert Richter2011-05-311-6/+2
OpenPOWER on IntegriCloud