aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-1/+1
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+1
2025-07-16staging: greybus: gbphy: fix up const issue with the match callbackGreg Kroah-Hartman1-3/+3
2025-07-15staging: greybus: power_supply fix alignmentAkhil Varkey1-7/+7
2025-07-15staging: greybus: Documentation: firmware: Move logical AND to previous lineAbhinav Krishna C K1-2/+2
2025-07-15staging: greybus: Documentation: firmware.c: fix whitespace alignmentsSimon Chopin1-12/+12
2025-07-09debugfs_get_aux(): allow storing non-const void *Al Viro1-1/+1
2025-06-19staging: greybus: remove unnecessary GPIO line direction checkBartosz Golaszewski1-6/+0
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)1-6/+1
2025-04-15staging: greybus: use new GPIO line value setter callbacksBartosz Golaszewski1-7/+9
2025-04-15staging: greybus: Check for string truncation instead of NUL-terminationThorsten Blum1-31/+17
2025-04-07staging: greybus: camera: fix code alignment warningErick Karanja1-2/+2
2025-03-20tty: staging/greybus: pass tty_driver flags to tty_alloc_driver()Jiri Slaby (SUSE)1-2/+2
2025-01-15greybus/camera - stop messing with ->d_inameAl Viro1-14/+3
2024-11-10staging: greybus: uart: Fix atomicity violation in get_serial_info()Qiu-ji Chen1-0/+2
2024-11-04staging: greybus: gpio: use gpiochip_get_dataRosen Penev1-19/+14
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos2-2/+2
2024-09-11Revert "staging: greybus: Fix capitalization and punctuation inconsistencies"Johan Hovold5-48/+48
2024-09-03staging: greybus: Fix capitalization and punctuation inconsistenciesSteven Davis5-48/+48
2024-09-03staging: greybus: spi: switch to use spi_alloc_host()Yang Yingliang1-3/+3
2024-08-13greybus: camera-gb: Fix a alignment bug on gb_camera_ops()Thais-ra1-2/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2024-07-19Merge tag 'staging-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds20-6/+19
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-24staging: greybus: add missing MODULE_DESCRIPTION() macrosJeff Johnson19-0/+19
2024-06-11gpiolib: Remove data-less gpiochip_add() functionAndrew Davis1-1/+1
2024-06-04staging: greybus: audio: remove unused struct gb_mixer_controlDr. David Alan Gilbert1-6/+0
2024-04-09staging: greybus: change strncpy() to strscpy_pad()Arnd Bergmann1-7/+5
2024-04-09staging: greybus: Replace gcam macros with direct dev log callsJackson Chui1-31/+27
2024-04-09greybus: arche-ctrl: move device table to its right locationArnd Bergmann2-8/+2
2024-03-26greybus: lights: check return of get_channel_from_modeRui Miguel Silva1-1/+7
2024-03-25staging: greybus: Add blank line after struct declarationDorine Tipo1-0/+1
2024-03-25staging: greybus: Constify gb_audio_module_typeAyush Tiwari1-1/+1
2024-03-21Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds14-58/+51
2024-03-14Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/ledsLinus Torvalds2-22/+1
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-33/+33
2024-03-07staging: greybus: Replaces directive __attribute__((packed)) by __packed as suggested by checkpatchJonathan Bergh1-4/+4
2024-03-07staging: greybus: Replace __attribute__((packed)) by __packed in various instancesJonathan Bergh1-3/+3
2024-03-07leds: Make flash and multicolor dependencies unconditionalArnd Bergmann2-22/+1
2024-03-05greybus: Avoid fake flexible array for response dataKees Cook2-8/+8
2024-03-05staging: greybus: fix get_channel_from_mode() failure pathDan Carpenter1-4/+4
2024-03-05staging: greybus: Remove redundant variable 'mask'Colin Ian King1-3/+0
2024-03-05greybus: audio: apbridgea: Remove flexible array from struct audio_apbridgea_hdrErick Archer1-1/+0
2024-02-22staging: greybus: pwm: Make use of devm_pwmchip_alloc() functionUwe Kleine-König1-18/+15
2024-02-22staging: greybus: pwm: Rework how the number of PWM lines is determinedUwe Kleine-König1-10/+13
2024-02-22staging: greybus: pwm: Drop unused gb_connection_set_data()Uwe Kleine-König1-1/+0
2024-02-22staging: greybus: pwm: Rely on pwm framework to pass a valid hwpwmUwe Kleine-König1-18/+0
2024-02-22staging: greybus: pwm: Make use of pwmchip_parent() accessorUwe Kleine-König1-7/+7
2024-02-22staging: greybus: pwm: Change prototype of helpers to prepare further changesUwe Kleine-König1-31/+29