aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/sdio.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27staging: greybus: sdio: Prefer u32 over uint32_tGravatar Franck Demathieu 1-1/+1
2016-11-19staging: Greybus: Remove unnecessary braces for single statement blockGravatar Rahul Krishnan 1-2/+1
2016-10-02staging: greybus: sdio: fix cmd_flags check for none responseGravatar Rui Miguel Silva 1-1/+1
2016-09-19staging: greybus: sdio: remove KERNEL_VERSION checksGravatar Rui Miguel Silva 1-8/+4
2016-09-19staging: greybus: sdio: fix min() type checkGravatar Greg Kroah-Hartman 1-1/+1
2016-08-10greybus: sdio: increase maximum segment sizeGravatar Rui Miguel Silva 1-2/+2
2016-08-05greybus: SDIO: Add runtime pm supportGravatar Jackson Chang 1-4/+27
2016-07-19greybus: sdio: add switch voltage operationGravatar Rui Miguel Silva 1-0/+6
2016-07-19greybus: sdio: convert vdd kernel values to greybusGravatar Rui Miguel Silva 1-1/+8
2016-06-21greybus: sdio: avoid extra memory operation at data transferGravatar Rui Miguel Silva 1-35/+45
2016-05-31greybus: gbphy: Remove protocol specific version handlingGravatar Viresh Kumar 1-4/+0
2016-05-27greybus: fix unbalanced mutexGravatar Alex Elder 1-2/+8
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereGravatar Sandeep Patil 1-18/+18
2016-05-14greybus: sdio: Create separate moduleGravatar Viresh Kumar 1-1/+4
2016-05-05greybus: SDIO: convert to a gpbridge driverGravatar Greg Kroah-Hartman 1-26/+57
2016-03-22greybus: convert drivers to use connection->private set/getGravatar Greg Kroah-Hartman 1-7/+6
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGravatar Greg Kroah-Hartman 1-0/+1
2015-12-04greybus: Prefix hexadecimal values with 0x while printing themGravatar Viresh Kumar 1-2/+2
2015-10-19greybus: sdio: some cleanups in command functionGravatar Rui Miguel Silva 1-2/+2
2015-10-19greybus: sdio: send data block details at command requestGravatar Rui Miguel Silva 1-1/+7
2015-10-15greybus: sdio: use the bundle struct device instead of the connectorGravatar Greg Kroah-Hartman 1-3/+3
2015-10-09greybus: sdio: clarify operator precedenceGravatar Rui Miguel Silva 1-22/+22
2015-10-09greybus: sdio: convert greybus ocr values to mmc onesGravatar Rui Miguel Silva 1-1/+25
2015-10-09greybus: sdio: fix card removable detectionGravatar Rui Miguel Silva 1-2/+2
2015-10-09greybus: sdio: add field to get_caps responseGravatar Rui Miguel Silva 1-0/+4
2015-09-14greybus: sdio: fix work-queue leak and use-after-freeGravatar Johan Hovold 1-7/+12
2015-09-14greybus: sdio: fix tear-down use-after-freeGravatar Johan Hovold 1-1/+1
2015-08-11greybus: sdio: Drop get_version supportGravatar Viresh Kumar 1-9/+0
2015-08-10greybus: sdio: error out only for smaller payloads receivedGravatar Viresh Kumar 1-2/+3
2015-07-06greybus: sdio: fix transfer buffer handling and blocks countingGravatar Rui Miguel Silva 1-9/+16
2015-07-06greybus: sdio: add need poll to host capsGravatar Rui Miguel Silva 1-1/+1
2015-07-06greybus: sdio: check number of blocks in transferGravatar Rui Miguel Silva 1-0/+14
2015-07-06greybus: sdio: pass only data pointer to tranfer funtionGravatar Rui Miguel Silva 1-3/+2
2015-07-06greybus: sdio: fix call to stop command if no data existGravatar Rui Miguel Silva 1-2/+2
2015-07-06greybus: sdio: fix return of get_cd and get_roGravatar Rui Miguel Silva 1-2/+2
2015-07-06greybus: sdio: rework of event handlerGravatar Rui Miguel Silva 1-31/+55
2015-07-06greybus: sdio: split cmd_flags to there meaningGravatar Rui Miguel Silva 1-0/+8
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Gravatar Viresh Kumar 1-1/+1
2015-06-29greybus: sdio: correct the usage of mmc request in work queues handlerGravatar Phong Tran 1-3/+8
2015-06-29greybus: sdio: change the order of remove and free mmc hostGravatar Phong Tran 1-1/+1
2015-06-24greybus: sdio: fix defines for older kernelsGravatar Rui Miguel Silva 1-3/+11
2015-06-23greybus: sdio: extend sdio implementationGravatar Rui Miguel Silva 1-29/+648
2015-05-20greybus: Use gb_gpbridge_protocol_init()Gravatar Viresh Kumar 1-9/+1
2015-01-22greybus: Remove "-gb" suffix from .c filesGravatar Viresh Kumar 1-0/+99