summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)Author
2016-01-12greybus: APBridge: move APBridge request protocol to a common .h fileGreg Kroah-Hartman
2016-01-12greybus: host: provide "generic" apbridge output callsGreg Kroah-Hartman
2016-01-11greybus: power_supply: fix use after free of power supplyRui Miguel Silva
2016-01-11greybus: power_supply: fix leak getting string propertiesRui Miguel Silva
2016-01-11greybus: power_supply: fix error path at supplies setupRui Miguel Silva
2016-01-11greybus: power_supply: free supplies at releaseRui Miguel Silva
2016-01-11greybus: power_supply: fix unregister on error pathRui Miguel Silva
2016-01-11greybus: power_supply: do not release failed supply allocRui Miguel Silva
2016-01-11greybus: power_supply: fix lock imbalance in init error pathJohan Hovold
2016-01-11greybus: arche-platform: Add wake/detect support along with handshaking with APVaibhav Hiremath
2016-01-11greybus: arche-apb-ctrl: deassert reset at the end of probeVaibhav Hiremath
2016-01-11greybus: arche-apb-ctrl: Remove wake_detect gpio and related codeVaibhav Hiremath
2016-01-11greybus: arche: Remove unwanted headers and rearrange othersViresh Kumar
2016-01-11greybus: arche-apb: Drop unnecessary checksViresh Kumar
2016-01-11greybus: arche-apb: Do cleanup within apb_ctrl_init_seq() for error casesViresh Kumar
2016-01-11greybus: arche-apb: Don't use gpio after failing to request itViresh Kumar
2016-01-11greybus: arche-apb: Properly use dev_err/info/warnViresh Kumar
2016-01-11greybus: arche-apb: NULL is a valid regulatorViresh Kumar
2016-01-11greybus: arche-apb: devm_regulator_get() doesn't return NULLViresh Kumar
2016-01-11greybus: arche-apb: Replace gpio_is_valid() with gpio < 0 checksViresh Kumar
2016-01-11greybus: arche-apb: platform data 'apb' is guaranteed to be validViresh Kumar
2016-01-11greybus: arche-apb: Spelling and whitespace fixesViresh Kumar
2016-01-11greybus: arche-platform: propagate errors returned by gpiolibViresh Kumar
2016-01-11greybus: arche-platform: svc_reset_gpio can't be invalid in arche_platform_cl...Viresh Kumar
2016-01-11greybus: arche-platform: Put APB in reset if of_platform_populate() failsViresh Kumar
2016-01-11greybus: arche-platform: Export GPIOs after populating APBsViresh Kumar
2016-01-11greybus: arche-platform: arche_pdata is guaranteed to be validViresh Kumar
2016-01-09greybus: firmware/bootrom: debug output from bootrom protocolEli Sennesh
2016-01-09greybus: connection: fix version-request error handlingJohan Hovold
2016-01-09greybus: core: fix greybus device matchingJohan Hovold
2016-01-09greybus: core: fix greybus driver registrationJohan Hovold
2016-01-09greybus: core: add drvdata accessorsJohan Hovold
2016-01-08greybus: camera: Add support for flags to stream_configureJacopo Mondi
2016-01-08greybus: svc: Replace link config hack with standard operationLaurent Pinchart
2016-01-06greybus: arche-apb-ctrl: Do not bring APB out of reset in probeVaibhav Hiremath
2016-01-06greybus: arche-apb-ctrl: Set wake_detect gpio to low initiallyVaibhav Hiremath
2016-01-06greybus: arche-platform: Export gpio (reset & sys_boot) to userVaibhav Hiremath
2016-01-06greybus: camera: Raise the CSI-2 bandwidthLaurent Pinchart
2016-01-04greybus: arche-platform: merge arche-apb-ctrl and arche-platformGreg Kroah-Hartman
2015-12-30greybus: arche_platform: Remove child's platform device as part of _remove() fnVaibhav Hiremath
2015-12-30greybus: camera: destroy data connection on link-config errorsJohan Hovold
2015-12-30greybus: camera: fix memory leak in capture-request handlerJohan Hovold
2015-12-30greybus: camera: fix memory leak in configure-streams error pathJohan Hovold
2015-12-30greybus: interface: Fetch and expose version of interface's firmwareViresh Kumar
2015-12-30greybus: interface: Receive serial-number on hotplug eventViresh Kumar
2015-12-23greybus: svc: Set interface's hotplug attributes before using themViresh Kumar
2015-12-23greybus: svc: Change GB_SVC_TYPE_LINK_CONFIG to 0x10Bryan O'Donoghue
2015-12-22greybus: control: Use Macro's instead of direct values for major/minorViresh Kumar
2015-12-22greybus: arche-apb-ctrl: Assert reset to APB at the end of probeVaibhav Hiremath
2015-12-22greybus: arche-apb-ctrl: Add APB control driverVaibhav Hiremath