Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
db9bd1638115f76c09a9d5b58a01552d49ed1df5
db9bd16
mmc: sdhci-msm: Factor out sdhci_msm_hs400
by Ritesh Harjani
· 8 years ago
0fb8a3d
mmc: sdhci-msm: Factor out function to set/get msm clock rate
by Ritesh Harjani
· 8 years ago
b54aaa8
mmc: sdhci-msm: Factor out sdhci_msm_hc_select_mode
by Ritesh Harjani
· 8 years ago
73a8506
mmc: mxs-mmc: Implement CMD23 support
by Stefan Wahren
· 8 years ago
e81c022
mmc: wbsd: safer check if dma_addr is valid DMA address
by Alexey Khoroshilov
· 8 years ago
e28d6f0
mmc: sdhci-acpi: support deferred probe
by Zhang Rui
· 8 years ago
23888bf
mmc: core: Don't use extern declarations of public mmc functions
by Ulf Hansson
· 8 years ago
5857b29
mmc: core: Move public functions from host.h to private headers
by Ulf Hansson
· 8 years ago
4facdde
mmc: core: Move public functions from card.h to private headers
by Ulf Hansson
· 8 years ago
2e4af7b
mmc: vub300: Don't use mmc_card_present() when validating for inserted card
by Ulf Hansson
· 8 years ago
136b0a4
mmc: omap: Don't use mmc_card_present() when validating for inserted card
by Ulf Hansson
· 8 years ago
009b0fc
mmc: core: Remove unused struct _mmc_csd from public mmc.h header
by Ulf Hansson
· 8 years ago
c0a3e08
mmc: core: Move erase/trim/discard defines from public core.h to mmc.h
by Ulf Hansson
· 8 years ago
9e1bbc7
mmc: core: Move some host specific public functions to host.h
by Ulf Hansson
· 8 years ago
55244c5
mmc: core: Move public functions from core.h to private headers
by Ulf Hansson
· 8 years ago
066185d
mmc: core: First step in cleaning up private mmc header files
by Ulf Hansson
· 8 years ago
8da0073
mmc: core: First step in cleaning up public mmc header files
by Ulf Hansson
· 8 years ago
e1c6ec2
mmc: s3cmci: include linux/interrupt.h for tasklet_struct
by Arnd Bergmann
· 8 years ago
d815cf8
MIPS: Alchemy: Don't rely on public mmc header to include interrupt.h
by Ulf Hansson
· 8 years ago
981f18e
ARM: davinci: Don't rely on public mmc header to include interrupt.h
by Ulf Hansson
· 8 years ago
f46f335
ARM: davinci: Don't rely on public mmc header to include leds.h
by Ulf Hansson
· 8 years ago
40d727a
ARM: pxa: Don't rely on public mmc header to include leds.h
by Ulf Hansson
· 8 years ago
bdf6310
mmc: dt-bindings: Fix typo in mmc
by Masanari Iida
· 8 years ago
efd7be7
mmc: tmio: Remove redundant check of mmc->slot.cd_irq
by Ulf Hansson
· 8 years ago
e87d2db
mmc: sdhci-of-esdhc: avoid clock glitch when frequency is changing
by yangbo lu
· 8 years ago
c31165d
mmc: sdhci-pci: Add support for HS200 tuning mode on AMD, eMMC-4.5.1
by Shyam Sundar S K
· 8 years ago
8336bf6
mmc: mxcmmc: Include interrupt.h in the platform data header
by Ulf Hansson
· 8 years ago
dc0f585
mmc: vub300: Remove bogus check of irqs_queued
by Shawn Lin
· 8 years ago
5fc3d80
mmc: sdio: don't use rocr to check if the card could support UHS mode
by Shawn Lin
· 8 years ago
0eb51a5
mmc: sdio: Factor out retry init card helper function
by Shawn Lin
· 8 years ago
63928d4
mmc: core: Use kmalloc_array() in mmc_alloc_sg()
by Markus Elfring
· 8 years ago
3972a20
mmc: mmc_test: Use kcalloc() in mmc_test_alloc_mem()
by Markus Elfring
· 8 years ago
554d7c5
mmc: mmc_test: Improve a size determination in five functions
by Markus Elfring
· 8 years ago
7200449
mmc: mmc_test: Combine substrings for 5 messages
by Markus Elfring
· 8 years ago
fda02ea
mmc: mmc_test: Add some spaces for better code readability
by Markus Elfring
· 8 years ago
dc3a5fe
mmc: mmc_test: Use seq_puts() in mtf_testlist_show()
by Markus Elfring
· 8 years ago
74536bc
mmc: mmc_test: Fix a typo in a comment line
by Markus Elfring
· 8 years ago
457e4f7
mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init()
by Markus Elfring
· 8 years ago
ad7014b
mmc: host: tmio: drop superfluous exit path
by Wolfram Sang
· 8 years ago
c1ada71
mmc: slot-gpio: Don't override con_id when request descriptor
by Andy Shevchenko
· 8 years ago
6ac9b83
mmc: sdhci-pci: Remove unused member cd_con_id
by Andy Shevchenko
· 8 years ago
3bc702e
mmc: mediatek: correct the implementation of msdc_card_busy
by yong mao
· 8 years ago
e9acc77
mmc: sdhci-of-esdhc: remove default broken-cd for ARM
by yangbo lu
· 8 years ago
a6b4488
mmc: sdhci-esdhc: clean up register definitions
by yangbo lu
· 8 years ago
a8c643a
mmc: dw_mmc: zx: Initial support for ZX mmc controller
by Jun Nie
· 8 years ago
4c8a03c
mmc: dt-bindings: add ZTE ZX296718 MMC bindings
by Jun Nie
· 8 years ago
d6fced8
mmc: dw_mmc: Add fifo watermark alignment property
by Jun Nie
· 8 years ago
a0361c1
mmc: dw_mmc: Add fifo address property
by Jun Nie
· 8 years ago
4a80f77
Documentation: synopsys-dw-mshc: add binding for fifo quirks
by Jun Nie
· 8 years ago
b8789ec
mmc: host: Include interrupt.h in mmc host drivers that depends on it
by Ulf Hansson
· 8 years ago
210583f
mmc: sdhci: Include leds.h
by Ulf Hansson
· 8 years ago
963836a
mmc: sdhci-cadence: Include mmc.h
by Ulf Hansson
· 8 years ago
0f21c58
mmc: dw_mmc: Remove the public dw_mmc header file
by Ulf Hansson
· 8 years ago
dba4bb4
mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform data
by Ulf Hansson
· 8 years ago
8020f71
mmc: sh_mmcif: Remove unused ccs_unsupported from the platform data
by Ulf Hansson
· 8 years ago
5957eeb
mmc: sh_mmcif: Remove unused ->get_cd() platform callback
by Ulf Hansson
· 8 years ago
95cc4df
mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform data
by Ulf Hansson
· 8 years ago
13f00f9
mmc: Removed the unused public mmc boot.h header
by Ulf Hansson
· 8 years ago
608241f
sh: sh7724: Don't use a public mmc header for MMC_PROGRESS*
by Ulf Hansson
· 8 years ago
40165de
mmc: sdhci-iproc: Increase max_blk_size for bcm2835
by Stefan Wahren
· 8 years ago
c82c277
mmc: sdhci-iproc: Apply caps from bcm2835-mmc driver
by Stefan Wahren
· 8 years ago
c7836d1
mmc: use empty initializer list to zero-clear structures
by Masahiro Yamada
· 8 years ago
164b50b
mmc: block: Replace "goto retry" by a proper do / while loop
by Geert Uytterhoeven
· 8 years ago
8cb6ed1
mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()
by Geert Uytterhoeven
· 8 years ago
46bc5c4
mmc: core: Export device lifetime information through sysfs
by Jungseung Lee
· 8 years ago
b1c9517
mmc: sh_mobile_sdhi: enable HS200
by Wolfram Sang
· 8 years ago
03c5b0d
mmc: sh_mobile_sdhi: remove superfluous check in SCC error check
by Wolfram Sang
· 8 years ago
7f9096f
mmc: sh_mobile_sdhi: remove superfluous check in init_tuning
by Wolfram Sang
· 8 years ago
97c64b2
mmc: sh_mobile_sdhi: remove superfluous check in hw_reset
by Wolfram Sang
· 8 years ago
e831ead
mmc: sh_mobile_sdhi: improve prerequisites for tuning
by Wolfram Sang
· 8 years ago
6ade9a2
mmc: sh_mobile_sdhi: improve prerequisite for hw_reset
by Wolfram Sang
· 8 years ago
dc9f1a8
mmc: sh_mobile_sdhi: simplify accessing DT data
by Wolfram Sang
· 8 years ago
c51ff6c
mmc: tmio: use SDIO master interrupt bit only when allowed
by Wolfram Sang
· 8 years ago
7089db8
Linux 4.10-rc8
by Linus Torvalds
· 8 years ago
1ce4284
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
fdb0ee7
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
d5b76be
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
4e4f74a
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
21a7061
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
2b95550
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
13ebfd0
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
6e78b3f
Btrfs: fix btrfs_decompress_buf2page()
by Omar Sandoval
· 8 years ago
1ee1832
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
a9dbf5c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
aca9fa0
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
fc6f41b
Merge tag 'mmc-v4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 8 years ago
1f369d1
Merge tag 'sound-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 8 years ago
7fe654d
Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
3ebc703
Merge tag 'powerpc-4.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
72fb96e7
l2tp: do not use udp_ioctl()
by Eric Dumazet
· 8 years ago
f3c7bfb
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.10
by Chris Mason
· 8 years ago
7447095
xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()
by Boris Ostrovsky
· 8 years ago
7ba1b68
NET: mkiss: Fix panic
by Ralf Baechle
· 8 years ago
b85ea00
net: hns: Fix the device being used for dma mapping during TX
by Kejian Yan
· 8 years ago
d128dfb
Merge tag 'irqchip-fixes-4.10' of git://git.infradead.org/users/jcooper/linux into irq/urgent
by Thomas Gleixner
· 8 years ago
146fbb7
x86/mm/ptdump: Fix soft lockup in page table walker
by Andrey Ryabinin
· 8 years ago
5f2e71e
x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliable
by Thomas Gleixner
· 8 years ago
f2e0421
x86/tsc: Avoid the large time jump when sanitizing TSC ADJUST
by Thomas Gleixner
· 8 years ago
7bdb59f
tick/nohz: Fix possible missing clock reprog after tick soft restart
by Frederic Weisbecker
· 8 years ago
451d24d
perf/core: Fix crash in perf_event_read()
by Peter Zijlstra
· 8 years ago
Next »