aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-05-18greybus: connection: verify disabled when destroyedAlex Elder1-0/+3
2016-05-18greybus: audio: gb_manager: Use valid argument while removing ida allocated id.Vaibhav Agarwal1-1/+1
2016-05-18greybus: operation: fix broken activation logicJohan Hovold1-2/+2
2016-05-17greybus: operation: rate-limit dev_err printing on the receive pathEli Sennesh1-12/+14
2016-05-16greybus: spi: add inprogress bit to xfer_flagsRui Miguel Silva2-2/+15
2016-05-16greybus: spi: rename rdwr field to xfer_flagsRui Miguel Silva2-3/+3
2016-05-16greybus: fw-management: Update header's licenseViresh Kumar1-2/+22
2016-05-16greybus: fw-management: Fix 'make check' warningsViresh Kumar1-2/+2
2016-05-16greybus: fw-management: Replace double-tabs with space for structuresViresh Kumar1-10/+10
2016-05-16greybus: es2.c: Declare local __le64 not u64Bryan O'Donoghue1-1/+1
2016-05-15greybus: interface: Extract and store Interface feature byteBryan O'Donoghue3-1/+10
2016-05-15greybus: hd: Add TimeSync APBridge commandsBryan O'Donoghue3-21/+165
2016-05-15greybus: Documentation: Document firmware-management interfacesViresh Kumar2-0/+336
2016-05-15greybus: firmware: Add SPI protocol supportViresh Kumar1-0/+63
2016-05-15greybus: fw-management: Free fw-mgmt only after all users are goneViresh Kumar1-13/+105
2016-05-15greybus: fw-management: Add ioctl to initiate mode-switchViresh Kumar2-0/+21
2016-05-15greybus: fw-management: Add firmware-management protocol driverViresh Kumar6-5/+768
2016-05-14greybus: make greybus_gpbdev_type staticGreg Kroah-Hartman1-1/+1
2016-05-14greybus: spi: Separate out spilib from spi bridged PHY bundle driverViresh Kumar3-60/+77
2016-05-14greybus: spi: Restructure spi.c to share it with other bundle driversViresh Kumar3-55/+93
2016-05-14greybus: Remove bridge PHY protocol specific classesViresh Kumar2-14/+7
2016-05-14greybus: gpbridge: Remove (now) unused macro gb_gpbridge_builtin_driver()Viresh Kumar1-10/+0
2016-05-14greybus: gpbridge: Rename gb-phy.ko moduleViresh Kumar1-2/+2
2016-05-14greybus: usb: Create separate moduleViresh Kumar4-15/+7
2016-05-14greybus: uart: Create separate moduleViresh Kumar4-13/+9
2016-05-14greybus: spi: Create separate moduleViresh Kumar4-12/+6
2016-05-14greybus: sdio: Create separate moduleViresh Kumar4-12/+6
2016-05-14greybus: pwm: Create separate moduleViresh Kumar4-12/+6
2016-05-14greybus: i2c : Create separate moduleViresh Kumar4-12/+6
2016-05-14greybus: gpio: Create separate moduleViresh Kumar4-12/+6
2016-05-14greybus: gpbridge: Create module_gpbridge_driver()Viresh Kumar1-0/+11
2016-05-14greybus: gpbridge: Export few routinesViresh Kumar1-0/+3
2016-05-14greybus: control: Drop unused parameter from timesync_authoritativeBryan O'Donoghue2-2/+2
2016-05-14greybus: control: Add TimeSync get-last-event logicBryan O'Donoghue3-0/+22
2016-05-14greybus: svc: Add TimeSync SVC commandsBryan O'Donoghue2-0/+92
2016-05-14greybus: arche-platform: Fix the MODULE_LICENSE to match with headerSandeep Patil1-1/+1
2016-05-14greybus: gpbridge: add uevent vars for gpbridge devicesSandeep Patil1-1/+25
2016-05-14greybus: gpbridge: make gpbridge device ids start with 1Sandeep Patil1-1/+1
2016-05-14greybus: gpbridge: add gpbridge device typeSandeep Patil1-1/+6
2016-05-13greybus: camera: fix data-connection handlingJohan Hovold1-16/+18
2016-05-13greybus: connection: add camera-data connected workaroundJohan Hovold1-0/+10
2016-05-13greybus: es2: add support for CDSI1 allocationJohan Hovold2-0/+60
2016-05-13greybus: es2: clean up cport-reset handlingJohan Hovold1-5/+8
2016-05-13greybus: hd: generalise cport allocationJohan Hovold3-3/+16
2016-05-13greybus: es2: clean up CDSI CPort reservationJohan Hovold3-9/+32
2016-05-13greybus: es2: fix probe error handlingJohan Hovold1-4/+11
2016-05-13greybus: hd: move CPort allocation to host-device codeJohan Hovold3-22/+37
2016-05-13greybus: audio: mark the data connection as offloadedJohan Hovold1-11/+1
2016-05-13greybus: connection: add helper for creating offloaded connectionJohan Hovold2-1/+16
2016-05-13greybus: connection: add offloaded connection flagJohan Hovold2-2/+12