summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman3-3/+0
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds178-36187/+831
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 Torvalds71-2666/+1320
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-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+4
2023-02-22Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires1-1/+1
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-6683/+0
2023-02-16staging: r8188eu: Revert "staging: r8188eu: simplify rtw_get_ff_hwaddr"Martin Kaiser2-1/+38
2023-02-16staging: r8188eu: replace hand coded loop with list_for_each_entryMartin Kaiser1-12/+4
2023-02-16staging: r8188eu: merge _rtw_enqueue_cmd into its callerMartin Kaiser1-38/+9
2023-02-15Merge git://git.linuxtv.org/media_stage into media_treeMauro Carvalho Chehab137-15538/+831
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan3-4/+4
2023-02-09staging: rtl8192e: Use BIT() instead of << for bit field MSR_LINK_MASKPhilipp Hortmann1-1/+1
2023-02-09media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"Hans Verkuil30-12033/+2
2023-02-09media: Revert "media: av7110: move to staging/media/deprecated/saa7146"Hans Verkuil74-27/+11
2023-02-08Merge tag 'v6.2-rc7' into media_treeMauro Carvalho Chehab2-3/+3
2023-02-08staging: rtl8192e: Rename DM_RxPathSelTablePhilipp Hortmann2-31/+30
2023-02-08staging: rtl8192e: Rename diff_TH and disabledRFPhilipp Hortmann2-9/+9
2023-02-08staging: rtl8192e: Rename Enable, cck_Rx_path and SS_TH_lowPhilipp Hortmann2-10/+10
2023-02-08staging: rtl8192e: Rename RateAdaptiveTH.., VeryLowRSSI and WAIotTHValPhilipp Hortmann3-9/+9
2023-02-08staging: rtl8192e: Rename RxPathSelectio.., RateAdaptive.. and RateAdap..Philipp Hortmann3-12/+12
2023-02-08staging: rtl8192e: Rename OFDM_Table.., CCK_Table_.. and RxPathSelecti..Philipp Hortmann2-15/+15
2023-02-08staging: rtl8192e: Rename MacBlkCtrl and remove double definitionPhilipp Hortmann4-5/+3
2023-02-08staging: rtl8192e: Remove blank lines in r8192E_hw.h, rtl_core.h and ..Philipp Hortmann3-14/+2
2023-02-08staging: rtl8192e: Rename AcmHw_ViqEn, AcmHw_VoqEn and ANAPAR_FOR_8192PciEPhilipp Hortmann3-7/+7
2023-02-08staging: r8188eu: bagg_pkt parameter is not usedMartin Kaiser1-4/+4
2023-02-08staging: r8188eu: simplify rtw_get_ff_hwaddrMartin Kaiser2-38/+1
2023-02-08staging: r8188eu: simplify xmit_buf flagsMartin Kaiser3-25/+4
2023-02-08staging: r8188eu: xmit_buf's ff_hwaddr is not usedMartin Kaiser1-1/+0
2023-02-08staging: r8188eu: remove unused frametag definesMartin Kaiser1-7/+0
2023-02-08staging: r8188eu: simplify rtw_alloc_xmitframeMartin Kaiser1-23/+17
2023-02-08staging: r8188eu: merge do_queue_select into its only callerMartin Kaiser1-10/+1
2023-02-08media: imx: imx-media-fim: Replace macro icap_enabled() with functionBrent Pappas1-1/+4
2023-02-08media: meson: vdec: remove redundant if statementBenjamin Roszak1-2/+1
2023-02-08media: atomisp: pci: sh_css: Inline single invocation of macro STATS_ENABLED()Brent Pappas1-4/+3
2023-02-08media: atomisp: pci: hive_isp_css_common: host: vmem: Replace SUBWORD macros ...Brent Pappas1-6/+14
2023-02-08media: atomisp: pci: Replace bytes macros with functionsBrent Pappas1-15/+23
2023-02-08media: atomisp: ov2722: Power on sensor from set_fmt() callbackHans de Goede2-1/+13
2023-02-08media: atomisp: ov2722: Don't take the input_lock for try_fmt calls.Hans de Goede1-2/+1
2023-02-08media: atomisp: ov2722: Fix GPIO1 polarityHans de Goede1-4/+1
2023-02-08media: atomisp: ov2722: Call atomisp_gmin_remove_subdev() on probe failureHans de Goede1-0/+1
2023-02-08media: atomisp: ov2680: Switch over to ACPI powermanagementHans de Goede2-181/+53
2023-02-08media: atomisp: ov2680: Use devm_kzalloc() for sensor data structHans de Goede1-12/+4
2023-02-08media: atomisp: ov2680: Add dev local variable to probe()Hans de Goede1-4/+5
2023-02-08media: atomisp: ov2680: s/dev/sensor/Hans de Goede1-37/+37
2023-02-08media: atomisp: ov2680: Add runtime-pm supportHans de Goede2-22/+36
2023-02-08media: atomisp: ov2680: Delay power-on till streaming is startedHans de Goede1-61/+41
2023-02-08media: atomisp: ov2680: Cleanup includesHans de Goede1-15/+5