summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* gpio/tegra: Use engineering names in DT compatible propertyStephen Warren2011-07-051-1/+1
* of/gpio: Add new method for getting gpios under different property namesJohn Bonesio2011-06-281-5/+6
* 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-161-570/+153
|\
| * gpio/omap: cleanup show revision, remove cpu_is checks, display only onceKevin Hilman2011-06-161-8/+6
| * gpio/omap: debounce remove SoC specific registers, use pdataKevin Hilman2011-06-161-12/+3
| * 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-161-99/+30
| * gpio/omap: consolidate IRQ status handling, remove #ifdefsKevin Hilman2011-06-161-61/+5
| * gpio/omap: consolidate direction, input, output, remove #ifdefsKevin Hilman2011-06-161-200/+43
| * 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-15182-1348/+2815
|\ \
| * | gpio/tegra: add devicetree supportGrant Likely2011-06-151-0/+10
| * | gpio/tegra: Move Tegra gpio driver to drivers/gpioGrant Likely2011-06-152-0/+432
| |/
| * 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
| | * | 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-131-10/+11
| |\ \
| | * \ Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-06-091-10/+11
| | |\ \ | | | |/ | | |/|
| | | * oprofile: Fix locking dependency in sync_start()Robert Richter2011-05-311-6/+2
| | | * oprofile: Free potentially owned tasks in case of errorsRobert Richter2011-05-311-4/+9
| * | | Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-06-131-0/+1
| |\ \ \
| | * | | spi-pl022: Add missing return value updateVirupax Sadashivpetimath2011-06-131-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2011-06-121-1/+2
| |\ \ \ \
| | * | | | ide-cd: signedness warning fix againConnor Hansen2011-06-111-1/+2
| * | | | | Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-06-121-11/+29
| |\ \ \ \ \
| | * | | | | gpio/nomadik: fix sleepmode for elder NomadikLinus Walleij2011-06-091-11/+29
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-1234-361/+307
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | ISDN, hfcsusb: Don't leak in hfcsusb_ph_info()Jesper Juhl2011-06-111-0/+1
| | * | | | | net: ep93xx_eth: fix DMA API violationsMika Westerberg2011-06-111-5/+13
| | * | | | | net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent()Mika Westerberg2011-06-111-1/+1
| | * | | | | net: ep93xx_eth: allocate buffers using kmalloc()Mika Westerberg2011-06-111-31/+20
| | * | | | | net: ep93xx_eth: pass struct device to DMA API functionsMika Westerberg2011-06-111-10/+13
| | * | | | | dl2k: EEPROM CRC calculation wrong endianess on bigendian machineDaniel Hellstrom2011-06-111-1/+1
| | * | | | | NET: am79c961: fix assembler warningsRussell King - ARM Linux2011-06-111-17/+18
| | * | | | | NET: am79c961: ensure multicast filter is correctly set at openRussell King - ARM Linux2011-06-111-37/+40
| | * | | | | NET: am79c961: ensure asm() statements are marked volatileRussell King - ARM Linux2011-06-111-7/+7