summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
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-01-24staging: greybus: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET8-34/+31
2024-01-24staging: greybus: gbphy: make gbphy_bus_type constGreg Kroah-Hartman1-1/+1
2024-01-18staging: greybus: Don't let i2c adapters declare I2C_CLASS_SPD support if the...Heiner Kallweit1-1/+1
2023-11-10Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-10-25staging: greybus: bootrom: fixed prefer using ftrace warningNandha Kumar Singaram1-2/+0
2023-10-25staging: greybus: camera: Modify lines end with a '('Nandha Kumar Singaram1-2/+1
2023-10-25staging: greybus: camera: Alignment should match open parenthesisNandha Kumar Singaram1-5/+5
2023-10-17staging: greybus: Modify lines end with a '('Nandha Kumar Singaram1-4/+3
2023-10-15staging: greybus: Add __counted_by for struct apr_rx_buf and use struct_size()Gustavo A. R. Silva1-2/+2
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König1-1/+0
2023-10-06staging: greybus: fw-management: make fw_mgmt_class constantGreg Kroah-Hartman1-8/+11
2023-10-06staging: greybus: authentication: make cap_class constantGreg Kroah-Hartman1-8/+11
2023-10-06staging: greybus: raw: make raw_class constantGreg Kroah-Hartman1-9/+10
2023-09-08Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+1
2023-09-01Merge tag 'staging-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2023-08-22staging: greybus: fix alignment of open parenthesisRohit Chavan1-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-07-27staging: Explicitly include correct DT includesRob Herring1-0/+1
2023-07-27staging: greybus: pwm: Drop unused member from driver structUwe Kleine-König1-1/+0
2023-07-21staging: greybus: pwm: Consistently name pwm_chip variables "chip"Uwe Kleine-König1-6/+6
2023-07-20staging: greybus: Avoid abusing controls_rwsemTakashi Iwai2-11/+8
2023-07-20staging: greybus: audio_helper: Use snd_ctl_remove_id()Takashi Iwai1-16/+4
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-5/+3
2023-04-27Merge tag 'staging-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-1431/+38
2023-04-15staging: greybus: drop loopback test filesGreg Kroah-Hartman6-1391/+0
2023-04-03staging: greybus: arche: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-03staging: greybus: arche-apb-ctrl: Convert to platform remove callback returni...Uwe Kleine-König1-4/+2
2023-03-26staging: greybus: Inline pwm_chip_to_gb_pwm_chip()Sumitra Sharma1-2/+5
2023-03-25staging: greybus: Inline gb_audio_manager_module()Sumitra Sharma1-2/+5
2023-03-25staging: greybus: Inline gpio_chip_to_gb_gpio_controller()Sumitra Sharma1-2/+5
2023-03-25staging: greybus: remove unnecessary blank lineMenna Mahmoud2-2/+0
2023-03-22staging: greybus: fix line ending with '('Khadija Kamran1-3/+2
2023-03-22Staging: greybus: Fix lines ending with '('Sumitra Sharma1-22/+18
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman3-3/+3
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman2-2/+0
2023-03-11staging: Replace all spi->chip_select and spi->cs_gpiod references with funct...Amit Kumar Mahapatra1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+7
2023-02-24Merge tag 'staging-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+6
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires1-1/+1
2023-02-06staging: greybus: hid: Constify lowlevel HID driverThomas Weißschuh1-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-7/+7
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-2/+2
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-1/+1