aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-29Revert "w1: Add 1-wire slave device driver for DS28E04-100"Greg Kroah-Hartman4-473/+0
2012-04-29Extcon: Notify changed state for only one cable to notifeeChanwoo Choi1-1/+8
2012-04-25Extcon: check for allocation failureDan Carpenter1-0/+2
2012-04-23drivers/base/core.c: Fix a typo in commentyan1-1/+1
2012-04-23Remove "switch" class in drivers/staging/android/switchMyungJoo Ham8-424/+6
2012-04-20Extcon: support mutually exclusive relation between cables.MyungJoo Ham1-8/+115
2012-04-20Extcon: support multiple states at a device.MyungJoo Ham1-13/+426
2012-04-20Extcon: support notification based on the state changes.Donggeun Kim1-0/+66
2012-04-20Extcon: support generic GPIO extcon driverMyungJoo Ham3-0/+177
2012-04-20Extcon (external connector): import Android's switch class and modify.MyungJoo Ham5-0/+261
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman3-60/+36
2012-04-18driver core: check start node in klist_iter_init_nodeHannes Reinecke3-36/+60
2012-04-18drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten1-2/+1
2012-04-18driver core: fix dma-buf.c kernel-doc warningsRandy Dunlap1-6/+6
2012-04-18core.c: fix 'the the' typoPeter Korsgaard1-2/+2
2012-04-18devtmpfs: fix 'the the' typoPeter Korsgaard1-3/+3
2012-04-18w1: w1_ds28e04: unlock on error path in w1_f1C_write_pio()Dan Carpenter1-1/+3
2012-04-11w1: Disable irqs during 1-wire bus operations, extend 1-wire reset pulseMarkus Franke1-4/+18
2012-04-11w1: Add 1-wire slave device driver for DS28E04-100Markus Franke4-0/+471
2012-04-09w1: fix slave driver registration error messageDmitry Artamonow1-1/+1
2012-04-09hv: fix return type of hv_post_message()Dan Carpenter2-2/+2
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds2-1/+8
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2-89/+86
2012-04-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds2-2/+5
2012-04-06Merge branch '3.4-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds4-7/+19
2012-04-06tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-04-06tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad3-2/+11
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseLen Brown4441-173979/+325606
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-32/+61
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds4-3/+4
2012-04-06Merge tag 'mmc-fixes-for-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds13-218/+299
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani1-1/+4
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-195/+371
2012-04-06xen/pcifront: avoid pci_frontend_enable_msix() falsely returning successJan Beulich1-0/+1
2012-04-06xen/pciback: fix XEN_PCI_OP_enable_msix resultJan Beulich1-1/+1
2012-04-06xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2-2/+2
2012-04-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-107/+135
2012-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apmLinus Torvalds1-1/+1
2012-04-05mmc: use really long write timeout to deal with crappy cardsPaul Walmsley1-3/+7
2012-04-05mmc: sdhci-dove: Fix compile error by including module.hAlf Høgemark1-0/+1
2012-04-05mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper1-2/+3
2012-04-05Revert "mmc: sdhci-pci: Add MSI support"Chris Ball1-6/+0
2012-04-05Revert "mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllers"Chris Ball1-3/+1
2012-04-05mmc: core: fix power class selectionSubhash Jadavani1-13/+17
2012-04-05mmc: omap_hsmmc: fix module re-insertionBalaji T K1-3/+1
2012-04-05mmc: omap_hsmmc: convert to module_platform_driverFelipe Balbi1-15/+1
2012-04-05mmc: omap_hsmmc: make it behave well as a moduleFelipe Balbi1-4/+5
2012-04-05mmc: omap_hsmmc: trivial cleanupsFelipe Balbi1-77/+70
2012-04-05mmc: omap_hsmmc: context save after enabling runtime pmBalaji T K1-2/+2
2012-04-05mmc: omap_hsmmc: use runtime put sync in probe error patchBalaji T K1-2/+1