1. 9d967a6 mmc: sdhci: add a voltage switch callback function by Vincent Yang · 10 years ago
  2. 29d0d16 mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UP by Doug Anderson · 10 years ago
  3. c63705e mmc: host: sdhci: Added a space before ( by Mohammad Jamal · 10 years ago
  4. 20f1f2d mmc: sdhci-pxav3: fix pm unbalanced issue in -> remove() by Jisheng Zhang · 10 years ago
  5. 62cf983 mmc: sdhci-pxav3: fix unbalanced clock issues during probe by Jisheng Zhang · 10 years ago
  6. 250fb7b4 mmc: sdhci: Always init buf_ready_int by Adrian Hunter · 10 years ago
  7. f100c1c mmc: core: Move mmc_card_removed() into mmc_start_request() by Adrian Hunter · 10 years ago
  8. 63e415c mmc: core: Simplify by adding mmc_execute_tuning() by Adrian Hunter · 10 years ago
  9. fdb9de1 mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration. by NeilBrown · 10 years ago
  10. 41afa314 mmc: omap_hsmmc: use slot-gpio library for gpio support. by NeilBrown · 10 years ago
  11. c7ea834 mmc: slot-gpio: Allow host driver to provide isr for card-detect interrupts by NeilBrown · 10 years ago
  12. 9420304 mmc: sdhci-acpi: fix copy'n'paste typos in the comments by Andy Shevchenko · 10 years ago
  13. dc0ecfe mmc: sd: add reset bus_ops callback by Johan Rudholm · 10 years ago
  14. f855a37 mmc: core: refactor the hw_reset routines by Johan Rudholm · 10 years ago
  15. 83533ab mmc: core: always check status after reset by Johan Rudholm · 10 years ago
  16. 25185f3 mmc: Add SDIO function devicetree subnode parsing by Sascha Hauer · 10 years ago
  17. a31edf1 mmc: Add SDIO function subnode DT documentation by Sascha Hauer · 10 years ago
  18. 9b449e9 mmc: sdhci-acpi: Remove redundant runtime PM idle callback by Ulf Hansson · 10 years ago
  19. 348487c mmc: sdhci: use pipeline mmc requests to improve performance by Haibo Chen · 10 years ago
  20. 2070d80 mmc: sdhci: Remove redundant ADMA page boundary warnings by Andrew Gabbasov · 10 years ago
  21. 04cdbbf mmc: core: Make tuning block patterns static by Ulf Hansson · 10 years ago
  22. 6c2c650 mmc: dw_mmc: Convert to mmc_send_tuning() by Ulf Hansson · 10 years ago
  23. 6f2d3c8 mmc: mmci: Do pm_runtime_put() after the host has been added by Ulf Hansson · 10 years ago
  24. 106276b mmc: sdhci-pci: Remove redundant runtime PM idle callback by Ulf Hansson · 10 years ago
  25. 77903c0 mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe() by Ulf Hansson · 10 years ago
  26. 0b41436 mmc: sdhci-esdhc-imx: Fixup ->remove() by Ulf Hansson · 10 years ago
  27. 0ac223a mmc: mvsdio: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 10 years ago
  28. bf3707e mmc: dw_mmc: remove unnecessary debug message by Beomho Seo · 10 years ago
  29. 56d1c0d mmc: rtsx: swap function position to avoid pre declaration by Micky Ching · 10 years ago
  30. 1dcb357 mmc: rtsx: add support for sdio card by Micky Ching · 10 years ago
  31. 2d48e5f mmc: rtsx: add helper function to simplify code by Micky Ching · 10 years ago
  32. 2057647 mmc: rtsx: init cookie at probe/card_event by Micky Ching · 10 years ago
  33. 755987f9 mmc: rtsx: add dump_reg_range to simplify dump register by Micky Ching · 10 years ago
  34. df8aca1 mmc: slot-gpio: Rework how to handle allocation of slot-gpio data by Ulf Hansson · 10 years ago
  35. e2d1926 mmc: core: Free all resources for the class device at ->dev_release() by Ulf Hansson · 10 years ago
  36. 7f133de mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC core by Ulf Hansson · 10 years ago
  37. b4cc580 mmc: slot-gpio: Use the parent device while allocating data by Ulf Hansson · 10 years ago
  38. eddbc3a mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOs by Ulf Hansson · 10 years ago
  39. c2f28ee mmc: sdhci-sirf: Remove redundant use of mmc_gpio_free_cd() by Ulf Hansson · 10 years ago
  40. d30656e mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro() by Ulf Hansson · 10 years ago
  41. 9116752 mmc: core: Return error at failure of request CD/WP in mmc_of_parse() by Ulf Hansson · 10 years ago
  42. fc702cb mmc: sdhci-st: Do cleanup while mmc_of_parse() return an error by Ulf Hansson · 10 years ago
  43. f8e3260 mmc: sdhci-s3c: Handle error from mmc_of_parse() by Ulf Hansson · 10 years ago
  44. f099140 mmc: sdhci-of-esdhc: Handle error from mmc_of_parse() by Ulf Hansson · 10 years ago
  45. acfa77b mmc: sdhci-bcm-kona: Handle error from mmc_of_parse() by Ulf Hansson · 10 years ago
  46. 6d2b421 mmc: moxart: Handle error from mmc_of_parse() by Ulf Hansson · 10 years ago
  47. 0b5fce4 mmc: dw_mmc: exynos: move definitions to header file by Seungwon Jeon · 10 years ago
  48. a2a1fed mmc: dw_mmc: exynos: don't use if clock isn't available by Seungwon Jeon · 10 years ago
  49. 1a25b1b mmc: dw_mmc: fix the max_blk_count in IDMAC by Seungwon Jeon · 10 years ago
  50. 9ef219c5 mmc: mxs-mmc: remove unneeded NULL check by Dan Carpenter · 10 years ago
  51. de0673c mmc: sunxi: Removing unused code by David Lanzendörfer · 10 years ago
  52. 0f0fcd3 mmc: sunxi: Correcting SDXC_HARDWARE_RESET bit by David Lanzendörfer · 10 years ago
  53. dd9b380 mmc: sunxi: Lock fix by David Lanzendörfer · 10 years ago
  54. e8a5904 mmc: sunxi: Fix setup of last descriptor of dma transfer by Hans de Goede · 10 years ago
  55. 61bd8a0 mmc: omap_hsmmc: remove prepare/complete system suspend support. by NeilBrown · 10 years ago
  56. 8a66fda mmc: toshsd: Fix unbalanced locking by Axel Lin · 10 years ago
  57. 1818681 mmc: toshsd: use module_pci_driver to simplify the code by Wei Yongjun · 10 years ago
  58. 304f0a9 mmc: sdhci: Fix FSL ESDHC reset handling quirk by Alessio Igor Bogani · 10 years ago
  59. fc0b638 mmc: sdhci-sirf: add sirf tuning function (cmd 19) by Minda Chen · 10 years ago
  60. f8c58c1 mmc: dw_mmc: Protect read-modify-write of INTMASK with a lock by Doug Anderson · 10 years ago
  61. b24c8b2 mmc: dw_mmc: Cleanup disable of low power mode w/ SDIO interrupts by Doug Anderson · 10 years ago
  62. eac8632 mmc: core: Support the optional init_card() callback for MMC and SD by Doug Anderson · 10 years ago
  63. a48fd4e ARM: OMAP2+: Make sure pandora_wl1251_init_card() applies to SDIO only by Doug Anderson · 10 years ago
  64. ec6f34e Linux 3.19-rc5 by Linus Torvalds · 10 years ago
  65. d0ac5d8 Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  66. 12ba857 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  67. 901b208 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  68. c7662fc clk: fix possible null pointer dereference by Stanimir Varbanov · 10 years ago
  69. 176a107 Revert "clk: ppc-corenet: Fix Section mismatch warning" by Kevin Hao · 10 years ago
  70. a5e1baf clk: rockchip: fix deadlock possibility in cpuclk by Heiko Stübner · 10 years ago
  71. 298e320 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  72. 59b2858 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  73. d01de23 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 10 years ago
  74. 966903a Merge tag 'samsung-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 10 years ago
  75. 41544f9 reset: sunxi: fix spinlock initialization by Tyler Baker · 10 years ago
  76. a30e931 Merge tag 'renesas-soc-fixes-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Olof Johansson · 10 years ago
  77. 25217fef ARM: dts: disable CCI on exynos5420 based arndale-octa by Abhilash Kesavan · 10 years ago
  78. 896ddd6 drivers: bus: check cci device tree node status by Abhilash Kesavan · 10 years ago
  79. 6fda93b Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into fixes by Olof Johansson · 10 years ago
  80. c9b75d5 ARM: rockchip: disable jtag/sdmmc autoswitching on rk3288 by Heiko Stübner · 10 years ago
  81. 1dbb36b Merge tag 'berlin-fixes-for-3.19-1' of git://git.infradead.org/users/hesselba/linux-berlin into fixes by Olof Johansson · 10 years ago
  82. 259e438 ARM: nomadik: fix up leftover device tree pins by Linus Walleij · 10 years ago
  83. e3db221 Merge tag 'omap-for-v3.19/fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 10 years ago
  84. 3be8142 Merge tag 'imx-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 10 years ago
  85. 1591dc4 Merge tag 'v3.19-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Olof Johansson · 10 years ago
  86. fc7f0dd kernel: avoid overflow in cmp_range by Louis Langholtz · 10 years ago
  87. 6bcf9c1 perf tools powerpc: Use dwfl_report_elf() instead of offline. by Sukadev Bhattiprolu · 10 years ago
  88. 813ccd1 perf tools: Fix segfault for symbol annotation on TUI by Namhyung Kim · 10 years ago
  89. b93b096 perf test: Fix dwarf unwind using libunwind. by Wang Nan · 10 years ago
  90. ea1fe3a perf tools: Avoid build splat for syscall numbers with uclibc by Vineet Gupta · 10 years ago
  91. a83d869 perf tools: Elide strlcpy warning with uclibc by Vineet Gupta · 10 years ago
  92. db1806e perf tools: Fix statfs.f_type data type mismatch build error with uclibc by Alexey Brodkin · 10 years ago
  93. 25cd480 tools: Remove bitops/hweight usage of bits in tools/perf by Arnaldo Carvalho de Melo · 10 years ago
  94. 260d819 perf machine: Fix __machine__findnew_thread() error path by Namhyung Kim · 10 years ago
  95. c6e5e9f perf tools: Fix building error in x86_64 when dwarf unwind is on by Namhyung Kim · 10 years ago
  96. 7949ba1 perf probe: Propagate error code when write(2) failed by Namhyung Kim · 10 years ago
  97. 7ad4b4a Merge tag 'char-misc-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  98. 62b1530 Merge tag 'driver-core-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  99. 7b78de8 Merge tag 'tty-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  100. 937102f Merge tag 'staging-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago