index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-24
mmc: usdhi6rol0: Implement card_busy function
MÃ¥rten Lindahl
1
-0
/
+10
2021-08-24
mmc: sdhci: Correct the tuning command handle for PIO mode
Haibo Chen
1
-2
/
+8
2021-08-24
mmc: renesas_sdhi: Refactor renesas_sdhi_probe()
Yoshihiro Shimoda
4
-96
/
+141
2021-08-24
mmc: moxart: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-08-24
mmc: dw_mmc: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-08-24
mmc: sdhci: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-08-24
mmc: sdhci-msm: Use maximum possible data timeout value
Sahitya Tummala
1
-0
/
+3
2021-08-24
mmc: sdhci: Introduce max_timeout_count variable in sdhci_host
Sarthak Garg
2
-7
/
+10
2021-08-24
mmc: rtsx_pci: Fix long reads when clock is prescaled
Thomas Hebb
1
-13
/
+23
2021-08-24
mmc: sdio: Print contents of unknown CIS tuples
Sean Anderson
1
-3
/
+5
2021-08-24
mmc: sdio: Don't warn about vendor CIS tuples
Sean Anderson
1
-5
/
+15
2021-08-24
memstick: ms_block: Fix spelling contraction "cant" -> "can't"
Colin Ian King
1
-1
/
+1
2021-08-24
mmc: core: Only print retune error when we don't check for card removal
Wolfram Sang
1
-5
/
+7
2021-08-24
mmc: core: Store pointer to bio_crypt_ctx in mmc_request
Eric Biggers
2
-13
/
+9
2021-08-24
mmc: sdhci-esdhc-imx: Remove unneeded mmc-esdhc-imx.h header
Fabio Estevam
1
-1
/
+32
2021-08-24
mmc: core: Avoid hogging the CPU while polling for busy after I/O writes
Ulf Hansson
2
-40
/
+30
2021-08-24
mmc: core: Avoid hogging the CPU while polling for busy for mmc ioctls
Ulf Hansson
1
-1
/
+2
2021-08-24
mmc: core: Avoid hogging the CPU while polling for busy in the I/O err path
Ulf Hansson
3
-2
/
+5
2021-08-24
mmc: dw_mmc: Add data CRC error injection
Vincent Whitchurch
2
-0
/
+80
2021-08-24
mmc: mmc_spi: Simplify busy loop in mmc_spi_skip()
Andy Shevchenko
1
-11
/
+4
2021-08-24
mmc: mmci: De-assert reset on probe
Linus Walleij
1
-0
/
+3
2021-08-24
mmc: usdhi6rol0: use proper DMAENGINE API for termination
Wolfram Sang
1
-2
/
+2
2021-08-24
mmc: sh_mmcif: use proper DMAENGINE API for termination
Wolfram Sang
1
-2
/
+2
2021-08-24
mmc: renesas_sdhi_sys_dmac: use proper DMAENGINE API for termination
Wolfram Sang
1
-2
/
+2
2021-08-24
mmc: arasan: Fix the issue in reading tap values from DT
Sai Krishna Potthuri
1
-2
/
+4
2021-08-24
mmc: sdhci-of-arasan: Modify data type of the clk_phase array
Manish Narani
1
-1
/
+1
2021-08-24
mmc: sdhci-of-arasan: Use appropriate type of division macro
Manish Narani
1
-1
/
+1
2021-08-24
mmc: sdhci-of-arasan: Check return value of non-void funtions
Manish Narani
1
-3
/
+15
2021-08-24
mmc: sdhci-of-arasan: Skip Auto tuning for DDR50 mode in ZynqMP platform
Manish Narani
1
-0
/
+4
2021-08-24
mmc: sdhci-of-arasan: Add "SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12" quirk.
Manish Narani
1
-0
/
+1
2021-08-24
mmc: sdhci-of-arasan: Modified SD default speed to 19MHz for ZynqMP
Manish Narani
1
-0
/
+18
2021-08-24
mmc: host: factor out clearing the retune state
Wolfram Sang
3
-4
/
+8
2021-08-24
mmc: host: add kdoc for mmc_retune_{en|dis}able
Wolfram Sang
1
-0
/
+10
2021-08-21
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
2
-19
/
+37
2021-08-21
Merge tag 'char-misc-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
4
-45
/
+54
2021-08-21
Merge tag 'usb-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-6
/
+7
2021-08-20
Merge tag 'acpi-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-2
/
+8
2021-08-20
Merge tag 'pm-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
5
-19
/
+11
2021-08-20
Merge tag 'drm-fixes-2021-08-20-3' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
61
-477
/
+224
2021-08-20
Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2
-1
/
+2
2021-08-20
Merge tag 'mmc-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
4
-6
/
+46
2021-08-20
Merge branch 'acpi-pm'
Rafael J. Wysocki
1
-2
/
+2
2021-08-20
Merge tag 'iommu-fixes-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
5
-3
/
+20
2021-08-20
Merge branch 'pm-opp'
Rafael J. Wysocki
2
-17
/
+3
2021-08-20
Merge tag 'amd-drm-fixes-5.14-2021-08-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
11
-96
/
+53
2021-08-20
Merge tag 'mediatek-drm-fixes-5.14-2' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes
Dave Airlie
3
-0
/
+6
2021-08-20
Merge tag 'drm-intel-fixes-2021-08-18' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Dave Airlie
4
-42
/
+20
2021-08-20
Merge branch 'linux-5.14' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
41
-334
/
+144
2021-08-19
Merge tag 'soc-fixes-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
3
-41
/
+55
2021-08-20
Merge tag 'drm-misc-fixes-2021-08-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
2
-5
/
+1
[next]