index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
jz4740_mmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: jz4740: Remove platform data and use standard APIs
Paul Cercueil
2019-02-25
1
-57
/
+14
*
mmc: jz4740: Annotate implicit fall through
Mathieu Malaterre
2019-02-25
1
-0
/
+2
*
mmc: jz4740: Use PTR_ERR_OR_ZERO in jz4740_mmc_request_gpios()
YueHaibing
2018-12-17
1
-4
/
+1
*
mmc: jz4740: rework pre_req/post_req implementation
Ezequiel Garcia
2018-12-17
1
-64
/
+54
*
mmc: jz4740: Use GPIO descriptor for power
Linus Walleij
2018-12-17
1
-49
/
+16
*
mmc: jz4740: Get CD/WP GPIOs from descriptors
Linus Walleij
2018-12-17
1
-10
/
+10
*
mmc: jz4740: Add support for the JZ4725B
Paul Cercueil
2018-10-08
1
-2
/
+3
*
mmc: jz4740: Use dma_request_chan()
Ezequiel Garcia
2018-05-02
1
-15
/
+7
*
mmc: jz4740: Add support for the JZ4780
Alex Smith
2018-05-02
1
-19
/
+67
*
mmc: jz4740: Set clock rate to mmc->f_max rather than JZ_MMC_CLK_RATE
Alex Smith
2018-05-02
1
-1
/
+1
*
mmc: jz4740: Introduce devicetree probe
Ezequiel Garcia
2018-05-02
1
-10
/
+41
*
mmc: jz4740: Reset the device requesting the interrupt
Zubair Lutfullah Kakakhel
2018-05-02
1
-1
/
+2
*
mmc: jz4740: Use dev_get_platdata
Ezequiel Garcia
2018-05-02
1
-3
/
+3
*
mmc: jz4780: Order headers alphabetically
Ezequiel Garcia
2018-05-02
1
-9
/
+9
*
mmc: jz4740: Fix error exit path in driver's probe
Paul Cercueil
2018-05-02
1
-8
/
+9
*
mmc: jz4740: Fix race condition in IRQ mask update
Alex Smith
2018-04-04
1
-1
/
+1
*
mmc: Convert timers to use timer_setup()
Kees Cook
2017-11-02
1
-4
/
+3
*
mmc: jz4740: Let the pinctrl driver configure the pins
Paul Cercueil
2017-05-22
1
-39
/
+5
*
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
2017-04-24
1
-7
/
+2
*
mmc: delete is_first_req parameter from pre-request callback
Linus Walleij
2016-11-29
1
-2
/
+1
*
timers: Remove set_timer_slack() leftovers
Thomas Gleixner
2016-07-07
1
-2
/
+0
*
mmc: jz4740_mmc: remove the MMC_DATA_STREAM flag
Jaehoon Chung
2016-02-29
1
-2
/
+0
*
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-09-09
1
-1
/
+0
*
mmc: jz4740: prepare next dma transfer in parallel with current transfer
Apelete Seketeli
2014-09-09
1
-22
/
+116
*
mmc: jz4740: add dma infrastructure for data transfers
Apelete Seketeli
2014-09-09
1
-8
/
+166
*
mmc: jz4740: don't wait for PRG_DONE after stop command with R1 response
Alex Smith
2014-05-12
1
-4
/
+7
*
mmc: jz4740: Move away from using deprecated APIs
Ulf Hansson
2013-10-30
1
-4
/
+0
*
mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()
Laurent Pinchart
2013-08-24
1
-1
/
+1
*
mmc: jz4740: fix return value check in jz4740_mmc_probe()
Wei Yongjun
2013-08-24
1
-3
/
+2
*
mmc: jz4740: Use managed resources
Lars-Peter Clausen
2013-06-27
1
-31
/
+6
*
mmc: jz4740: Use slot-gpio helpers
Lars-Peter Clausen
2013-06-27
1
-90
/
+23
*
mmc: jz4740: Use SIMPLE_DEV_PM_OPS
Lars-Peter Clausen
2013-06-27
1
-8
/
+3
*
mmc: jz4740: Fix handling of read errors.
Paul Cercueil
2013-06-27
1
-0
/
+8
*
mmc: jz4740: Remove duplicated code.
Paul Cercueil
2013-06-27
1
-5
/
+0
*
mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepare
Lars-Peter Clausen
2013-06-27
1
-2
/
+2
*
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-26
1
-2
/
+0
*
mmc: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
mmc: remove use of __devinit
Bill Pemberton
2012-11-28
1
-4
/
+4
*
mmc: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
mmc: convert drivers/mmc/host/* to use module_platform_driver()
Axel Lin
2012-01-11
1
-11
/
+1
*
mmc: jz4740: don't treat NULL clk as an error
Jamie Iles
2011-01-25
1
-2
/
+3
*
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
2010-10-23
1
-2
/
+1
*
MMC: Add support for the controller on JZ4740 SoCs.
Lars-Peter Clausen
2010-08-05
1
-0
/
+1029