aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)Author
2019-04-19staging: greybus: power_supply: use struct_size() helperGustavo A. R. Silva
2019-04-16staging: greybus: power_supply: fix prop-descriptor request sizeJohan Hovold
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman
2019-04-01staging: greybus: hid: Remove print following unsuccessful kmallocSanjana Sanikommu
2019-03-29staging: greybus: audio_manager: fix a missing check of ida_simple_getKangjie Lu
2019-03-21staging: greybus: sdio.c: Remove unncessary paranthesis.Sanjana Sanikommu
2019-03-20staging: greybus: Remove parentheses around variableNishka Dasgupta
2019-03-18staging: greybus: remove extern prototypesPayal Kshirsagar
2019-03-18staging: greybus: Change NULL comparison to Boolean NegationNishka Dasgupta
2019-02-26Staging: greybus: Alignment should match open parenthesisBhanusree Pola
2019-02-26Staging: greybus: Blank lines not required before '}'Bhanusree Pola
2019-02-26Staging: greybus: Do not use multiple blank linesBhanusree Pola
2019-01-15staging: greybus: arche-platform: Switch to the gpio descriptor interfaceNishad Kamdar
2019-01-15staging: greybus: arche-apb-ctrl.c: Switch to the gpio descriptor interfaceNishad Kamdar
2019-01-15staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIPNishad Kamdar
2018-12-17staging: greybus: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-05staging: greybus: Added space between string concatenatedCristian Sicilia
2018-11-26staging: greybus: Parenthesis alignmentCristian Sicilia
2018-11-20Revert "staging: greybus: remove extra space before tab"Greg Kroah-Hartman
2018-11-20Revert "staging: greybus: remove multiple blank lines"Greg Kroah-Hartman
2018-11-09staging: greybus: remove unmatched right bracketIoannis Valasakis
2018-11-09staging: greybus: remove comparison to BOOLIoannis Valasakis
2018-11-09staging: greybus: remove extra space before tabIoannis Valasakis
2018-11-09staging: greybus: add extra space around OR operatorIoannis Valasakis
2018-11-09staging: greybus: remove multiple blank linesIoannis Valasakis
2018-11-09staging: greybus: remove space before tabIoannis Valasakis
2018-11-09staging: greybus: remove multiple blank linesIoannis Valasakis
2018-11-09staging: greybus: correct SPDX License IdentifierIoannis Valasakis
2018-11-09staging: greybus: align arguments with parenthesesIoannis Valasakis
2018-11-09staging: greybus: fix SPDX License IdentifierIoannis Valasakis
2018-11-09staging: greybus: align parameters to parenthesesIoannis Valasakis
2018-11-09staging: greybus: shorten comparison to NULLIoannis Valasakis
2018-11-05staging: greybus: loopback.c: remove unused listsRasmus Villemoes
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-11staging: greybus: loopback.c: remove unused gb_loopback::lbidRasmus Villemoes
2018-09-18staging: greybus: fix spelling mistake "entires" -> "entries"Colin Ian King
2018-09-14greybus/uart: switch to ->[sg]et_serial()Al Viro
2018-09-14staging: remove unneeded static set .owner field in platform_driverzhong jiang
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-01staging: greybus: camera: no need to check debugfs return valuesGreg Kroah-Hartman
2018-05-25staging: greybus: fix spelling mistake: "Inavlid" -> "Invalid"Colin Ian King
2018-05-06staging: greybus: Remove unused local variableNathan Chancellor
2018-04-29staging: greybus: Use gpio_is_valid()Arvind Yadav
2018-04-23staging: greybus: simplify getting .drvdataWolfram Sang
2018-04-23staging: greybus: Fix warning to limit chars per lineGaurav Dhingra
2018-04-23staging: greybus: Add TODO file with GPIO work itemsLinus Walleij
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds