summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2023-09-09media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman1-1/+1
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 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds34-2568/+207
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-14/+6
2023-09-01Merge tag 'staging-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds62-941/+487
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-27/+12
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-6/+2
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-24/+24
2023-08-24Merge branch 'for-linus' into for-nextTakashi Iwai5-12/+46
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie5-12/+46
2023-08-22staging: rtl8192e: Annotate struct rtllib_txb with __counted_byKees Cook1-1/+1
2023-08-22staging: greybus: fix alignment of open parenthesisRohit Chavan1-2/+2
2023-08-22staging: sm750fb: fix sii164InitChip function nameAbdel Alkuor3-22/+22
2023-08-22staging: vme_user: fix check lines should not end with a '('Alexon Oliveira1-3/+2
2023-08-22staging: vme_user: fix check blank lines not necessaryAlexon Oliveira1-4/+0
2023-08-22staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie10-44/+29
2023-08-22staging: vt6655: replace camel case by snake casePavan Bobba1-3/+3
2023-08-22staging: rtl8192e: Remove unsupported mode IW_MODE_MESHPhilipp Hortmann2-16/+8
2023-08-22staging: rtl8192e: Remove unsupported mode IW_MODE_REPEATPhilipp Hortmann1-2/+0
2023-08-22staging: rtl8192e: Remove unused function rtllib_start_master_bss()Philipp Hortmann1-180/+0
2023-08-22staging: rtl8192e: Remove unsupported mode IW_MODE_MASTERPhilipp Hortmann8-44/+9
2023-08-22staging: vt6655: Change camel case variables to snake caseMingzai Sun1-3/+3
2023-08-22tty: gdm724x: use min_t() for size_t varable and a constantJiri Slaby (SUSE)1-3/+3
2023-08-14media: atomisp: Drop atomisp-ov2680 sensor driverHans de Goede4-1015/+0
2023-08-12staging: fieldbus: arcx-anybus: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-08-12staging: vme_user: fix alignment of open parenthesisAlexon Oliveira1-41/+42
2023-08-11tty: gdm724x: simplify gdm_tty_write()Jiri Slaby (SUSE)1-6/+1
2023-08-11tty: gdm724x: convert counts to size_tJiri Slaby (SUSE)1-6/+5
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2-4/+2
2023-08-10media: atomisp: csi2-bridge: Add support for VCM I2C-client instantiationHans de Goede1-2/+42
2023-08-10media: atomisp: csi2-bridge: Add dev_name() to acpi_handle_info() loggingHans de Goede1-17/+34
2023-08-10media: atomisp: csi2-bridge: Switch to new common ipu_bridge_init()Hans de Goede4-341/+63
2023-08-10media: atomisp: ov2680: Convert to new CCI register access helpersHans de Goede3-215/+119
2023-08-10staging: media: imx: Merge VIDEO_IMX_CSI into VIDEO_IMX_MEDIALaurent Pinchart2-18/+6
2023-08-10media: atomisp: Fix me->stages error checking in sh_css_sp_init_pipeline()Hans de Goede1-6/+8
2023-08-10media: atomisp: Fix smatch warnings caused by atomisp custom assert() usageHans de Goede2-19/+0
2023-08-10media: atomisp: Remove bogus asd == NULL checksHans de Goede2-27/+0
2023-08-10media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus9-19/+16
2023-08-09Staging: rtl8192e: Rename function RxBaInactTimeoutTree Davies3-3/+3
2023-08-09Staging: rtl8192e: Rename function TxBaInactTimeoutTree Davies3-3/+3
2023-08-09Staging: rtl8192e: Rename function BaSetupTimeOutTree Davies3-3/+3
2023-08-09Staging: rtl8192e: Rename function TsInitDelBATree Davies3-7/+7
2023-08-09Staging: rtl8192e: Rename function TsInitAddBATree Davies3-5/+5
2023-08-09staging: vme_user: fix check alignment should match open parenthesisAlexon Oliveira1-28/+18
2023-08-04staging: rtl8712: fix race conditionNam Cao2-1/+1
2023-08-04staging: fieldbus: arcx-anybus: Do not check 0 for platform_get_irq()Zhu Wang1-2/+2
2023-08-04staging: rtl8723bs: use is_broadcast_ether_addr() instead of memcmp()Yang Yingliang3-10/+5
2023-08-04staging: rtl8723bs: use is_zero_ether_addr() instead of memcmp()Yang Yingliang3-10/+8
2023-07-31Merge 6.5-rc4 into staging-nextGreg Kroah-Hartman5-12/+46