aboutsummaryrefslogtreecommitdiff
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...Gravatar Linus Torvalds 8-24/+53
2024-03-07greybus: move is_gb_* functions out of greybus.hGravatar Ricardo B. Marliere 1-0/+30
2024-03-07greybus: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 3-17/+16
2024-03-06greybus: constify the struct device_type usageGravatar Ricardo B. Marliere 6-6/+6
2024-03-06greybus: make greybus_bus_type constGravatar Greg Kroah-Hartman 1-1/+1
2024-01-27treewide, serdev: change receive_buf() return type to size_tGravatar Francesco Dolcini 1-3/+3
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+3
2023-12-17greybus: gb-beagleplay: Remove use of pad bytesGravatar Ayush Singh 1-15/+43
2023-12-11Merge 6.7-rc5 into tty-nextGravatar Greg Kroah-Hartman 1-0/+1
2023-12-08tty: serdev: convert to u8 and size_tGravatar Jiri Slaby (SUSE) 1-2/+3
2023-12-05Revert "greybus: gb-beagleplay: Ensure le for values in transport"Gravatar Greg Kroah-Hartman 1-5/+4
2023-12-04greybus: gb-beagleplay: Ensure le for values in transportGravatar Ayush Singh 1-4/+5
2023-12-04greybus: BeaglePlay driver needs CRC_CCITTGravatar Randy Dunlap 1-0/+1
2023-10-27greybus: Add BeaglePlay Linux DriverGravatar Ayush Singh 3-0/+513
2023-05-08greybus: Use alloc_ordered_workqueue() to create ordered workqueuesGravatar Tejun Heo 2-3/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-7/+7
2022-11-10greybus: svc: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+2
2022-02-04greybus: svc: clean up link configuration hack at helloGravatar Johan Hovold 1-5/+8
2022-02-04greybus: svc: clean up hello error pathGravatar Johan Hovold 1-2/+3
2022-02-04greybus: svc: fix an error handling bug in gb_svc_hello()Gravatar Dan Carpenter 1-1/+7
2021-12-21greybus: es2: fix typo in a commentGravatar Jason Wang 1-1/+1
2021-04-16greybus: es2: fix kernel-doc warningsGravatar Randy Dunlap 1-3/+3
2021-04-02greybus: remove stray nul byte in apb_log_enable_read outputGravatar Rasmus Villemoes 1-1/+1
2021-01-26greybus: es2: drop short control-transfer checksGravatar Johan Hovold 1-7/+2
2021-01-05greybus: remove h from printk format specifierGravatar Tom Rix 1-3/+3
2020-09-04drivers/greybus: Use kobj_to_dev()Gravatar Wang Qing 1-3/+3
2020-07-29greybus: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-2/+2
2020-05-13greybus: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-04-29greybus: fix typos in GREYBUS/GREYBUS_ES2 help textGravatar Zenyu Sy 1-3/+3
2019-10-10greybus: remove excessive check in gb_connection_hd_cport_quiesce()Gravatar Denis Efremov 1-3/+0
2019-08-27staging: greybus: move es2 to drivers/greybus/Gravatar Greg Kroah-Hartman 4-0/+1551
2019-08-27staging: greybus: move the greybus core to drivers/greybusGravatar Greg Kroah-Hartman 15-0/+7839