index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
sdio_bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2023-02-14
mmc: sdio: fix possible resource leaks in some error paths
Yang Yingliang
1
-3
/
+14
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-10-17
mmc: core: Fix kernel panic when remove non-standard SDIO card
Matthew Ma
1
-1
/
+2
2022-02-28
mmc: core: use sysfs_emit() instead of sprintf()
Sergey Shtylyov
1
-3
/
+4
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2020-09-07
mmc: sdio: Export SDIO revision and info strings to userspace
Pali Rohár
1
-0
/
+34
2020-09-07
mmc: sdio: Extend sdio_config_attr macro and use it also for modalias
Pali Rohár
1
-14
/
+6
2019-11-14
mmc: core: Re-work HW reset for SDIO cards
Ulf Hansson
1
-1
/
+8
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-02-25
mmc:sdio: Remove unneeded variable ret
wangbo
1
-2
/
+1
2018-05-14
mmc: sdio: Respect all error codes from dev_pm_domain_attach()
Ulf Hansson
1
-1
/
+1
2017-04-18
mmc: sdio: fix alignment issue in struct sdio_func
Heiner Kallweit
1
-1
/
+11
2017-02-13
mmc: core: Move public functions from card.h to private headers
Ulf Hansson
1
-0
/
+1
2015-12-22
mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
Fu, Zhonghui
1
-0
/
+1
2015-06-04
mmc: core: Attach PM domain prior probing of SDIO func driver
Ulf Hansson
1
-4
/
+8
2015-01-19
mmc: Add SDIO function devicetree subnode parsing
Sascha Hauer
1
-0
/
+11
2014-11-10
mmc: core: silence a shift wrapping warning
Dan Carpenter
1
-1
/
+1
2014-11-10
mmc: core: Don't export the to_sdio_driver macro
Ulf Hansson
1
-0
/
+2
2014-11-10
mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacks
Ulf Hansson
1
-11
/
+1
2014-10-11
Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
1
-2
/
+2
2014-09-30
PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h
Ulf Hansson
1
-0
/
+1
2014-09-24
mmc: Convert pr_warning to pr_warn
Joe Perches
1
-2
/
+2
2014-09-22
mmc: sdio: Convert to dev_pm_domain_attach|detach()
Ulf Hansson
1
-2
/
+2
2014-04-22
mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus
Ulf Hansson
1
-13
/
+1
2013-12-07
ACPI / bind: Redefine acpi_preset_companion()
Rafael J. Wysocki
1
-1
/
+1
2013-11-15
ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node
Rafael J. Wysocki
1
-2
/
+1
2013-10-17
MMC: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-9
/
+12
2013-06-03
PM / Runtime: Rework the "runtime idle" helper routine
Rafael J. Wysocki
1
-1
/
+1
2013-04-12
mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed case
Li Fei
1
-2
/
+1
2013-03-22
mmc: sdio: bind acpi with sdio function device
Aaron Lu
1
-1
/
+19
2012-12-06
mmc: Remove redundant null check before kfree in sdio_bus.c
Sachin Kamat
1
-2
/
+1
2012-12-06
mmc: sdio: Add empty bus-level suspend/resume callbacks
Rafael J. Wysocki
1
-0
/
+14
2012-09-19
mmc: sdio: Fix PM_SLEEP related build warnings
Thierry Reding
1
-7
/
+0
2012-04-06
mmc: sdio: Use empty system suspend/resume callbacks at the bus level
Rafael J. Wysocki
1
-3
/
+9
2011-11-01
mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
1
-0
/
+1
2011-10-27
mmc: replace printk with appropriate display macro
Girish K S
1
-1
/
+1
2011-07-21
mmc: fix runtime PM with -ENOSYS suspend case
Ohad Ben-Cohen
1
-6
/
+2
2011-06-26
mmc: sdio: fix runtime PM path during driver removal
Ohad Ben-Cohen
1
-1
/
+1
2011-01-09
mmc: sdio: don't power up cards on system suspend
Ohad Ben-Cohen
1
-32
/
+0
2010-11-20
mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARD
Ohad Ben-Cohen
1
-11
/
+22
2010-10-23
mmc: sdio: support suspend/resume while runtime suspended
Ohad Ben-Cohen
1
-0
/
+29
2010-10-23
mmc: sdio: enable runtime PM for SDIO functions
Ohad Ben-Cohen
1
-3
/
+35
2010-10-23
mmc: sdio: use the generic runtime PM handlers
Ohad Ben-Cohen
1
-0
/
+20
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-18
sdio: fix reference counting in sdio_remove_func()
Daniel Drake
1
-2
/
+5
2009-09-23
mmc: make SDIO device/driver struct accessors public
Nicolas Pitre
1
-3
/
+0
2008-11-08
mmc: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+1
2007-10-14
uevent environment changes fallout
Al Viro
1
-11
/
+4
2007-09-23
sdio: store vendor strings
Pierre Ossman
1
-0
/
+3
[next]