aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-04mmc: sdhci-s3c: use mmc_of_parse and remove the card_taskletmmc-updates-for-3.16-rc1mmc-nextJaehoon Chung1-95/+4
2014-06-02mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controllerGuennadi Liakhovetski4-0/+1887
2014-05-23mmc: sdhci-of-esdhc: Fixup compile errorUlf Hansson1-3/+3
2014-05-23mmc: tegra: fix reporting of base clock frequencyAndrew Bresticker1-3/+7
2014-05-23mmc: tegra: disable UHS modesAndrew Bresticker1-7/+23
2014-05-23mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handlerSebastian Hesselbarth1-69/+5
2014-05-22MAINTAINERS: mmc: Add path to git treeUlf Hansson1-0/+1
2014-05-22mmc: dove: fix missing MACH_DOVE dependencySebastian Hesselbarth1-1/+1
2014-05-22mmc: sdhci: SD tuning is broken for some controllersAl Cooper1-15/+9
2014-05-22mmc: sdhci-esdhc-imx: fix mmc ddr mode regression issueAisheng Dong1-0/+1
2014-05-22mmc: sdhci-pci-o2micro: Add SeaBird SeaEagle SD3 supportPeter Guo2-1/+80
2014-05-22mmc: omap_hsmmc: split omap-dma header fileBalaji T K3-19/+23
2014-05-22mmc: omap_hsmmc: fix cmd23 multiblock read/writeBalaji T K1-2/+3
2014-05-22mmc: omap_hsmmc: use devm_ioremap_resourceBalaji T K1-14/+5
2014-05-22mmc: omap_hsmmc: use devm_request_threaded_irqBalaji T K1-6/+3
2014-05-22mmc: omap_hsmmc: use devm_request_irqBalaji T K1-5/+2
2014-05-22mmc: omap_hsmmc: use devm_clk_getBalaji T K1-11/+4
2014-05-22mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCsDavid Lanzendörfer4-0/+1100
2014-05-22mmc: wmt-sdmmc: Use GFP_KERNEL instead of hard-coded valueAxel Lin1-1/+1
2014-05-22mmc: omap: Use DIV_ROUND_UP instead of open codedAxel Lin1-5/+5
2014-05-22mmc: dw_mmc: Don't print data errorsDoug Anderson1-1/+1
2014-05-22mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King2-18/+27
2014-05-22mmc: sdhci: move remaining power handling into sdhci_set_power()Russell King1-9/+7
2014-05-22mmc: sdhci: move regulator handling into sdhci_set_power()Russell King1-37/+35
2014-05-22mmc: sdhci-tegra: get rid of special PRESENT_STATE register handlingRussell King1-14/+0
2014-05-22mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King2-8/+0
2014-05-22mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacksRussell King1-19/+36
2014-05-22mmc: sdhci-esdhc-imx: remove emulation of uhs_modeRussell King1-14/+3
2014-05-22mmc: sdhci: clean up sdhci_execute_tuning() decisionRussell King1-16/+15
2014-05-22mmc: sdhci: cache timing information locallyRussell King2-11/+14
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King18-20/+42
2014-05-22mmc: sdhci: set_uhs_signaling() need not return a valueRussell King3-6/+4
2014-05-22mmc: sdhci-esdhc-imx: fix lockdep splat upon tuningRussell King1-4/+2
2014-05-22mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning()Russell King1-0/+1
2014-05-22mmc: sdhci-esdhc-imx: avoid DMA to kernel stackRussell King1-9/+16
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King19-21/+36
2014-05-22mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King5-3/+12
2014-05-22mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King5-17/+7
2014-05-22mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()Russell King2-19/+5
2014-05-22mmc: sdhci: convert ADMA descriptors to a coherent allocationRussell King1-21/+22
2014-05-22mmc: sdhci: avoid sync'ing the SG if there's no misalignmentRussell King1-1/+10
2014-05-22mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc codeRussell King4-10/+10
2014-05-22mmc: sdhci: convert reset into a library functionRussell King19-31/+53
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King19-50/+50
2014-05-22mmc: sdhci: plug hole in disabling card detection interruptsRussell King1-8/+9
2014-05-22mmc: sdhci: more efficient interrupt enable register handlingRussell King2-51/+50
2014-05-22mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King3-8/+16
2014-05-22mmc: sdhci: push card_tasklet into threaded irq handlerRussell King2-16/+10
2014-05-22mmc: sdhci: convert to new SDIO IRQ handlingRussell King2-23/+41
2014-05-22mmc: sdhci: clean up sdio interrupt enable handlingRussell King1-18/+17
2014-05-22mmc: sdhci: clean up interrupt handlingRussell King1-66/+58
2014-05-22mmc: sdio_irq: rework sdio irq handlingRussell King2-10/+34
2014-05-13mmc: sdhci: remove mdelay in eMMC tuningNick Sanders1-1/+4
2014-05-12MAINTAINERS: mmc: Update email for host driver maintainerUlf Hansson1-1/+1
2014-05-12mmc: core: Improve support for deferred regulatorsTim Kryger2-18/+21
2014-05-12mmc: mxcmmc: Use mmc_regulator_get_supply() APIAlexander Shiyan1-27/+17
2014-05-12mmc: atmel: don't test host->dataAlexandre Belloni1-10/+3
2014-05-12mmc: rtsx: fix possible linking error if built-inArnd Bergmann1-2/+3
2014-05-12mmc: mxs: fix card detection function for broken card detectDaniel Willmann1-0/+7
2014-05-12mmc: jz4740: don't wait for PRG_DONE after stop command with R1 responseAlex Smith1-4/+7
2014-05-12mmc: core: add DT bindings for eMMC HS400 1.8/1.2VSeungwon Jeon2-0/+6
2014-05-12mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon6-6/+118
2014-05-12mmc: rework selection of bus speed modeSeungwon Jeon4-200/+238
2014-05-12mmc: step power class after final selection of bus modeSeungwon Jeon1-41/+55
2014-05-12mmc: identify available device type to selectSeungwon Jeon4-44/+48
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon9-54/+43
2014-05-12mmc: mvsdio: workaround for spurious irqsSebastian Hesselbarth1-0/+14
2014-05-12mmc: mvsdio: silence card detect noticeSebastian Hesselbarth1-3/+3
2014-05-12mmc: core: Try other signal levels during power upTim Kryger1-2/+7
2014-05-12mmc: moxart: Add MOXA ART SD/MMC driverJonas Jensen4-0/+770
2014-05-12mmc: Add realtek USB sdmmc host driverRoger Tseng3-0/+1463
2014-05-12mmc: sdhci-s3c: Remove unused define for NUM_GPIOSAxel Lin1-3/+0
2014-05-12mmc: dw_mmc: restore the card-present checking pointJaehoon Chung1-0/+5
2014-05-12mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()Jaehoon Chung2-59/+3
2014-05-12mmc: dw_mmc: remove unnecessary function.Jaehoon Chung1-7/+1
2014-05-12mmc: dw_mmc: fix minor coding style.Jaehoon Chung1-3/+2
2014-05-12mmc: dw_mmc: remove unused member variable.Jaehoon Chung2-44/+3
2014-05-12mmc: dw_mmc: replace the bus_hz checking pointJaehoon Chung1-10/+8
2014-05-12mmc: dw_mmc: use the mmc_of_parse() instead of local parserJaehoon Chung2-53/+1
2014-05-12mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan1-10/+3
2014-05-12mmc: mxcmmc: Convert to devm-* APIAlexander Shiyan1-63/+38
2014-05-12mmc: dw_mmc: exynos: Staticize dw_mci_exynos_pmopsSachin Kamat1-1/+1
2014-04-22mmc: rtsx: add R1-no-CRC mmc command type handleMicky Ching1-0/+3
2014-04-22mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson2-54/+5
2014-04-22mmc: core: Use maximum timeout values in case TACC field is zeroStefan Wahren1-0/+4
2014-04-22mmc: Convert to use ATTRIBUTE_GROUPSAxel Lin2-20/+4
2014-04-22mmc: card.h: Use NULL instead of 0 for END_FIXUPFabio Estevam1-1/+1
2014-04-22mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer3-3/+8
2014-04-20mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-1/+3
2014-04-20mmc: dw_mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2-4/+3
2014-04-20mmc: rtsx: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-0/+2
2014-04-20mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-4/+5
2014-04-20mmc: omap: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-2/+2
2014-04-20mmc: mmci: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-2/+4
2014-04-20mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon3-2/+6
2014-04-20Linux 3.15-rc2Linus Torvalds1-1/+1
2014-04-20Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-6/+18
2014-04-20Merge tag 'iommu-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+11
2014-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-2/+12
2014-04-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-2/+12
2014-04-20perf tools: Improve error reportingAdrien BAK2-2/+9
2014-04-20perf tools: Adjust symbols in VDSOVladimir Nikulichev1-0/+2
2014-04-20perf kvm: Fix 'Min time' counting in report commandAlexander Yarygin1-0/+1
2014-04-19coredump: fix va_list corruptionEric Dumazet1-1/+6
2014-04-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+10
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-11/+32
2014-04-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+16
2014-04-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds53-914/+1058
2014-04-19Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple...Dave Airlie13-247/+152
2014-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds60-339/+659
2014-04-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-13/+169
2014-04-18Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-158/+280
2014-04-18Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-160/+92
2014-04-18Merge tag 'staging-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds52-19978/+154
2014-04-18Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds21-907/+57
2014-04-18Merge tag 'usb-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds17-29/+151
2014-04-18Merge branch 'akpm' (incoming from Andrew)Linus Torvalds23-47/+85
2014-04-18thp: close race between split and zap huge pagesKirill A. Shutemov1-3/+10
2014-04-18mm: fix new kernel-doc warning in filemap.cRandy Dunlap1-1/+0
2014-04-18mm: fix CONFIG_DEBUG_VM_RB descriptionDavidlohr Bueso1-2/+1
2014-04-18mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman1-8/+23
2014-04-18mips: export flush_icache_rangeKees Cook1-2/+2
2014-04-18mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi1-0/+1
2014-04-18wait: explain the shadowing and type inconsistenciesPeter Zijlstra1-1/+13
2014-04-18Shiraz has movedViresh Kumar11-13/+14
2014-04-18Documentation/vm/numa_memory_policy.txt: fix wrong document in numa_memory_po...Tang Chen1-3/+2
2014-04-18powerpc/mm: fix ".__node_distance" undefinedMike Qiu1-0/+1
2014-04-18kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton1-1/+5
2014-04-18init/Kconfig: move the trusted keyring config option to general setupPeter Foley1-12/+12
2014-04-18vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter1-1/+1
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich7-60/+92
2014-04-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller18-132/+258
2014-04-18tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera1-1/+3
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2-5/+42
2014-04-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds15-125/+270
2014-04-18ARC: Delete stale barrier.hVineet Gupta1-37/+0
2014-04-18Merge tag 'pci-v3.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-13/+32
2014-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-13/+10
2014-04-18Merge tag 'sound-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-5/+10
2014-04-18Merge tag 'dt-fixes-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-9/+139
2014-04-18Merge tag 'xfs-for-linus-3.15-rc2' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-33/+147
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+16
2014-04-18of: add empty of_find_node_by_path() for !OFAlexander Shiyan1-0/+5
2014-04-18perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMUVenkatesh Srinivas1-3/+9
2014-04-18drm: bochs: drop unused struct fieldsGerd Hoffmann2-3/+0
2014-04-18drm: bochs: add power management supportGerd Hoffmann2-0/+45
2014-04-18drm: cirrus: add power management supportGerd Hoffmann2-0/+45
2014-04-18drm: Split out drm_probe_helper.c from drm_crtc_helper.cDaniel Vetter5-372/+437
2014-04-18drm/plane-helper: Don't fake-implement primary plane disablingDaniel Vetter1-28/+5
2014-04-18drm/ast: fix value check in cbr_scan2Dave Airlie1-1/+1
2014-04-18drm/nouveau/bios: fix a bit shift error introduced by 457e77bSergei Antonov1-1/+1
2014-04-18Merge tag 'omapdrm-fixes-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie7-42/+133
2014-04-18Merge branch 'drm-fixes-3.15' of git://people.freedesktop.org/~deathsimple/li...Dave Airlie12-78/+115
2014-04-18Merge tag 'drm/tegra/for-3.15-rc2' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2-3/+2
2014-04-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+5
2014-04-17Merge branch 'parisc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds6-14/+14
2014-04-17Merge branch 'ipmi' (emailed ipmi fixes)Linus Torvalds7-155/+261
2014-04-17ipmi: boolify some thingsCorey Minyard3-40/+38
2014-04-17ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard4-97/+182
2014-04-17ipmi: Turn off default probing of interfacesCorey Minyard2-1/+13
2014-04-17ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard1-2/+3
2014-04-17ipmi: Fix a race restarting the timerBodo Stroesser1-18/+28
2014-04-17Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-04-17Merge tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds7-16/+98
2014-04-17Merge tag '3.15-fixes' of git://neil.brown.name/mdLinus Torvalds1-2/+1
2014-04-17Merge tag 'fbdev-reorder-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds482-2666/+2682
2014-04-17Revert "serial: 8250, disable "too much work" messages"Greg Kroah-Hartman1-1/+2
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)1-0/+6
2014-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville18-132/+258
2014-04-17drm/radeon/ci: make sure mc ucode is loaded before checking the sizeAlex Deucher1-1/+3
2014-04-17drm/radeon/si: make sure mc ucode is loaded before checking the sizeAlex Deucher1-1/+3
2014-04-17drm/radeon: improve PLL params if we don't match exactly v2Christian König1-6/+7
2014-04-17drm/radeon: memory leak on bo reservation failure. v2Quentin Casasnovas1-2/+7
2014-04-17drm/radeon: fix VCE fence commandChristoph Jaeger1-1/+1
2014-04-17drm/radeon: re-enable mclk dpm on R7 260X asicsAlex Deucher1-2/+6
2014-04-17drm/radeon: add support for newer mc ucode on CI (v2)Alex Deucher2-10/+20
2014-04-17drm/radeon: add support for newer mc ucode on SI (v2)Alex Deucher2-13/+25
2014-04-17drm/radeon: apply more strict limits for PLL params v2Christian König1-0/+3
2014-04-17drm/radeon: update CI DPM powertune settingsAlex Deucher1-12/+13
2014-04-17drm/radeon: fix runpm handling on APUs (v4)Alex Deucher6-34/+27
2014-04-17drm/radeon: disable mclk dpm on R7 260XAlex Deucher1-0/+4
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai3-5/+16
2014-04-17kprobes/x86: Fix page-fault handling logicMasami Hiramatsu1-9/+7
2014-04-17x86/mce: Fix CMCI preemption bugsIngo Molnar2-12/+10
2014-04-17raid5: fix a race of stripe count checkShaohua Li1-2/+1
2014-04-17video: Kconfig: move drm and fb into separate menusTomi Valkeinen1-0/+4
2014-04-17fbdev: move fbdev core files to separate directoryTomi Valkeinen23-23/+25
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen481-2662/+2672
2014-04-16cif: fix dead codeMichael Opdenacker1-1/+1
2014-04-16cifs: fix error handling cifs_user_readvJeff Layton1-1/+1
2014-04-16drivers/base/dd.c incorrect pr_debug() parametersFrank Rowand1-2/+2
2014-04-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-45/+52
2014-04-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-61/+148
2014-04-16Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-21/+16
2014-04-16tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)1-6/+10
2014-04-16Merge tag 'fbdev-fixes-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-32/+87
2014-04-16Merge tag 'pinctrl-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-1471/+1514
2014-04-17xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster3-6/+21
2014-04-17xfs: fix buffer use after free on IO errorEric Sandeen1-4/+12