summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: Replace gcam macros with direct dev log callsJackson Chui2024-04-091-31/+27
* greybus: arche-ctrl: move device table to its right locationArnd Bergmann2024-04-092-8/+2
* greybus: lights: check return of get_channel_from_modeRui Miguel Silva2024-03-261-1/+7
* staging: greybus: Add blank line after struct declarationDorine Tipo2024-03-251-0/+1
* staging: greybus: Constify gb_audio_module_typeAyush Tiwari2024-03-251-1/+1
* Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-2114-58/+51
|\
| * staging: greybus: Replaces directive __attribute__((packed)) by __packed as s...Jonathan Bergh2024-03-071-4/+4
| * staging: greybus: Replace __attribute__((packed)) by __packed in various inst...Jonathan Bergh2024-03-071-3/+3
| * greybus: Avoid fake flexible array for response dataKees Cook2024-03-052-8/+8
| * staging: greybus: fix get_channel_from_mode() failure pathDan Carpenter2024-03-051-4/+4
| * staging: greybus: Remove redundant variable 'mask'Colin Ian King2024-03-051-3/+0
| * greybus: audio: apbridgea: Remove flexible array from struct audio_apbridgea_hdrErick Archer2024-03-051-1/+0
| * staging: greybus: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-248-34/+31
| * staging: greybus: gbphy: make gbphy_bus_type constGreg Kroah-Hartman2024-01-241-1/+1
* | Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-03-142-22/+1
|\ \
| * | leds: Make flash and multicolor dependencies unconditionalArnd Bergmann2024-03-072-22/+1
| |/
* | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2024-03-131-33/+33
|\ \
| * | staging: greybus: spi: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-33/+33
| |/
* | staging: greybus: pwm: Make use of devm_pwmchip_alloc() functionUwe Kleine-König2024-02-221-18/+15
* | staging: greybus: pwm: Rework how the number of PWM lines is determinedUwe Kleine-König2024-02-221-10/+13
* | staging: greybus: pwm: Drop unused gb_connection_set_data()Uwe Kleine-König2024-02-221-1/+0
* | staging: greybus: pwm: Rely on pwm framework to pass a valid hwpwmUwe Kleine-König2024-02-221-18/+0
* | staging: greybus: pwm: Make use of pwmchip_parent() accessorUwe Kleine-König2024-02-221-7/+7
* | staging: greybus: pwm: Change prototype of helpers to prepare further changesUwe Kleine-König2024-02-221-31/+29
|/
* staging: greybus: Don't let i2c adapters declare I2C_CLASS_SPD support if the...Heiner Kallweit2024-01-181-1/+1
* Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-091-1/+0
|\
| * pwm: Manage owner assignment implicitly for driversUwe Kleine-König2023-10-131-1/+0
* | staging: greybus: bootrom: fixed prefer using ftrace warningNandha Kumar Singaram2023-10-251-2/+0
* | staging: greybus: camera: Modify lines end with a '('Nandha Kumar Singaram2023-10-251-2/+1
* | staging: greybus: camera: Alignment should match open parenthesisNandha Kumar Singaram2023-10-251-5/+5
* | staging: greybus: Modify lines end with a '('Nandha Kumar Singaram2023-10-171-4/+3
* | staging: greybus: Add __counted_by for struct apr_rx_buf and use struct_size()Gustavo A. R. Silva2023-10-151-2/+2
* | staging: greybus: fw-management: make fw_mgmt_class constantGreg Kroah-Hartman2023-10-061-8/+11
* | staging: greybus: authentication: make cap_class constantGreg Kroah-Hartman2023-10-061-8/+11
* | staging: greybus: raw: make raw_class constantGreg Kroah-Hartman2023-10-061-9/+10
|/
* Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-071-6/+6
|\
| * staging: greybus: pwm: Consistently name pwm_chip variables "chip"Uwe Kleine-König2023-07-211-6/+6
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-2/+1
|\ \
| * | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+1
| * | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
| |/
* | Merge tag 'staging-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-013-3/+3
|\ \
| * | staging: greybus: fix alignment of open parenthesisRohit Chavan2023-08-221-2/+2
| * | staging: Explicitly include correct DT includesRob Herring2023-07-271-0/+1
| * | staging: greybus: pwm: Drop unused member from driver structUwe Kleine-König2023-07-271-1/+0
| |/
* | staging: greybus: Avoid abusing controls_rwsemTakashi Iwai2023-07-202-11/+8
* | staging: greybus: audio_helper: Use snd_ctl_remove_id()Takashi Iwai2023-07-201-16/+4
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-275-5/+3
|\
| * driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-173-3/+3
| * drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-172-2/+0
* | Merge tag 'staging-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-2713-1431/+38
|\ \