aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/greybus/sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-15staging: greybus: Remove redundant 'flush_workqueue()' callsMinghao Chi (CGEL ZTE)1-1/+0
2021-03-10staging: greybus: Fix blank line style issue in sdio.cAmrit Khera1-1/+0
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-1/+0
2020-05-28staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc coreUlf Hansson1-3/+7
2019-08-27staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman1-1/+1
2019-03-21staging: greybus: sdio.c: Remove unncessary paranthesis.Sanjana Sanikommu1-4/+4
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-01-27staging: greybus: sdio: Prefer u32 over uint32_tFranck Demathieu1-1/+1
2016-11-19staging: Greybus: Remove unnecessary braces for single statement blockRahul Krishnan1-2/+1
2016-10-02staging: greybus: sdio: fix cmd_flags check for none responseRui Miguel Silva1-1/+1
2016-09-19staging: greybus: sdio: remove KERNEL_VERSION checksRui Miguel Silva1-8/+4
2016-09-19staging: greybus: sdio: fix min() type checkGreg Kroah-Hartman1-1/+1
2016-08-10greybus: sdio: increase maximum segment sizeRui Miguel Silva1-2/+2
2016-08-05greybus: SDIO: Add runtime pm supportJackson Chang1-4/+27
2016-07-19greybus: sdio: add switch voltage operationRui Miguel Silva1-0/+6
2016-07-19greybus: sdio: convert vdd kernel values to greybusRui Miguel Silva1-1/+8
2016-06-21greybus: sdio: avoid extra memory operation at data transferRui Miguel Silva1-35/+45
2016-05-31greybus: gbphy: Remove protocol specific version handlingViresh Kumar1-4/+0
2016-05-27greybus: fix unbalanced mutexAlex Elder1-2/+8
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil1-18/+18
2016-05-14greybus: sdio: Create separate moduleViresh Kumar1-1/+4
2016-05-05greybus: SDIO: convert to a gpbridge driverGreg Kroah-Hartman1-26/+57
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman1-7/+6
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman1-0/+1
2015-12-04greybus: Prefix hexadecimal values with 0x while printing themViresh Kumar1-2/+2
2015-10-19greybus: sdio: some cleanups in command functionRui Miguel Silva1-2/+2
2015-10-19greybus: sdio: send data block details at command requestRui Miguel Silva1-1/+7
2015-10-15greybus: sdio: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-3/+3
2015-10-09greybus: sdio: clarify operator precedenceRui Miguel Silva1-22/+22
2015-10-09greybus: sdio: convert greybus ocr values to mmc onesRui Miguel Silva1-1/+25
2015-10-09greybus: sdio: fix card removable detectionRui Miguel Silva1-2/+2
2015-10-09greybus: sdio: add field to get_caps responseRui Miguel Silva1-0/+4
2015-09-14greybus: sdio: fix work-queue leak and use-after-freeJohan Hovold1-7/+12
2015-09-14greybus: sdio: fix tear-down use-after-freeJohan Hovold1-1/+1
2015-08-11greybus: sdio: Drop get_version supportViresh Kumar1-9/+0
2015-08-10greybus: sdio: error out only for smaller payloads receivedViresh Kumar1-2/+3
2015-07-06greybus: sdio: fix transfer buffer handling and blocks countingRui Miguel Silva1-9/+16
2015-07-06greybus: sdio: add need poll to host capsRui Miguel Silva1-1/+1
2015-07-06greybus: sdio: check number of blocks in transferRui Miguel Silva1-0/+14
2015-07-06greybus: sdio: pass only data pointer to tranfer funtionRui Miguel Silva1-3/+2
2015-07-06greybus: sdio: fix call to stop command if no data existRui Miguel Silva1-2/+2
2015-07-06greybus: sdio: fix return of get_cd and get_roRui Miguel Silva1-2/+2
2015-07-06greybus: sdio: rework of event handlerRui Miguel Silva1-31/+55
2015-07-06greybus: sdio: split cmd_flags to there meaningRui Miguel Silva1-0/+8
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar1-1/+1
2015-06-29greybus: sdio: correct the usage of mmc request in work queues handlerPhong Tran1-3/+8
2015-06-29greybus: sdio: change the order of remove and free mmc hostPhong Tran1-1/+1
2015-06-24greybus: sdio: fix defines for older kernelsRui Miguel Silva1-3/+11
2015-06-23greybus: sdio: extend sdio implementationRui Miguel Silva1-29/+648