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
/
omap_hsmmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: host: omap_hsmmc: remove CONFIG_REGULATOR check
Kishon Vijay Abraham I
2015-08-27
1
-31
/
+3
*
mmc: host: omap_hsmmc: use ios->vdd for setting vmmc voltage
Kishon Vijay Abraham I
2015-08-27
1
-3
/
+4
*
mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status
Kishon Vijay Abraham I
2015-08-27
1
-6
/
+2
*
mmc: host: omap_hsmmc: enable/disable vmmc_aux regulator based on previous state
Kishon Vijay Abraham I
2015-08-27
1
-2
/
+8
*
mmc: host: omap_hsmmc: don't use ->set_power to set initial regulator state
Kishon Vijay Abraham I
2015-08-27
1
-10
/
+56
*
mmc: host: omap_hsmmc: avoid pbias regulator enable on power off
Kishon Vijay Abraham I
2015-08-27
1
-4
/
+4
*
mmc: host: omap_hsmmc: add separate function to set pbias
Kishon Vijay Abraham I
2015-08-27
1
-30
/
+48
*
mmc: host: omap_hsmmc: add separate functions for enable/disable supply
Kishon Vijay Abraham I
2015-08-27
1
-35
/
+66
*
mmc: host: omap_hsmmc: return error if any of the regulator APIs fail
Kishon Vijay Abraham I
2015-08-27
1
-12
/
+40
*
mmc: host: omap_hsmmc: remove unnecessary pbias set_voltage
Kishon Vijay Abraham I
2015-08-27
1
-1
/
+0
*
mmc: host: omap_hsmmc: use mmc_host's vmmc and vqmmc
Kishon Vijay Abraham I
2015-08-27
1
-35
/
+28
*
mmc: host: omap_hsmmc: use the ocrmask provided by the vmmc regulator
Kishon Vijay Abraham I
2015-08-27
1
-9
/
+1
*
mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get()
Kishon Vijay Abraham I
2015-08-27
1
-22
/
+16
*
mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get
Kishon Vijay Abraham I
2015-08-27
1
-2
/
+20
*
mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmc
Kishon Vijay Abraham I
2015-08-27
1
-3
/
+7
*
mmc: omap_hsmmc: regulator automatically released by devm
Andreas Fenkart
2015-08-17
1
-12
/
+0
*
mmc: omap_hsmmc: call omap_hsmmc_set_power directly
Andreas Fenkart
2015-08-17
1
-15
/
+22
*
mmc: omap_hsmmc: Handle BADA, DEB and CEB interrupts
Vignesh R
2015-07-24
1
-1
/
+2
*
mmc: omap_hsmmc: Fix DTO and DCRC handling
Kishon Vijay Abraham I
2015-07-24
1
-4
/
+4
*
mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq
Tony Lindgren
2015-05-21
1
-43
/
+6
*
mmc: omap_hsmmc: use generic slot-gpio isr to manage card detect pin
Andreas Fenkart
2015-03-31
1
-13
/
+0
*
mmc: omap_hsmmc: simplify card/cover detect isr
Andreas Fenkart
2015-03-31
1
-24
/
+3
*
ARM: OMAP2: HSMMC: explicit fields to declare cover/card detect pin
Andreas Fenkart
2015-03-27
1
-5
/
+6
*
mmc: omap_hsmmc: stop using ->enable|disable() callbacks
NeilBrown
2015-03-27
1
-21
/
+9
*
mmc: omap_hsmmc: add hibernation support
Russ Dill
2015-03-23
1
-7
/
+2
*
mmc: omap_hsmmc: use distinctive code paths for cover / card detect logic
Andreas Fenkart
2015-03-23
1
-18
/
+38
*
mmc: omap_hsmmc: use slot-gpio functions to manage read-only pin directly
Andreas Fenkart
2015-03-23
1
-22
/
+1
*
mmc: omap_hsmmc: remove unused fields from struct omap_hsmmc_host
Andreas Fenkart
2015-03-23
1
-4
/
+0
*
mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration.
NeilBrown
2015-01-19
1
-25
/
+8
*
mmc: omap_hsmmc: use slot-gpio library for gpio support.
NeilBrown
2015-01-19
1
-54
/
+13
*
mmc: omap_hsmmc: remove prepare/complete system suspend support.
NeilBrown
2015-01-19
1
-50
/
+0
*
mmc: omap_hsmmc: Fix UHS card with DDR50 support
Ulf Hansson
2014-11-26
1
-1
/
+3
*
mmc: omap_hsmmc: remove unused slot_id parameter
Andreas Fenkart
2014-11-26
1
-39
/
+26
*
mmc: omap_hsmmc: Remove unnecessary callbacks from platform data
Andreas Fenkart
2014-11-26
1
-30
/
+45
*
mmc: omap_hsmmc: pass mmc_priv struct to gpio init / free
Andreas Fenkart
2014-11-26
1
-10
/
+12
*
mmc: omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirection
Andreas Fenkart
2014-11-26
1
-86
/
+89
*
mmc: omap_hsmmc: remove un-initialized callbacks from platform data
Andreas Fenkart
2014-11-26
1
-14
/
+1
*
ARM: OMAP1/2+: MMC: separate platform data for mmc and mmc hs driver
Andreas Fenkart
2014-11-26
1
-14
/
+14
*
mmc: use .multi_io_quirk on omap_hsmmc
Kuninori Morimoto
2014-09-09
1
-2
/
+12
*
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-09-09
1
-1
/
+0
*
mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x
Andreas Fenkart
2014-07-09
1
-3
/
+21
*
mmc: omap_hsmmc: switch default/idle pinctrl states in runtime hooks
Andreas Fenkart
2014-07-09
1
-6
/
+10
*
mmc: omap_hsmmc: abort runtime suspend if pending sdio irq detected
Andreas Fenkart
2014-07-09
1
-2
/
+21
*
mmc: omap_hsmmc: enable wakeup event for sdio OMAP4
Balaji T K
2014-07-09
1
-1
/
+13
*
mmc: omap_hsmmc: Extend debugfs by SDIO IRQ handling, runtime state
Andreas Fenkart
2014-07-09
1
-3
/
+14
*
mmc: omap_hsmmc: Enable SDIO interrupt
Andreas Fenkart
2014-07-09
1
-12
/
+189
*
mmc: omap_hsmmc: split omap-dma header file
Balaji T K
2014-05-22
1
-1
/
+1
*
mmc: omap_hsmmc: fix cmd23 multiblock read/write
Balaji T K
2014-05-22
1
-2
/
+3
*
mmc: omap_hsmmc: use devm_ioremap_resource
Balaji T K
2014-05-22
1
-14
/
+5
*
mmc: omap_hsmmc: use devm_request_threaded_irq
Balaji T K
2014-05-22
1
-6
/
+3
[next]