1. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  2. 43b7358 mmc: sdhci: pxav3: Delete GPIO handling by Linus Walleij · 6 years ago
  3. fb8617e mmc: sdhci-*: Don't emit error msg if sdhci_add_host() fails by Jisheng Zhang · 7 years ago
  4. d35ade8 mmc: sdhci: constify sdhci_pltfm_data structures by Julia Lawall · 7 years ago
  5. d1e4f74 mmc: sdhci: Do not use spin lock in set_ios paths by Adrian Hunter · 8 years ago
  6. d38dcad mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pm by Adrian Hunter · 8 years ago
  7. d36f47c mmc: sdhci-pxav3: remove unnecessary platform_set_drvdata() call by Jisheng Zhang · 8 years ago
  8. 606d313 mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg() by Adrian Hunter · 8 years ago
  9. a81ce77 mmc: sdhci-pxav3: Remove non needed #ifdef CONFIG_PM for dev_pm_ops by Ulf Hansson · 8 years ago
  10. 1dceb04 mmc: sdhci: Fix regression setting power on Trats2 board by Adrian Hunter · 9 years ago
  11. f599da4 mmc: sdhci-pxav3: use sdhci_pltfm_init for private allocation by Jisheng Zhang · 9 years ago
  12. 0ca33b4 mmc: sdhci-pxav3: fix higher speed mode capabilities by Russell King · 9 years ago
  13. 2162d9f4 mmc: sdhci-pxav3: fix error handling of armada_38x_quirks by Marcin Wojtas · 9 years ago
  14. fa79641 mmc: sdhci-pxav3: disable clock inversion for HS MMC cards by Nadav Haklai · 9 years ago
  15. 5de76bf mmc: sdhci-pxav3: remove broken clock base quirk for Armada 38x sdhci driver by Nadav Haklai · 9 years ago
  16. 9cd7604 mmc: sdhci-pxav3: fix platform_data is not initialized by Jingju Hou · 9 years ago
  17. 83dc9fe mmc: sdhci-pxav3: fix device wakeup initialization by Jisheng Zhang · 10 years ago
  18. 59d2230 mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macro by Axel Lin · 10 years ago
  19. 1140011 mmc: sdhci-pxav3: Modify clock settings for the SDR50 and DDR50 modes by Marcin Wojtas · 10 years ago
  20. a39128b mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum ERR-7878951 by Marcin Wojtas · 10 years ago
  21. d4b803c mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavor by Gregory CLEMENT · 10 years ago
  22. 14460db mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles by Jisheng Zhang · 10 years ago
  23. 3bb10f6 mmc: sdhci-pxav3: fix race between runtime pm and irq by Jisheng Zhang · 10 years ago
  24. c25d9e1 mmc: sdhci-pxav3: Remove checks for optional core clock in error/remove path by Jisheng Zhang · 10 years ago
  25. 20f1f2d mmc: sdhci-pxav3: fix pm unbalanced issue in -> remove() by Jisheng Zhang · 10 years ago
  26. 62cf983 mmc: sdhci-pxav3: fix unbalanced clock issues during probe by Jisheng Zhang · 10 years ago
  27. aa8165f mmc: sdhci-pxav3: do the mbus window configuration after enabling clocks by Thomas Petazzoni · 10 years ago
  28. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  29. 162d6f9 MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  30. 8afdc9c mmc: sdhci-pxav3: Get optional core clock by Sebastian Hesselbarth · 10 years ago
  31. 01ae107 mmc: sdhci-pxav3: Try to get named I/O clock first by Sebastian Hesselbarth · 10 years ago
  32. 8c96a7a mmc: sdhci-pxav3: Move I/O clock to private data by Sebastian Hesselbarth · 10 years ago
  33. 20d5a70 mmc: sdhci-pxav3: Remove checks for mandatory host clock by Sebastian Hesselbarth · 10 years ago
  34. ff8878f mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa by Sebastian Hesselbarth · 10 years ago
  35. cc9571e mmc: sdhci-pxav3: Move private driver data to driver source by Sebastian Hesselbarth · 10 years ago
  36. 668e84b mmc: sdhci-pxav3: Respect MMC_DDR52 timing on uhs signaling by Sebastian Hesselbarth · 10 years ago
  37. 87d2163 mmc: sdhci-pxav3: fix error handling of sdhci_add_host by Xiang Wang · 11 years ago
  38. b315376 mmc: sdhci-pxav3: set_uhs_signaling is initialized twice differently by Peter Griffin · 10 years ago
  39. 2137f5d mmc: remove .owner field for drivers using module_platform_driver by Peter Griffin · 10 years ago
  40. 3df5b28 mmc: sdhci-pxav3: Use devm_* managed helpers by Laurent Pinchart · 11 years ago
  41. 96d7b78 mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function by Russell King · 11 years ago
  42. 13e6450 mmc: sdhci: set_uhs_signaling() need not return a value by Russell King · 11 years ago
  43. 1771059 mmc: sdhci: convert sdhci_set_clock() into a library function by Russell King · 11 years ago
  44. 03231f9 mmc: sdhci: convert reset into a library function by Russell King · 11 years ago
  45. 2317f56 mmc: sdhci: convert generic bus width setup to library function by Russell King · 11 years ago
  46. 5491ce3 mmc: sdhci-pxav3: add support for the Armada 38x SDHCI controller by Marcin Wojtas · 11 years ago
  47. 214fc30 mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd() by Laurent Pinchart · 11 years ago
  48. 0dcaa24 sdhci-pxav3: Fix runtime PM initialization by Daniel Drake · 12 years ago
  49. d2cf607 mmc: sdhci-pxav3: handle mmc_of_parse() errors during probe by Simon Baatz · 12 years ago
  50. 0e74823 mmc: sdhci: Add size for caller in init+register by Christian Daudt · 12 years ago
  51. 113a87f mmc: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  52. e065162 mmc: sdhci-pxav3: controller should use SDCLK for timeout calculation by Kevin Liu · 12 years ago
  53. 943647f mmc: sdhci-pxav3: enhance device tree parser code by Kevin Liu · 12 years ago
  54. c844a46 mmc: sdhci-pxav3: remove cd-broken quirk for permanently present card by Kevin Liu · 12 years ago
  55. 73b7afb mmc: sdhci-pxav3: transfer sdhci_pltfm_data as args to sdhci_pltfm_init by Kevin Liu · 12 years ago
  56. c915568 mmc: sdhci: Constify sdhci_ops structs where possible by Lars-Peter Clausen · 12 years ago
  57. bb691ae mmc: sdhci-pxav3: add pm runtime support by Kevin Liu · 12 years ago
  58. d005d94 mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clock by Lars-Peter Clausen · 12 years ago
  59. 740b7a4 mmc: sdhci-pxav3: add IRQ wake up support by Kevin Liu · 12 years ago
  60. 164cda5 mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio users by Shawn Guo · 12 years ago
  61. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  62. 7c52d7bb mmc: sdhci-pxav3: add quirks2 by Kevin Liu · 12 years ago
  63. 35d110e mmc: sdhci-pxav3: Add base clock quirk by Kevin Liu · 12 years ago
  64. 6e0ee71 mmc: remove use of __devexit by Bill Pemberton · 12 years ago
  65. c3be1ef mmc: remove use of __devinit by Bill Pemberton · 12 years ago
  66. 0433c14 mmc: remove use of __devexit_p by Bill Pemberton · 12 years ago
  67. f4f24ad mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks by Chris Ball · 12 years ago
  68. 8f63795 mmc: sdhci-pxav3: dt: Support "cd-gpios" property by Chris Ball · 12 years ago
  69. 164378e mmc: sdhci-pxav2, sdhci-pxav3: use clk_prepare/unprepare APIs by Chao Xie · 12 years ago
  70. b650352 mmc: sdhci-pxa: Add device tree support by Chris Ball · 13 years ago
  71. d1f81a6 mmc: convert drivers/mmc/host/* to use module_platform_driver() by Axel Lin · 13 years ago
  72. 29495aa mmc: sdhci: remove "state" argument from sdhci_suspend_host by Manuel Lauss · 13 years ago
  73. 88b4767 mmc: Add module.h to drivers/mmc users assuming implicit presence. by Paul Gortmaker · 14 years ago
  74. 606a15e mmc: sdhci: pxav3: controller needs 32 bit ADMA addressing by Philip Rakity · 14 years ago
  75. bfed345 mmc: sdhci-pxa: move platform data to include/linux/platform_data by Zhangfei Gao · 14 years ago
  76. a702c8a mmc: host: split up sdhci-pxa, create sdhci-pxav3.c by Zhangfei Gao · 14 years ago