summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-1487/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-9/+6
2023-04-27Merge tag 'staging-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds86-3762/+894
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2-2/+2
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2023-04-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2023-04-26Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
2023-04-26Merge tag 'media/v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds41-3375/+1174
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-2/+2
2023-04-20staging: rtl8192e: Fix W_DISABLE# does not work after stop/startPhilipp Hortmann1-0/+1
2023-04-20staging: rtl8192e: Remove unchanged variables bfsync_processing and morePhilipp Hortmann3-4/+0
2023-04-20staging: rtl8192e: Remove unchanged variable frame_sync_monitorPhilipp Hortmann2-45/+30
2023-04-20staging: rtl8192e: Remove unchanged variable chan_forcedPhilipp Hortmann2-5/+0
2023-04-20staging: rtl8192e: Remove set to true while true of bfirst_after_downPhilipp Hortmann1-3/+1
2023-04-20staging: rtl8192e: Remove second initialization of bActuallySetPhilipp Hortmann1-2/+0
2023-04-20staging: rtl8192e: Remove unused macro RT_SET_PS_LEVELPhilipp Hortmann1-1/+0
2023-04-20staging: rtl8192e: Remove unused function rtl92e_disable_nicPhilipp Hortmann2-17/+0
2023-04-20staging: rtl8192e: Remove unchanged variable RegRfPsLevelPhilipp Hortmann2-9/+1
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-1/+1
2023-04-15staging: rtl8172: Add blank lines after declarationsSrihari S1-0/+1
2023-04-15staging: rtl8192e: Remove unused variable RF_TypePhilipp Hortmann1-1/+0
2023-04-15staging: rtl8192e: Remove one of two checks for hardware RTL8192SEPhilipp Hortmann1-6/+0
2023-04-15staging: rtl8192e: Remove unused function _rtl92e_dm_init_wa_broadcom_iotPhilipp Hortmann2-14/+0
2023-04-15staging: rtl8192e: Remove macro IS_HARDWARE_TYPE_8192SEPhilipp Hortmann2-9/+1
2023-04-15staging: greybus: drop loopback test filesGreg Kroah-Hartman6-1391/+0
2023-04-15media: atomisp: gmin_platform: Add Lenovo Ideapad Miix 310 gmin_varsHans de Goede1-0/+19
2023-04-15media: atomisp: gmin_platform: Make DMI quirks take precedence over the _DSM ...Hans de Goede1-19/+11
2023-04-15media: atomisp: Remove struct atomisp_sub_device index fieldHans de Goede4-37/+11
2023-04-15media: atomisp: Drop support for streaming from 2 sensors at onceHans de Goede8-305/+148
2023-04-15media: atomisp: Remove atomisp_try_fmt() call from atomisp_set_fmt()Hans de Goede1-50/+6
2023-04-15media: atomisp: Remove unused ATOM_ISP_MAX_WIDTH_TMP and ATOM_ISP_MAX_HEIGHT_TMPHans de Goede1-3/+0
2023-04-15media: atomisp: Remove snr_mbus_fmt local var from atomisp_try_fmt()Hans de Goede1-18/+15
2023-04-15media: atomisp: Remove custom V4L2_CID_FMT_AUTO controlHans de Goede5-24/+2
2023-04-15media: atomisp: Remove continuous mode related code from atomisp_set_fmt()Hans de Goede1-83/+1
2023-04-15media: atomisp: Remove duplicate atomisp_[start|stop]_streaming() prototypesHans de Goede1-3/+0
2023-04-15media: atomisp: gc0310: Switch over to ACPI powermanagementHans de Goede2-189/+50
2023-04-15media: atomisp: gc0310: Use devm_kzalloc() for data structHans de Goede1-9/+3
2023-04-15media: atomisp: gc0310: Add runtime-pm supportHans de Goede2-40/+53
2023-04-15media: atomisp: gc0310: Delay power-on till streaming is startedHans de Goede1-58/+29
2023-04-15media: atomisp: gc0310: Modernize and simply set_fmt(), get_fmt(), etc.Hans de Goede2-150/+49
2023-04-15media: atomisp: gc0310: Add error_unlock label to s_stream()Hans de Goede1-16/+12
2023-04-15media: atomisp: gc0310: Add exposure and gain controlsHans de Goede2-14/+82
2023-04-15media: atomisp: gc0310: Drop custom ATOMISP_IOC_S_EXPOSURE supportHans de Goede1-99/+0
2023-04-15media: atomisp: gc0310: Remove read-only exposure controlHans de Goede1-57/+1
2023-04-15media: atomisp: gc0310: Remove non working flip-controlsHans de Goede1-45/+0
2023-04-15media: atomisp: gc0310: Replace custom reg access functions with smbus helpersHans de Goede2-123/+26
2023-04-15media: atomisp: gc0310: Remove enum gc0310_tok_typeHans de Goede2-207/+167
2023-04-15media: atomisp: gc0310: Simplify gc0310_write_reg_array()Hans de Goede2-96/+3
2023-04-15media: atomisp: gc0310: Remove GC0310_TOK_*Hans de Goede2-35/+21