aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/firmware.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-01greybus: firmware: convert to bundle driverGravatar Johan Hovold 1-19/+112
2016-01-22greybus: svc: Expose and retain VID/PID received from bootrom for ES2Gravatar Viresh Kumar 1-10/+12
2016-01-21greybus: firmware: abort if AP_READY failsGravatar Johan Hovold 1-9/+7
2016-01-21greybus: firmware: log the name of the firmware being requestedGravatar Greg Kroah-Hartman 1-2/+11
2016-01-19greybus: firmware: remove skip-disconnected flagGravatar Johan Hovold 1-1/+0
2016-01-15greybus: firmware: replace colons with underscore in firmware file requestGravatar Michael Scott 1-1/+1
2016-01-09greybus: firmware/bootrom: debug output from bootrom protocolGravatar Eli Sennesh 1-2/+19
2015-12-22greybus: firmware and svc: detect the difference between ES2 and ES3 chipsGravatar Eli Sennesh 1-3/+0
2015-12-22greybus: interface: Prefix DDBL1 attributes with ddbl1_ instead of unipro_Gravatar Viresh Kumar 1-5/+5
2015-12-04greybus: don't use %h and %hh for printing short and char variablesGravatar Viresh Kumar 1-1/+1
2015-11-30greybus: firmware: Fetch es2 VID/PID to distinguish module vendorsGravatar Viresh Kumar 1-1/+50
2015-11-25greybus: interface: rename vendor and product attributesGravatar Johan Hovold 1-1/+1
2015-11-21greybus: fix vendor and product matchingGravatar Johan Hovold 1-1/+1
2015-11-19greybus: firmware: break long linesGravatar Johan Hovold 1-4/+8
2015-11-19greybus: firmware: fix information leakGravatar Johan Hovold 1-2/+9
2015-10-15greybus: firmware: use the bundle struct device instead of the connectorGravatar Greg Kroah-Hartman 1-6/+7
2015-09-24greybus: firmware: Don't send control-disconnected event for firmware protocolGravatar Viresh Kumar 1-0/+1
2015-09-24greybus: firmware: drop 'stage' from ready-to-boot requestGravatar Viresh Kumar 1-2/+1
2015-09-14greybus: firmware: Send AP-ready operationGravatar Viresh Kumar 1-0/+15
2015-09-14greybus: firmware: firmware image name has .tftf instead of .fwGravatar Viresh Kumar 1-2/+2
2015-09-14greybus: firmware: Fix incorrect firmware file's nameGravatar Viresh Kumar 1-2/+2
2015-09-14greybus: firmware: firmware's file name is 32 characters longGravatar Viresh Kumar 1-1/+1
2015-09-01greybus: firmware: fix potential stack corruptionGravatar Johan Hovold 1-3/+4
2015-08-11greybus: Add firmware protocol driverGravatar Viresh Kumar 1-0/+199