Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b5cd43f062717b6c92f93bc0c593764e144ea331
b5cd43f
mmc: omap_hsmmc: Remove unnecessary callbacks from platform data
by Andreas Fenkart
· 10 years ago
1e363e3
mmc: omap_hsmmc: pass mmc_priv struct to gpio init / free
by Andreas Fenkart
· 10 years ago
326119c
mmc: omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirection
by Andreas Fenkart
· 10 years ago
df206c3
mmc: omap_hsmmc: remove unused get_context_loss_count callback
by Andreas Fenkart
· 10 years ago
e5aafa2
mmc: omap_hsmmc: remove never read power_saving field in omap2_hsmmc_info
by Andreas Fenkart
· 10 years ago
bb09d15
mmc: omap_hsmmc: remove un-initialized callbacks from platform data
by Andreas Fenkart
· 10 years ago
a74fecd
mmc: omap_hsmmc: remove unused fields in platform_data
by Andreas Fenkart
· 10 years ago
5514343
ARM: OMAP1/2+: MMC: separate platform data for mmc and mmc hs driver
by Andreas Fenkart
· 10 years ago
826c71a
ARM: OMAP2: MMC: include mmc-omap platform header directly
by Andreas Fenkart
· 10 years ago
b5b64fa
mmc: atmel-mci: adopt pinctrl support
by Wenyou Yang
· 10 years ago
e9fb05d
mmc: sdhci: Add HS400 support to SDHCI driver
by Adrian Hunter
· 10 years ago
549c0b1
mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supported
by Adrian Hunter
· 10 years ago
4bb7431
mmc: sdhci: Fix vqmmc error setting
by Adrian Hunter
· 10 years ago
04834a7
mmc: sdhci: Remove unused SDHCI_CTRL_HS_SDR200
by Adrian Hunter
· 10 years ago
69d99fd
mmc: dw_mmc: Add IDMAC 64-bit address mode support
by Prabu Thangamuthu
· 10 years ago
e765bfa
mmc: sdhci-pci: enable sdhci doesn't support hs200 quirk for AMD sdhci
by Vincent Wan
· 10 years ago
d44f88d
mmc: sdhci-pci: enable the clear transfer mode register quirk for AMD sdhci
by Vincent Wan
· 10 years ago
9b8ffea
mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be cleared for cmd without data
by Vincent Wan
· 10 years ago
ad89fcb
mmc: core: use mmc_send_status to check hw_reset
by Johan Rudholm
· 10 years ago
cd0cfdd
mmc: sdhci-s3c: Check if clk_set_rate() succeeds
by Mark Brown
· 10 years ago
ae552ab
mmc: atmel-mci: add runtime pm support
by Wenyou Yang
· 10 years ago
3ee14bf
mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignment
by Adrian Hunter
· 10 years ago
3828eca
mmc: sdhci-pci: Add 64-bit DMA support
by Adrian Hunter
· 10 years ago
4f64f84
mmc: sdhci-acpi: Add 64-bit DMA support
by Adrian Hunter
· 10 years ago
e57a5f6
mmc: sdhci: Add 64-bit ADMA support
by Adrian Hunter
· 10 years ago
0545230
mmc: sdhci: Define ADMA descriptor structure
by Adrian Hunter
· 10 years ago
739d46d
mmc: sdhci: Define ADMA constants
by Adrian Hunter
· 10 years ago
4fb213f
mmc: sdhci: Define maximum segments
by Adrian Hunter
· 10 years ago
76fe379
mmc: sdhci: Parameterize ADMA sizes and alignment
by Adrian Hunter
· 10 years ago
1c3d5f6
mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data
by Adrian Hunter
· 10 years ago
b5ffa67
mmc: sdhci: Add sdhci_adma_mark_end()
by Adrian Hunter
· 10 years ago
4efaa6f
mmc: sdhci: Rename adma_desc to adma_table
by Adrian Hunter
· 10 years ago
08621b1
mmc: sdhci: Rename two ADMA-related functions for consistency
by Adrian Hunter
· 10 years ago
b521cf3
mmc: sdhci: Fix ADMA table size warning
by Adrian Hunter
· 10 years ago
8be78c6
mmc: sdhci: Fix ADMA page boundary warnings
by Adrian Hunter
· 10 years ago
c09df94
mmc: sdhci: Fix incorrect ADMA2 descriptor table size
by Adrian Hunter
· 10 years ago
76d5556
mmc: host: atmel-mci: Add support for non-removable slots
by Timo Kokkonen
· 10 years ago
0654bb3
mmc: sdhci-pxav3: Document clocks and additional clock-names property
by Sebastian Hesselbarth
· 10 years ago
8afdc9c
mmc: sdhci-pxav3: Get optional core clock
by Sebastian Hesselbarth
· 10 years ago
01ae107
mmc: sdhci-pxav3: Try to get named I/O clock first
by Sebastian Hesselbarth
· 10 years ago
8c96a7a
mmc: sdhci-pxav3: Move I/O clock to private data
by Sebastian Hesselbarth
· 10 years ago
b1df9de
mmc: sdhci-of-arasan: Omit superfluous error messages
by Mike Looijmans
· 10 years ago
22b7870
mmc: core: Convert to use kzalloc() for CXD register buffers
by Ulf Hansson
· 10 years ago
601ed60
mmc: core: Don't handle buffers on stack while fetching CXD registers
by Ulf Hansson
· 10 years ago
2fc91e8
mmc: core: Remove the redundant mmc_send_ext_csd() API
by Ulf Hansson
· 10 years ago
b2cada7
mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()
by Ulf Hansson
· 10 years ago
86817ff
mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()
by Ulf Hansson
· 10 years ago
e21aa51
mmc: core: Export mmc_get_ext_csd()
by Ulf Hansson
· 10 years ago
2fd322a
mmc: core: Don't panic when fetching EXT_CSD
by Ulf Hansson
· 10 years ago
c197787
mmc: core: Let's callers of from mmc_get_ext_csd() do error handling
by Ulf Hansson
· 10 years ago
076ec38
mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()
by Ulf Hansson
· 10 years ago
148bcab
mmc: core: Add helper function for EXT_CSD support
by Ulf Hansson
· 10 years ago
a1fc444
mmc: core: Remove unnecessary 'out of memory' message
by Ulf Hansson
· 10 years ago
9e304d6
mmc: core: Remove redundant check of max_dtr while selecting timings
by Ulf Hansson
· 10 years ago
56d09b1
mmc: core: Remove redundant check while selecting powerclass
by Ulf Hansson
· 10 years ago
fd372f7
mmc: core: Remove duplicated definition of mmc_send_ext_csd()
by Ulf Hansson
· 10 years ago
00b41b5
mmc: core: Remove mmc_free_ext_csd()
by Ulf Hansson
· 10 years ago
6130e7a
mmc: dw_mmc: Remove old card detect infrastructure
by Doug Anderson
· 10 years ago
51d3460
mmc: core: silence a shift wrapping warning
by Dan Carpenter
· 10 years ago
5d0e119
mmc: sdhci-of-arasan: Use signed formatting in error messages
by Mike Looijmans
· 10 years ago
4df10e0
avr32: remove mach/atmel-mci.h
by Alexandre Belloni
· 10 years ago
1933688
ARM: at91: remove mach/atmel-mci.h
by Alexandre Belloni
· 10 years ago
9cbef73
mmc: atmel-mci: move mach header to platform_data
by Alexandre Belloni
· 10 years ago
0f76242
mmc: core: Report firmware version for eMMC 5.0 devices.
by Gwendal Grignou
· 10 years ago
e779107
mmc: dw_mmc: rockchip: Don't recalc the clock when it goes off
by Doug Anderson
· 10 years ago
b19caf3
mmc: dw_mmc: Change signal voltage error to dev_dbg()
by Doug Anderson
· 10 years ago
536f6b9
mmc: dw_mmc: Reset DMA before enabling IDMAC
by Sonny Rao
· 10 years ago
390e316
mmc: core: Remove unused mmc_list_to_card() macro
by Ulf Hansson
· 10 years ago
fc95e30
mmc: block: Use dev_set|get_drvdata()
by Ulf Hansson
· 10 years ago
eaaceb6
mmc: msm_sdcc: Use platform_set|get_drvdata
by Ulf Hansson
· 10 years ago
6685ac6
mmc: core: Convert mmc_driver to device_driver
by Ulf Hansson
· 10 years ago
0967edc
mmc: core: Convert the mmc_driver to use the modern PM ops
by Ulf Hansson
· 10 years ago
433b7b1
mmc: core: Don't export the to_sdio_driver macro
by Ulf Hansson
· 10 years ago
d99903c
mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacks
by Ulf Hansson
· 10 years ago
20d5a70
mmc: sdhci-pxav3: Remove checks for mandatory host clock
by Sebastian Hesselbarth
· 10 years ago
ff8878f
mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa
by Sebastian Hesselbarth
· 10 years ago
cc9571e
mmc: sdhci-pxav3: Move private driver data to driver source
by Sebastian Hesselbarth
· 10 years ago
668e84b
mmc: sdhci-pxav3: Respect MMC_DDR52 timing on uhs signaling
by Sebastian Hesselbarth
· 10 years ago
6a686c3
mmc: sdhci-pxav2: Drop unused struct sdhci_pxa
by Sebastian Hesselbarth
· 10 years ago
05e07d8
mmc: sunxi: Remove unused includes of linux/clk-private.h
by Tomeu Vizoso
· 10 years ago
b5c16a6
mmc: mmci: fix mmci_post_request
by Srinivas Kandagatla
· 10 years ago
64b12a6
mmc: core: fix prepared requests while doing bkops
by Srinivas Kandagatla
· 10 years ago
4b75bff
mmc: core: Fix error paths and messages in mmc_init_card
by Andrew Gabbasov
· 10 years ago
fc75b70
mmc: core: Add debug message for SET_BLOCK_COUNT result
by Andrew Gabbasov
· 10 years ago
cce411e
mmc: core: Initialize SET_BLOCK_COUNT request fields
by Andrew Gabbasov
· 10 years ago
fce9d33
mmc: sdhci: fix error conditions for controller reset
by Andrew Gabbasov
· 10 years ago
fbfaf03
mmc: sdhci: Balance vmmc regulator_disable()
by Andrew Gabbasov
· 10 years ago
cd529af
mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states
by Dirk Behme
· 10 years ago
18a0980
mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe
by Matteo Facchinetti
· 10 years ago
adfa570
mmc: mxcmmc: fix race condition when dma finish a data transfer
by Matteo Facchinetti
· 10 years ago
6380ea0
mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
by Peter Guo
· 10 years ago
0031a98
mmc: block: add newline to sysfs display of force_ro
by Baruch Siach
· 10 years ago
206c5f6
Linux 3.18-rc4
by Linus Torvalds
· 10 years ago
ee867cf
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
b1f368b
Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
a315780
Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux
by Linus Torvalds
· 10 years ago
c4c23fb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
0b0c7db
Merge tag 'driver-core-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
86a7a16
Merge tag 'staging-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 10 years ago
45a4c07
Merge tag 'tty-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 10 years ago
Next »