aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
* gpio: pca953x: Add compatible strings to gpio-pca953x driverMaxime Ripard2012-11-17
* gpio: pca953x: Register an IRQ domainMaxime Ripard2012-11-17
* gpio: mvebu: Set free callback for gpio_chipAxel Lin2012-11-08
* gpio: tegra: Drop exporting static functionsAxel Lin2012-11-08
* gpio: tegra: Staticize non-exported symbolsAxel Lin2012-11-08
* gpio: tegra: fix suspend/resume apisLaxman Dewangan2012-11-08
* gpio-pch: Set parent dev for gpio chipAlexander Stein2012-11-04
* gpio: em: Fix build errorsAxel Lin2012-11-04
* GPIO: clps711x: use platform_device_unregister in gpio_clps711x_init()Wei Yongjun2012-10-27
* gpio/tc3589x: convert to use the simple irqdomainLinus Walleij2012-10-26
* gpio/em: convert to linear IRQ domainLinus Walleij2012-10-26
* gpio/mvebu: convert to use irq_domain_add_simple()Linus Walleij2012-10-26
* gpio/tegra: convert to use linear irqdomainLinus Walleij2012-10-26
* gpiolib: unlock on error in gpio_export()Dan Carpenter2012-10-26
* gpiolib: add gpio get direction callback supportMathias Nyman2012-10-26
* GPIO: clps711x: Fix direction logic for PORTDAlexander Shiyan2012-10-26
* GPIO: clps711x: Fix return value for gpio_clps711x_getAlexander Shiyan2012-10-24
* gpiolib: Refactor gpio_exportRyan Mallon2012-10-22
* GPIO: vt8500: Add extended gpio bank for WM8505/WM8650Tony Prisk2012-10-19
* GPIO: Add support for GPIO on CLPS711X-target platformAlexander Shiyan2012-10-15
* DA9055 GPIO driverAshish Jangam2012-10-15
* gpio/gpio-omap: Use existing pointer to struct deviceTobias Klauser2012-10-15
* gpio/gpio-pl061: Covert to use devm_* functionsTobias Klauser2012-10-15
* Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds2012-10-13
|\
| * md: refine reporting of resync/reshape delays.NeilBrown2012-10-10
| * md/raid5: be careful not to resize_stripes too big.NeilBrown2012-10-10
| * md: make sure manual changes to recovery checkpoint are saved.NeilBrown2012-10-10
| * md/raid10: use correct limit variableDan Carpenter2012-10-10
| * md: writing to sync_action should clear the read-auto state.NeilBrown2012-10-10
| * Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma2012-10-10
| * md/raid5: make sure to_read and to_write never go negative.NeilBrown2012-10-10
| * md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.Alexander Lyakas2012-10-10
| * md/raid5: protect debug message against NULL derefernce.NeilBrown2012-10-10
| * md/raid5: add some missing locking in handle_failed_stripe.NeilBrown2012-10-10
| * MD: raid5 avoid unnecessary zero page for trimShaohua Li2012-10-10
| * MD: raid5 trim supportShaohua Li2012-10-10
| * md/bitmap:Don't use IS_ERR to judge alloc_page().Jianpeng Ma2012-10-10
| * md/raid1: Don't release reference to device while handling read error.NeilBrown2012-10-10
| * raid: replace list_for_each_continue_rcu with new interfaceMichael Wang2012-10-10
| * DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow2012-10-10
| * DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow2012-10-10
| * DM RAID: Add rebuild capability for RAID10Jonathan Brassow2012-10-10
| * DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow2012-10-10
| * MD RAID10: Prep for DM RAID10 device replacement capabilityJonathan Brassow2012-10-10
| * md: avoid taking the mutex on some ioctls.NeilBrown2012-10-10
| * MD: change the parameter of md threadShaohua Li2012-10-10
| * md/raid10: submit IO from originating thread instead of md thread.NeilBrown2012-10-10
| * md: raid 10 supports TRIMShaohua Li2012-10-10
| * md: raid 1 supports TRIMShaohua Li2012-10-10
| * md: raid 0 supports TRIMShaohua Li2012-10-10