summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: tools: Remove function log_csv_error()Nishka Dasgupta2019-07-011-6/+0
* staging: greybus: power_supply: use struct_size() helperGustavo A. R. Silva2019-04-191-2/+2
* staging: greybus: power_supply: fix prop-descriptor request sizeJohan Hovold2019-04-161-1/+1
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: greybus: hid: Remove print following unsuccessful kmallocSanjana Sanikommu2019-04-011-1/+0
* staging: greybus: audio_manager: fix a missing check of ida_simple_getKangjie Lu2019-03-291-0/+3
* staging: greybus: sdio.c: Remove unncessary paranthesis.Sanjana Sanikommu2019-03-211-4/+4
* staging: greybus: Remove parentheses around variableNishka Dasgupta2019-03-201-1/+1
* staging: greybus: remove extern prototypesPayal Kshirsagar2019-03-181-61/+61
* staging: greybus: Change NULL comparison to Boolean NegationNishka Dasgupta2019-03-181-1/+1
* Staging: greybus: Alignment should match open parenthesisBhanusree Pola2019-02-263-3/+3
* Staging: greybus: Blank lines not required before '}'Bhanusree Pola2019-02-261-1/+0
* Staging: greybus: Do not use multiple blank linesBhanusree Pola2019-02-261-1/+0
* staging: greybus: arche-platform: Switch to the gpio descriptor interfaceNishad Kamdar2019-01-151-83/+41
* staging: greybus: arche-apb-ctrl.c: Switch to the gpio descriptor interfaceNishad Kamdar2019-01-151-91/+61
* staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIPNishad Kamdar2019-01-153-148/+11
* staging: greybus: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-14/+2
* staging: greybus: Added space between string concatenatedCristian Sicilia2018-12-051-3/+3
* staging: greybus: Parenthesis alignmentCristian Sicilia2018-11-2615-333/+343
* Revert "staging: greybus: remove extra space before tab"Greg Kroah-Hartman2018-11-201-2/+2
* Revert "staging: greybus: remove multiple blank lines"Greg Kroah-Hartman2018-11-201-0/+15
* staging: greybus: remove unmatched right bracketIoannis Valasakis2018-11-091-1/+0
* staging: greybus: remove comparison to BOOLIoannis Valasakis2018-11-091-2/+2
* staging: greybus: remove extra space before tabIoannis Valasakis2018-11-091-2/+2
* staging: greybus: add extra space around OR operatorIoannis Valasakis2018-11-091-4/+4
* staging: greybus: remove multiple blank linesIoannis Valasakis2018-11-091-15/+0
* staging: greybus: remove space before tabIoannis Valasakis2018-11-091-2/+2
* staging: greybus: remove multiple blank linesIoannis Valasakis2018-11-092-5/+0
* staging: greybus: correct SPDX License IdentifierIoannis Valasakis2018-11-098-8/+8
* staging: greybus: align arguments with parenthesesIoannis Valasakis2018-11-091-1/+1
* staging: greybus: fix SPDX License IdentifierIoannis Valasakis2018-11-091-1/+1
* staging: greybus: align parameters to parenthesesIoannis Valasakis2018-11-091-1/+1
* staging: greybus: shorten comparison to NULLIoannis Valasakis2018-11-091-1/+1
* staging: greybus: loopback.c: remove unused listsRasmus Villemoes2018-11-051-38/+0
* Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-294-11/+2
|\
| * staging: greybus: loopback.c: remove unused gb_loopback::lbidRasmus Villemoes2018-10-111-8/+0
| * staging: greybus: fix spelling mistake "entires" -> "entries"Colin Ian King2018-09-182-2/+2
| * staging: remove unneeded static set .owner field in platform_driverzhong jiang2018-09-141-1/+0
* | greybus/uart: switch to ->[sg]et_serial()Al Viro2018-09-141-29/+18
|/
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-2/+3
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-096-24/+17
|\
| * staging: greybus: camera: no need to check debugfs return valuesGreg Kroah-Hartman2018-06-011-14/+3
| * staging: greybus: fix spelling mistake: "Inavlid" -> "Invalid"Colin Ian King2018-05-251-1/+1
| * staging: greybus: Remove unused local variableNathan Chancellor2018-05-061-3/+0
| * staging: greybus: Use gpio_is_valid()Arvind Yadav2018-04-291-3/+3
| * staging: greybus: simplify getting .drvdataWolfram Sang2018-04-231-2/+1
| * staging: greybus: Fix warning to limit chars per lineGaurav Dhingra2018-04-231-1/+4
| * staging: greybus: Add TODO file with GPIO work itemsLinus Walleij2018-04-231-0/+5
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
|/