summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ARM: clps711x: cdb89712: Special driver for handling memory is removedAlexander Shiyan2012-11-213-286/+0
* ARM: clps711x: Transform clps711x-framebuffer to platform driver and use itAlexander Shiyan2012-11-201-6/+15
* GPIO: clps711x: use platform_device_unregister in gpio_clps711x_init()Wei Yongjun2012-10-271-2/+1
* gpio/tc3589x: convert to use the simple irqdomainLinus Walleij2012-10-261-11/+9
* gpio/em: convert to linear IRQ domainLinus Walleij2012-10-261-39/+7
* gpio/mvebu: convert to use irq_domain_add_simple()Linus Walleij2012-10-261-2/+2
* gpio/tegra: convert to use linear irqdomainLinus Walleij2012-10-261-9/+5
* gpiolib: unlock on error in gpio_export()Dan Carpenter2012-10-261-1/+2
* gpiolib: add gpio get direction callback supportMathias Nyman2012-10-261-1/+37
* GPIO: clps711x: Fix direction logic for PORTDAlexander Shiyan2012-10-261-14/+51
* GPIO: clps711x: Fix return value for gpio_clps711x_getAlexander Shiyan2012-10-241-1/+1
* gpiolib: Refactor gpio_exportRyan Mallon2012-10-231-39/+46
* GPIO: vt8500: Add extended gpio bank for WM8505/WM8650Tony Prisk2012-10-191-0/+2
* GPIO: Add support for GPIO on CLPS711X-target platformAlexander Shiyan2012-10-153-0/+168
* DA9055 GPIO driverAshish Jangam2012-10-153-0/+216
* gpio/gpio-omap: Use existing pointer to struct deviceTobias Klauser2012-10-151-1/+1
* gpio/gpio-pl061: Covert to use devm_* functionsTobias Klauser2012-10-151-37/+22
* Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds2012-10-1311-127/+567
|\
| * md: refine reporting of resync/reshape delays.NeilBrown2012-10-111-7/+18
| * md/raid5: be careful not to resize_stripes too big.NeilBrown2012-10-111-1/+2
| * md: make sure manual changes to recovery checkpoint are saved.NeilBrown2012-10-111-0/+2
| * md/raid10: use correct limit variableDan Carpenter2012-10-111-1/+1
| * md: writing to sync_action should clear the read-auto state.NeilBrown2012-10-111-0/+7
| * Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma2012-10-115-8/+9
| * md/raid5: make sure to_read and to_write never go negative.NeilBrown2012-10-111-4/+1
| * md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.Alexander Lyakas2012-10-111-3/+16
| * md/raid5: protect debug message against NULL derefernce.NeilBrown2012-10-111-1/+1
| * md/raid5: add some missing locking in handle_failed_stripe.NeilBrown2012-10-111-0/+2
| * MD: raid5 avoid unnecessary zero page for trimShaohua Li2012-10-111-18/+17
| * MD: raid5 trim supportShaohua Li2012-10-112-3/+166
| * md/bitmap:Don't use IS_ERR to judge alloc_page().Jianpeng Ma2012-10-111-6/+2
| * md/raid1: Don't release reference to device while handling read error.NeilBrown2012-10-111-4/+5
| * raid: replace list_for_each_continue_rcu with new interfaceMichael Wang2012-10-111-6/+3
| * DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow2012-10-111-0/+13
| * DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow2012-10-111-1/+1
| * DM RAID: Add rebuild capability for RAID10Jonathan Brassow2012-10-111-1/+33
| * DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow2012-10-111-25/+50
| * MD RAID10: Prep for DM RAID10 device replacement capabilityJonathan Brassow2012-10-112-3/+9
| * md: avoid taking the mutex on some ioctls.NeilBrown2012-10-111-23/+62
| * MD: change the parameter of md threadShaohua Li2012-10-116-11/+17
| * md/raid10: submit IO from originating thread instead of md thread.NeilBrown2012-10-111-3/+54
| * md: raid 10 supports TRIMShaohua Li2012-10-111-4/+25
| * md: raid 1 supports TRIMShaohua Li2012-10-111-2/+21
| * md: raid 0 supports TRIMShaohua Li2012-10-111-1/+18
| * md: linear supports TRIMShaohua Li2012-10-111-0/+16
| * md/linear: rcu_dereference outside read-lock sectionDenis Efremov2012-10-111-2/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-10-133-18/+33
|\ \
| * \ Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-...James Morris2012-10-111-7/+14
| |\ \
| | * | tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe2012-10-101-7/+14
| * | | Merge branch 'tpmdd-fixes-v3.6' of git://github.com/shpedoikal/linux into for...James Morris2012-10-113-11/+19
| |\ \ \