summaryrefslogtreecommitdiffstats
path: root/drivers/greybus
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-12/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-18/+17
2026-01-16greybus: Use bus methods for .probe() and .remove()Uwe Kleine-König-12/+10
2025-11-26greybus: gb-beagleplay: Fix timeout handling in bootloader functionsHaotian Zhang-6/+6
2025-11-26greybus: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-08-19greybus: svc: use string choice helpers instead of ternary operatorNai-Chen Cheng-1/+2
2025-07-01greybus: gb-beagleplay: remove unneeded calls to devm_gpiod_put()Bartosz Golaszewski-17/+8
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-02-20greybus: gb-beagleplay: Add error handling for gb_greybus_initWentao Liang-1/+3
2024-11-05greybus: Fix a typoChristophe JAILLET-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-12greybus: gb-beagleplay: Add firmware upload APIAyush Singh-13/+647
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2024-07-03greybus: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2024-05-04greybus: Fix use-after-free bug in gb_interface_release due to race condition.Sicong Huang-0/+1
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-24/+53
2024-03-07greybus: move is_gb_* functions out of greybus.hRicardo B. Marliere-0/+30
2024-03-07greybus: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-17/+16
2024-03-06greybus: constify the struct device_type usageRicardo B. Marliere-6/+6
2024-03-06greybus: make greybus_bus_type constGreg Kroah-Hartman-1/+1
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini-3/+3
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+3
2023-12-17greybus: gb-beagleplay: Remove use of pad bytesAyush Singh-15/+43
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman-0/+1
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)-2/+3
2023-12-05Revert "greybus: gb-beagleplay: Ensure le for values in transport"Greg Kroah-Hartman-5/+4
2023-12-04greybus: gb-beagleplay: Ensure le for values in transportAyush Singh-4/+5
2023-12-04greybus: BeaglePlay driver needs CRC_CCITTRandy Dunlap-0/+1
2023-10-27greybus: Add BeaglePlay Linux DriverAyush Singh-0/+513
2023-05-08greybus: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo-3/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-7/+7
2022-11-10greybus: svc: Use kstrtobool() instead of strtobool()Christophe JAILLET-1/+2
2022-02-04greybus: svc: clean up link configuration hack at helloJohan Hovold-5/+8
2022-02-04greybus: svc: clean up hello error pathJohan Hovold-2/+3
2022-02-04greybus: svc: fix an error handling bug in gb_svc_hello()Dan Carpenter-1/+7
2021-12-21greybus: es2: fix typo in a commentJason Wang-1/+1
2021-04-16greybus: es2: fix kernel-doc warningsRandy Dunlap-3/+3
2021-04-02greybus: remove stray nul byte in apb_log_enable_read outputRasmus Villemoes-1/+1
2021-01-26greybus: es2: drop short control-transfer checksJohan Hovold-7/+2
2021-01-05greybus: remove h from printk format specifierTom Rix-3/+3
2020-09-04drivers/greybus: Use kobj_to_dev()Wang Qing-3/+3
2020-07-29greybus: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-05-13greybus: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-04-29greybus: fix typos in GREYBUS/GREYBUS_ES2 help textZenyu Sy-3/+3
2019-10-10greybus: remove excessive check in gb_connection_hd_cport_quiesce()Denis Efremov-3/+0