summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-53/+756
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds49-510/+2230
2013-02-26Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds15-600/+1454
2013-02-26Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds11-39/+707
2013-02-26Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds36-807/+2866
2013-02-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds19-1573/+1473
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds39-643/+1725
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-34/+96
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds29-706/+490
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds369-11557/+22394
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-378/+1210
2013-02-26drm/tilcdc: only build on armStephen Rothwell1-1/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+3
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds47-1004/+3725
2013-02-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds466-8472/+31149
2013-02-24Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds14-137/+1517
2013-02-24tty vt: fix character insertion overflowNicolas Pitre1-1/+1
2013-02-24Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds12-54/+1210
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+957
2013-02-24mmc: tegra: assume CONFIG_OF, remove platform dataStephen Warren1-74/+45
2013-02-24mmc: add DT bindings for more MMC capability flagsGuennadi Liakhovetski1-0/+13
2013-02-24mmc: tmio: add support for the VccQ regulatorGuennadi Liakhovetski1-10/+46
2013-02-24mmc: sh_mobile_sdhi: use managed resource allocationsGuennadi Liakhovetski1-43/+14
2013-02-24mmc: sh_mobile_sdhi: remove unused .pdata fieldGuennadi Liakhovetski1-4/+0
2013-02-24mmc: tmio-mmc: parse device-tree bindingsGuennadi Liakhovetski2-8/+44
2013-02-24mmc: sh_mmcif: use mmc_of_parse() to parse standard MMC DT bindingsGuennadi Liakhovetski1-1/+2
2013-02-24mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski1-0/+110
2013-02-24mmc: sdhi, tmio: only check flags in tmio-mmc driver properGuennadi Liakhovetski2-2/+4
2013-02-24mmc: sdhci: Fix parameter of sdhci_do_start_signal_voltage_switch()Fabio Estevam1-4/+4
2013-02-24mmc: sdhci: check voltage range only on regulators aware of voltage valueMarek Szyprowski1-1/+5
2013-02-24mmc: bcm2835: set SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLKStephen Warren1-2/+2
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon4-17/+557
2013-02-24mmc: add packed command feature of eMMC4.5Seungwon Jeon1-0/+28
2013-02-24mmc: rtsx: remove driving adjustmentRoger Tseng1-5/+0
2013-02-24mmc: use regulator_can_change_voltage() instead of regulator_count_voltagesMarek Szyprowski1-1/+1
2013-02-24mmc: sdhci-pxav3: add pm runtime supportKevin Liu1-1/+95
2013-02-24mmc: core: fix indentationJaehoon Chung1-12/+11
2013-02-24mmc: block: don't start new request when the card is removedSeungwon Jeon1-2/+8
2013-02-24mmc: core: fix permanent sleep of mmcqd during card removalSeungwon Jeon1-0/+1
2013-02-24mmc: sdhci: enhance preset value functionKevin Liu3-57/+101
2013-02-24mmc: mmc_spi: Fix return value evaluation of irq_of_parse_and_map()Roland Stigge1-1/+1
2013-02-24mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clockLars-Peter Clausen6-46/+18
2013-02-24mmc: sdhci: update signal voltage switch codeKevin Liu1-114/+78
2013-02-24mmc: core: Fixup signal voltage switchJohan Rudholm3-17/+107
2013-02-24mmc: core: Break out start_signal_voltage_switchJohan Rudholm5-21/+31
2013-02-24mmc: core: Add mmc_power_cycleJohan Rudholm2-0/+9
2013-02-24mmc: sd: Simplify by using mmc_host_uhsJohan Rudholm1-4/+2
2013-02-24mmc: core: expose RPMB partition only for CMD23 capable hostsBalaji T K1-1/+1
2013-02-24mmc: goldfish: emulated MMC deviceMike Lockwood3-0/+578
2013-02-24mmc: sdhci-esdhc-imx: support 8bit modeSascha Hauer1-2/+54