greybus: replace Ara references
[cascardo/linux.git] / drivers / staging / greybus / sdio.c
2016-07-19 Rui Miguel Silvagreybus: sdio: add switch voltage operation
2016-07-19 Rui Miguel Silvagreybus: sdio: convert vdd kernel values to greybus
2016-06-21 Rui Miguel Silvagreybus: sdio: avoid extra memory operation at data...
2016-06-01 Viresh Kumargreybus: gbphy: Remove protocol specific version handling
2016-05-27 Alex Eldergreybus: fix unbalanced mutex
2016-05-19 Sandeep Patilgreybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhere
2016-05-14 Viresh Kumargreybus: sdio: Create separate module
2016-05-05 Greg Kroah-Hartmangreybus: SDIO: convert to a gpbridge driver
2016-03-22 Greg Kroah-Hartmangreybus: convert drivers to use connection->private...
2016-03-03 Greg Kroah-Hartmangreybus: gpbridge.h: move protocol init/exit prototypes
2015-12-05 Viresh Kumargreybus: Prefix hexadecimal values with 0x while printi...
2015-10-19 Rui Miguel Silvagreybus: sdio: some cleanups in command function
2015-10-19 Rui Miguel Silvagreybus: sdio: send data block details at command request
2015-10-15 Greg Kroah-Hartmangreybus: sdio: use the bundle struct device instead...
2015-10-09 Rui Miguel Silvagreybus: sdio: clarify operator precedence
2015-10-09 Rui Miguel Silvagreybus: sdio: convert greybus ocr values to mmc ones
2015-10-09 Rui Miguel Silvagreybus: sdio: fix card removable detection
2015-10-09 Rui Miguel Silvagreybus: sdio: add field to get_caps response
2015-09-15 Johan Hovoldgreybus: sdio: fix work-queue leak and use-after-free
2015-09-15 Johan Hovoldgreybus: sdio: fix tear-down use-after-free
2015-08-12 Greg Kroah-Hartmangreybus: Merge branch 'master' into branch 'svc'.
2015-08-12 Viresh Kumargreybus: sdio: Drop get_version support
2015-08-11 Viresh Kumargreybus: sdio: error out only for smaller payloads...
2015-07-06 Rui Miguel Silvagreybus: sdio: fix transfer buffer handling and blocks...
2015-07-06 Rui Miguel Silvagreybus: sdio: add need poll to host caps
2015-07-06 Rui Miguel Silvagreybus: sdio: check number of blocks in transfer
2015-07-06 Rui Miguel Silvagreybus: sdio: pass only data pointer to tranfer funtion
2015-07-06 Rui Miguel Silvagreybus: sdio: fix call to stop command if no data...
2015-07-06 Rui Miguel Silvagreybus: sdio: fix return of get_cd and get_ro
2015-07-06 Rui Miguel Silvagreybus: sdio: rework of event handler
2015-07-06 Rui Miguel Silvagreybus: sdio: split cmd_flags to there meaning
2015-07-01 Viresh Kumargreybus: Rename gb_gpbridge_protocol_driver() as gb_bui...
2015-06-30 Phong Trangreybus: sdio: correct the usage of mmc request in...
2015-06-30 Phong Trangreybus: sdio: change the order of remove and free...
2015-06-25 Rui Miguel Silvagreybus: sdio: fix defines for older kernels
2015-06-24 Rui Miguel Silvagreybus: sdio: extend sdio implementation
2015-05-21 Viresh Kumargreybus: Use gb_gpbridge_protocol_init()
2015-01-22 Viresh Kumargreybus: Remove "-gb" suffix from .c files