summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: Make plat/omap-pm.h local to mach-omap2Tony Lindgren2012-10-191-1/+0
* ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1Tony Lindgren2012-10-171-1/+1
* ARM: OMAP: Make plat/fpga.h local to arch/arm/plat-omapTony Lindgren2012-10-172-6/+6
* Merge branch 'omap-for-v3.8/cleanup-headers-dss' into omap-for-v3.8/cleanup-h...Tony Lindgren2012-10-1713-83/+233
|\
| * Merge remote-tracking branch 'tomi/3.8/vrfb-conversion' into omap-for-v3.8/cl...Tony Lindgren2012-10-177-32/+128
| |\
| | * OMAPFB: use omap_vrfb_supported()Tomi Valkeinen2012-10-171-5/+1
| | * OMAPDSS: VRFB: add omap_vrfb_supported()Tomi Valkeinen2012-10-171-0/+16
| | * OMAP: move arch/arm/plat-omap/include/plat/vrfb.hTomi Valkeinen2012-10-177-7/+7
| | * OMAP: VRFB: convert vrfb to platform deviceTomi Valkeinen2012-10-171-20/+104
| * | OMAPDSS: remove <plat/cpu.h> includesTomi Valkeinen2012-10-173-5/+0
| * | OMAPDSS: HDMI: use omapdss_versionTomi Valkeinen2012-10-163-4/+16
| * | OMAPDSS: DSS: use omapdss_versionTomi Valkeinen2012-10-161-10/+27
| * | OMAPDSS: DISPC: use omapdss_versionTomi Valkeinen2012-10-161-13/+28
| * | OMAPDSS: use omapdss_version in dss_features.cTomi Valkeinen2012-10-163-19/+34
| |/
* | Merge branch 'omap-for-v3.8/cleanup-headers-mmc' into omap-for-v3.8/cleanup-h...Tony Lindgren2012-10-172-12/+17
|\ \
| * | mmc: omap: Remove cpu_is_omap usage from the driverTony Lindgren2012-10-151-8/+15
| * | ARM: OMAP: Split plat/mmc.h into local headers and platform_dataTony Lindgren2012-10-152-4/+3
| |/
* | Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-...Tony Lindgren2012-10-172-26/+108
|\ \
| * | mtd: nand: omap: handle gpmc bch[48]Afzal Mohammed2012-10-151-11/+89
| * | mtd: nand: omap: bring in gpmc nand macrosAfzal Mohammed2012-10-151-8/+13
| * | mtd: onenand: omap: use pdata info instead of cpu_isAfzal Mohammed2012-10-151-3/+4
| * | mtd: nand: omap: read nand using register addressAfzal Mohammed2012-10-151-1/+1
| * | mtd: nand: omap: free region as per resource sizeAfzal Mohammed2012-10-151-1/+1
| * | mtd: onenand: omap: cleanup gpmc dependencyAfzal Mohammed2012-10-151-2/+0
| |/
* | Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-h...Tony Lindgren2012-10-1716-15/+41
|\ \
| * | ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla2012-10-1515-15/+15
| * | ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla2012-10-154-0/+17
| * | ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1Lokesh Vutla2012-10-154-0/+9
| |/
* | ARM: OMAP: Trivial driver changes to remove include plat/cpu.hTony Lindgren2012-10-164-18/+7
* | staging: tidspbridge: remove unnecessary include of <plat/clock.h>Paul Walmsley2012-10-161-1/+0
|/
* 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