summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* staging: greybus: audio_codec.h Fix alignment should match open parenthesisKamal Heib2018-01-221-1/+1
* staging: greybus: audio_codec.h: Prefer kernel type 'u32' over 'uint32_t'Kamal Heib2018-01-221-5/+5
* staging: greybus: audio_codec.c: Prefer kernel type 'u32' over 'uint32_t'Kamal Heib2018-01-221-3/+3
* staging: greybus: audio_codec.c: Logical continuations should be on the previ...Kamal Heib2018-01-221-2/+2
* staging: greybus: audio_codec.c: Space required around ':'Kamal Heib2018-01-221-2/+2
* staging: greybus: audio_codec.c: Cleanup blank linesKamal Heib2018-01-221-3/+0
* staging: greybus: audio_codec.c: Fix alignment should match open parenthesisKamal Heib2018-01-221-3/+3
* staging: greybus: authentication.c: Fix alignment should match open parenthesisKamal Heib2018-01-221-1/+1
* Staging: greybus: camera: cleanup multiple checks for null pointersSumit Pundir2018-01-091-8/+8
* staging: greybus: arche-platform.c: Fix alignment should match open parenthesisKamal Heib2017-12-191-9/+12
* staging: greybus: arche-apb-ctrl.c: Fix alignment should match open parenthesisKamal Heib2017-12-191-19/+20
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1374-324/+148
|\
| * staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-1163-127/+0
| * staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-1174-0/+74
| * staging: greybus: loopback: convert loopback to use generic async operationsBryan O'Donoghue2017-11-061-139/+29
| * staging: greybus: operation: add private data with get/set accessorsBryan O'Donoghue2017-11-061-0/+13
| * staging: greybus: loopback: Fix iteration count on async pathBryan O'Donoghue2017-11-061-1/+3
| * staging: greybus: loopback: Hold per-connection mutex across operationsBryan O'Donoghue2017-11-061-3/+1
| * staging: greybus/loopback: use ktime_get() for time intervalsArnd Bergmann2017-11-061-24/+18
| * staging: greybus: remove unused kfifo_tsArnd Bergmann2017-11-031-24/+3
| * staging: greybus: spilib: fix use-after-free after deregistrationJohan Hovold2017-11-021-3/+5
| * greybus: audio: don't inclide rwlock.h directly.Sebastian Andrzej Siewior2017-10-181-1/+1
| * staging: greybus: mark expected switch fall-through in check_urb_statusGustavo A. R. Silva2017-10-181-0/+1
| * staging: greybus: light: remove unnecessary error checkArvind Yadav2017-09-291-5/+1
| * staging: greybus: light: Release memory obtained by kasprintfArvind Yadav2017-09-291-0/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-071-22/+24
|\
| * media: v4l2-flash-led-class: Create separate sub-devices for indicatorsSakari Ailus2017-08-261-5/+18
| * media: staging: greybus: light: fix memory leak in v4l2 registerRui Miguel Silva2017-08-261-20/+9
| * media: v4l2-flash: Use led_classdev instead of led_classdev_flash for indicatorSakari Ailus2017-07-261-2/+2
* | staging: greybus: audio: constify snd_soc_dai_ops structuresArvind Yadav2017-08-221-1/+1
* | Staging: greybus: Fix spelling error in commentEames Trinh2017-08-221-1/+1
* | Staging: greybus: vibrator.c: Fixed alignment to match open parenthesis.Srishti Sharma2017-08-201-4/+4
* | staging: greybus: make device_type constBhumika Goyal2017-08-201-1/+1
* | Staging: greybus: Match alignment with open parenthesis.Shreeya Patel2017-08-181-19/+16
* | greybus: usb: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* | staging: greybus: Fix coding style issue for column widthDeb McLemore2017-07-271-1/+2
* | staging: greybus: Remove unnecessary platform_set_drvdataAmitoj Kaur Chawla2017-07-271-1/+0
* | staging: greybus: fix parenthesis alignmentsDiwakar Sharma2017-07-271-20/+20
* | staging: greybus: arche: wrap over-length linesMitchell Tasman2017-07-161-3/+8
* | staging: greybus: loopback_test: fix comment style issuesAleksey Rybalkin2017-07-161-6/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-07-101-29/+14
|\
| * greybus: hid: remove custom locking from gb_hid_open/closeDmitry Torokhov2017-06-081-29/+14
* | staging: greybus: mark PM functions as __maybe_unusedArnd Bergmann2017-05-181-2/+2
* | staging: greybus: enable compile testing of arche driverJohan Hovold2017-05-163-1/+18
* | staging: greybus: arche: remove timesync remainsJohan Hovold2017-05-163-159/+3
* | staging: greybus: power_supply: replace kzalloc by kcallocJB Van Puyvelde2017-05-151-1/+1
* | Staging: greybus: light: Prefer kcalloc over kzallocKarthik Tummala2017-05-151-2/+2
|/
OpenPOWER on IntegriCloud