aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-01-11greybus: arche-platform: Export GPIOs after populating APBsViresh Kumar1-2/+2
2016-01-11greybus: arche-platform: arche_pdata is guaranteed to be validViresh Kumar1-4/+1
2016-01-09greybus: firmware/bootrom: debug output from bootrom protocolEli Sennesh1-2/+19
2016-01-09greybus: connection: fix version-request error handlingJohan Hovold1-2/+3
2016-01-09greybus: core: fix greybus device matchingJohan Hovold1-1/+6
2016-01-09greybus: core: fix greybus driver registrationJohan Hovold1-0/+1
2016-01-09greybus: core: add drvdata accessorsJohan Hovold1-0/+10
2016-01-08greybus: camera: Add support for flags to stream_configureJacopo Mondi2-11/+23
2016-01-08greybus: svc: Replace link config hack with standard operationLaurent Pinchart4-32/+74
2016-01-06greybus: arche-apb-ctrl: Do not bring APB out of reset in probeVaibhav Hiremath1-2/+0
2016-01-06greybus: arche-apb-ctrl: Set wake_detect gpio to low initiallyVaibhav Hiremath1-1/+2
2016-01-06greybus: arche-platform: Export gpio (reset & sys_boot) to userVaibhav Hiremath2-0/+30
2016-01-06greybus: camera: Raise the CSI-2 bandwidthLaurent Pinchart1-2/+2
2016-01-04greybus: arche-platform: merge arche-apb-ctrl and arche-platformGreg Kroah-Hartman4-31/+70
2015-12-30greybus: arche_platform: Remove child's platform device as part of _remove() fnVaibhav Hiremath1-0/+11
2015-12-30greybus: camera: destroy data connection on link-config errorsJohan Hovold1-2/+2
2015-12-30greybus: camera: fix memory leak in capture-request handlerJohan Hovold1-1/+6
2015-12-30greybus: camera: fix memory leak in configure-streams error pathJohan Hovold1-1/+1
2015-12-30greybus: interface: Fetch and expose version of interface's firmwareViresh Kumar6-0/+63
2015-12-30greybus: interface: Receive serial-number on hotplug eventViresh Kumar8-0/+13
2015-12-23greybus: svc: Set interface's hotplug attributes before using themViresh Kumar1-5/+5
2015-12-23greybus: svc: Change GB_SVC_TYPE_LINK_CONFIG to 0x10Bryan O'Donoghue1-1/+1
2015-12-22greybus: control: Use Macro's instead of direct values for major/minorViresh Kumar1-2/+2
2015-12-22greybus: arche-apb-ctrl: Assert reset to APB at the end of probeVaibhav Hiremath1-0/+2
2015-12-22greybus: arche-apb-ctrl: Add APB control driverVaibhav Hiremath2-0/+402
2015-12-22greybus: arche-platform: Rename db3-platform to arche-platformVaibhav Hiremath2-56/+61
2015-12-22greybus: db3(arche)-platform: Remove all APB control codeVaibhav Hiremath1-259/+97
2015-12-22greybus: firmware and svc: detect the difference between ES2 and ES3 chipsEli Sennesh3-22/+40
2015-12-22greybus: interface: Expose DDBL1 manufacturing and production id in sysfsViresh Kumar8-0/+20
2015-12-22greybus: interface: Prefix DDBL1 attributes with ddbl1_ instead of unipro_Viresh Kumar4-11/+11
2015-12-22greybus: es2: clean up csi-config requestJohan Hovold1-5/+5
2015-12-22greybus: svc: drop copy-pasted function headerJohan Hovold1-1/+0
2015-12-21greybus: interface: Prefix hexadecimal values with '0x'Viresh Kumar1-6/+6
2015-12-21greybus: es2: Don't use stack memory as USB request dataLaurent Pinchart1-17/+14
2015-12-21greybus: es2: Fix endian conversion issuesLaurent Pinchart1-1/+1
2015-12-21greybus: camera: Fix remaining endian conversion issuesLaurent Pinchart1-4/+4
2015-12-21greybus: camera: Set link power mode to HS-G2 with 2 lanesLaurent Pinchart1-2/+2
2015-12-21greybus: camera: Configure the bridge CSI transmitterLaurent Pinchart1-0/+23
2015-12-21greybus: es2: Add support for CSI transmitter configurationLaurent Pinchart2-0/+75
2015-12-21greybus: camera: Configure link speed for the data connectionLaurent Pinchart1-0/+10
2015-12-21greybus: svc: Add support for the link config operationLaurent Pinchart3-0/+36
2015-12-21greybus: camera: Fix endian conversion issuesLaurent Pinchart1-10/+10
2015-12-17greybus: tools: don't always build them.Greg Kroah-Hartman1-1/+1
2015-12-17greybus: loopback_test: null terminate the dict structureGreg Kroah-Hartman1-2/+3
2015-12-17greybus: loopback_test: fix warning about signed/unsigned comparisonGreg Kroah-Hartman1-1/+1
2015-12-17greybus: tools: Add tools directory to greybus repo and add loopbackGreg Kroah-Hartman7-1/+1371
2015-12-17greybus: camera: fix data types of operationsRui Miguel Silva1-6/+6
2015-12-15greybus: spi: fix and cleanup spi devices handlingRui Miguel Silva1-21/+3
2015-12-15greybus: spi: unregister master on device add failRui Miguel Silva1-1/+5
2015-12-15greybus: spi: validate spi master registerRui Miguel Silva1-0/+2