summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-08-16w1: omap-hdq: drop ARCH dependencyFelipe Balbi2-4/+0
2012-08-16w1: omap-hdq: remove unnecessary returnFelipe Balbi1-2/+0
2012-08-16w1: omap-hdq: convert to devm_* functionsFelipe Balbi1-23/+9
2012-08-16w1: omap-hdq: convert to module_platform_driverFelipe Balbi1-13/+1
2012-08-16w1: omap-hdq: don't hardcode resource sizeFelipe Balbi1-1/+1
2012-08-16w1: omap-hdq: add section annotation to removeFelipe Balbi1-3/+3
2012-08-16mei: wd: use watchdog_set/get_drvdata for passing mei_deviceTomas Winkler1-13/+16
2012-08-16mei: wd: decouple and revamp watchdog state machineTomas Winkler6-27/+34
2012-08-16mei: wd: rename watchdog constants to be more descriptiveTomas Winkler4-26/+23
2012-08-16mei: wd: add option WDIOF_SETTIMEOUTTomas Winkler1-1/+3
2012-08-16mei: fix device stall after wd is stoppedTomas Winkler1-1/+1
2012-08-16mei: name space for mei device stateTomas Winkler6-55/+77
2012-08-16mei: style : reformat PCI device IDsTomas Winkler1-40/+39
2012-08-16mei: use KBUILD_MODNAME when allocating resources from the OSTomas Winkler1-8/+6
2012-08-16mei: add mei_quirk_probe functionTomas Winkler1-0/+27
2012-08-16mei: revamp me client search functionTomas Winkler5-74/+60
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds7-2/+345
2012-08-02Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-13/+37
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds9-26/+124
2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds5-22/+150
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds11-1123/+2070
2012-08-02md/dm-raid: DM_RAID should select MD_RAID10NeilBrown1-2/+3
2012-08-02md/raid1: submit IO from originating thread instead of md thread.NeilBrown2-4/+55
2012-08-02raid5: raid5d handle stripe in batch wayShaohua Li1-13/+32
2012-08-02raid5: make_request use batch stripe releaseShaohua Li2-3/+60
2012-08-01Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Linus Torvalds48-1089/+2468
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-88/+35
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds17-165/+198
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-39/+1
2012-08-01Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds8-219/+400
2012-08-01delousing target_core_file a bitAl Viro1-27/+5
2012-08-01DM RAID: Add support for MD RAID10Jonathan Brassow1-5/+90
2012-08-01Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into mdNeilBrown1608-55721/+77054
2012-08-01Merge branch 'common/irqdomain' into sh-latestPaul Mundt5-5/+85
2012-08-01sh: intc: initial irqdomain support.Paul Mundt5-5/+85
2012-08-01Merge branch 'common/pinctrl' into sh-latestPaul Mundt1-17/+15
2012-08-01sh: pfc: Fix up init ordering mess.Paul Mundt1-17/+15
2012-08-01Merge branch 'sh/dmaengine' into sh-latestPaul Mundt1934-62202/+198204
2012-08-01serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski1-2/+3
2012-08-01dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski2-0/+21
2012-07-31Platform: OLPC: move global variables into priv structAndres Salomon1-20/+28
2012-07-31Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon1-0/+117
2012-07-31x86: OLPC: switch over to using new EC driver on x86Andres Salomon1-5/+0
2012-07-31Platform: OLPC: add a suspended flag to the EC driverAndres Salomon1-1/+45
2012-07-31Platform: OLPC: turn EC driver into a platform_driverAndres Salomon1-0/+48
2012-07-31Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon1-2/+110
2012-07-31drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon4-2/+4
2012-07-31Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon3-0/+21
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds10-12/+14
2012-07-31Merge tag 'vfio-for-v3.6' of git://github.com/awilliam/linux-vfioLinus Torvalds13-0/+5426