summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorLines
2025-06-30staging: rtl8723bs: place constant to right of logical testBryant Boatright-1/+1
2025-06-30staging: gpib: fix unset padding field copy back to userspaceColin Ian King-1/+1
2025-06-30staging: sm750fb: remove function pointer proc_setBLANKKisub Choe-5/+7
2025-06-30Merge 6.16-rc4 into staging-nextGreg Kroah-Hartman-30/+14
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman-30/+14
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-2/+4
2025-06-20media: imx: fix a potential memory leak in imx_media_csc_scaler_device_init()Haoxiang Li-1/+1
2025-06-20media: rkvdec: Restore iommu addresses on errorsNicolas Dufresne-7/+37
2025-06-20media: cedrus: Add support for additional output formatsJernej Skrabec-1/+36
2025-06-19staging: rtl8723bs: Avoid memset() in aes_cipher() and aes_decipher()Nathan Chancellor-30/+14
2025-06-19staging: gpib: hp_82341: Replace manual comparison with min/max macroYuesong Li-8/+2
2025-06-19staging: sm750fb: rename 'hwCursor'Kisub Choe-2/+2
2025-06-19staging: rtl8723bs: remove some 5 GHz codeMichael Straube-28/+8
2025-06-19staging: rtl8723bs: remove return from void functionMichael Straube-5/+1
2025-06-19staging: greybus: remove unnecessary GPIO line direction checkBartosz Golaszewski-6/+0
2025-06-19staging: gpib: Add bit and byte padding to ioctl structsDave Penkler-1/+5
2025-06-19staging: gpib: Use standard size basic uapi typesDave Penkler-53/+53
2025-06-19staging: gpib: Add local include file for commandsDave Penkler-0/+113
2025-06-19staging: gpib: Remove unneeded enums and functionsDave Penkler-198/+0
2025-06-19staging: gpib: Update TODODave Penkler-1/+4
2025-06-19staging: vme: vme_user: fix up const issue in vme_bus_match()Greg Kroah-Hartman-1/+1
2025-06-19staging: rtl8723bs: Align next line to open parentheses in core/rtw_xmit.cMilos Puric-1/+1
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)-6/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-21/+25
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-72/+87
2025-06-06Merge tag 'staging-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2611/+1590
2025-05-28Merge tag 'media/v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-3879/+363
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-72/+87
2025-05-21staging: iio: ad5933: Correct settling cycles encoding per datasheetGabriel Shahrouzi-1/+1
2025-05-21iio: frequency: ad9832: Remove unused parameter from data documentationGabriel Shahrouzi-1/+0
2025-05-21iio: frequency: ad9832: Use FIELD_PREP macro to set bit fieldsSiddharth Menon-44/+48
2025-05-21staging: rtl8723bs: remove unnecessary braces for single statement blocksDavid Tadokoro-8/+5
2025-05-21staging: rtl8723bs: Removed multiple blank lines of rtw_pwrctrl.cRogério Fernandes Pereira-2/+0
2025-05-21staging: sm750fb: rename `hw_sm750le_setBLANK`Eric Florin-3/+3
2025-05-21staging: sm750fb: rename `hw_sm750_setBLANK`Eric Florin-3/+3
2025-05-21staging: sm750fb: rename `hw_sm750_setColReg`Eric Florin-5/+5
2025-05-21staging: sm750fb: rename `hw_sm750_crtc_setMode`Eric Florin-7/+7
2025-05-21staging: sm750fb: rename `hw_sm750_crtc_checkMode`Eric Florin-5/+5
2025-05-21staging: sm750fb: rename `hw_sm750_output_setMode`Eric Florin-7/+7
2025-05-21staging: sm750fb: rename `hw_sm750le_deWait`Eric Florin-3/+3
2025-05-21staging: sm750fb: rename `hw_sm750_deWait`Eric Florin-3/+3
2025-05-21staging: sm750fb: rename `hw_sm750_initAccel`Eric Florin-3/+3
2025-05-21staging: gpib: switch to kmalloc(sizeof(*status))Andreas Kleinbichler-1/+1
2025-05-21staging: gpib: Fix secondary address restrictionDave Penkler-1/+1
2025-05-21staging: gpib: Fix uapi include header guard nameDave Penkler-4/+3
2025-05-21staging: gpib: Avoid unused variable warningDave Penkler-3/+0
2025-05-21staging: gpib: Declare driver entry points staticDave Penkler-89/+47
2025-05-21staging: gpib: Fix PCMCIA config identifierDave Penkler-1/+1
2025-05-15media: rkvdec: h264: Support High 10 and 4:2:2 profilesJonas Karlman-18/+60