summaryrefslogtreecommitdiff
path: root/drivers/greybus
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-24/+53
2024-03-07greybus: move is_gb_* functions out of greybus.hRicardo B. Marliere1-0/+30
2024-03-07greybus: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET3-17/+16
2024-03-06greybus: constify the struct device_type usageRicardo B. Marliere6-6/+6
2024-03-06greybus: make greybus_bus_type constGreg Kroah-Hartman1-1/+1
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini1-3/+3
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+3
2023-12-17greybus: gb-beagleplay: Remove use of pad bytesAyush Singh1-15/+43
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman1-0/+1
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)1-2/+3
2023-12-05Revert "greybus: gb-beagleplay: Ensure le for values in transport"Greg Kroah-Hartman1-5/+4
2023-12-04greybus: gb-beagleplay: Ensure le for values in transportAyush Singh1-4/+5
2023-12-04greybus: BeaglePlay driver needs CRC_CCITTRandy Dunlap1-0/+1
2023-10-27greybus: Add BeaglePlay Linux DriverAyush Singh3-0/+513
2023-05-08greybus: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2-3/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-7/+7
2022-11-10greybus: svc: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-02-04greybus: svc: clean up link configuration hack at helloJohan Hovold1-5/+8
2022-02-04greybus: svc: clean up hello error pathJohan Hovold1-2/+3
2022-02-04greybus: svc: fix an error handling bug in gb_svc_hello()Dan Carpenter1-1/+7
2021-12-21greybus: es2: fix typo in a commentJason Wang1-1/+1
2021-04-16greybus: es2: fix kernel-doc warningsRandy Dunlap1-3/+3
2021-04-02greybus: remove stray nul byte in apb_log_enable_read outputRasmus Villemoes1-1/+1
2021-01-26greybus: es2: drop short control-transfer checksJohan Hovold1-7/+2
2021-01-05greybus: remove h from printk format specifierTom Rix1-3/+3
2020-09-04drivers/greybus: Use kobj_to_dev()Wang Qing1-3/+3
2020-07-29greybus: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-05-13greybus: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-04-29greybus: fix typos in GREYBUS/GREYBUS_ES2 help textZenyu Sy1-3/+3
2019-10-10greybus: remove excessive check in gb_connection_hd_cport_quiesce()Denis Efremov1-3/+0
2019-08-27staging: greybus: move es2 to drivers/greybus/Greg Kroah-Hartman4-0/+1551
2019-08-27staging: greybus: move the greybus core to drivers/greybusGreg Kroah-Hartman15-0/+7839