summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2023-06-19staging: rtl8192e: Rename variable LeisurePSLeaveYogesh Hegde
2023-06-19staging: rtl8192e: Rename variable SetBWModeHandlerYogesh Hegde
2023-06-19staging: rtl8192e: Rename variable SetWirelessModeYogesh Hegde
2023-06-19staging: rtl8192e: Rename RTLLIB_LINKED_SCANNINGPhilipp Hortmann
2023-06-19staging: rtl8192e: Rename RTLLIB_LINKED to MAC80211_LINKEDPhilipp Hortmann
2023-06-19staging: rtl8192e: Rename RTLLIB_NOLINK to MAC80211_NOLINKPhilipp Hortmann
2023-06-19staging: rtl8192e: Rename state to link_statePhilipp Hortmann
2023-06-19staging: rtl8192e: Rename rtllib_state to rtl_link_statePhilipp Hortmann
2023-06-19staging: rtl8192e: Remove unused enum led_ctl_modePhilipp Hortmann
2023-06-19staging: rtl8192e: Rename constant IEEE_x to WIRELESS_MODE_xPhilipp Hortmann
2023-06-19staging: rtl8192e: Remove unsupported modes IEEE_N_5G and IEEE_APhilipp Hortmann
2023-06-19staging: rtl8192e: Remove variable stats->freq as it is constantPhilipp Hortmann
2023-06-19staging: rtl8192e: Add missing entry CFG80211 in KconfigPhilipp Hortmann
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie
2023-06-17Merge tag 'staging-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-17axis-fifo: remove the unnecessary dev_info()Prathu Baronia
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-06-15staging: rtl8192e: Use standard api to calculate channel to frequencyPhilipp Hortmann
2023-06-15staging: rtl8192e: Use standard api to calculate frequency to channelPhilipp Hortmann
2023-06-15staging: rtl8192e: Add cfg80211.h and remove defined variablesPhilipp Hortmann
2023-06-15staging: rtl8192e: remove blank linesMichael Straube
2023-06-15Staging: rts5208: rtsx: Removed new line in else and else ifDeepanshu Kartikey
2023-06-09media: atomisp: csi2-bridge: Add support for setting "clock-" and "link-frequ...Hans de Goede
2023-06-09media: atomisp: Add testing instructions to TODO fileHans de Goede
2023-06-09media: atomisp: ov2680: Rename unknown/0x370a to sensor_ctrl_0aHans de Goede
2023-06-09media: atomisp: ov2680: Remove unnecessary registers from ov2680_global_setti...Hans de Goede
2023-06-09media: atomisp: ov2680: Stop using half pixelclock for binned modesHans de Goede
2023-06-09media: atomisp: Stop resetting selected input to 0 between /dev/video# opensHans de Goede
2023-06-09media: atomisp: Fix binning check in atomisp_set_crop()Hans de Goede
2023-06-09media: atomisp: Make atomisp_enum_framesizes_crop() check resolution fits wit...Hans de Goede
2023-06-09media: atomisp: Take minimum padding requirement on BYT/ISP2400 into accountHans de Goede
2023-06-09media: atomisp: csi2-bridge: Set PMC clk-rate for sensors to 19.2 MHzHans de Goede
2023-06-09media: atomisp: Add enum_framesizes function for sensors with selection / cro...Hans de Goede
2023-06-09media: atomisp: Set crop before setting fmtHans de Goede
2023-06-09media: atomisp: Use selection API info to determine sensor paddingHans de Goede
2023-06-09media: atomisp: Make atomisp_init_sensor() check if the sensor supports binningHans de Goede
2023-06-09media: atomisp: Pass MEDIA_BUS_FMT_* code when calling enum_frame_size pad-opHans de Goede
2023-06-09media: atomisp: Add support for sensors which implement selection API / croppingHans de Goede
2023-06-09media: atomisp: Refactor atomisp_try_fmt() / atomisp_set_fmt()Hans de Goede
2023-06-09media: atomisp: Add ia_css_frame_pad_width() helper functionHans de Goede
2023-06-09media: atomisp: Add input helper variable for isp->asd->inputs[asd->input_curr]Hans de Goede
2023-06-09media: atomisp: Remove bogus fh use from atomisp_set_fmt*()Hans de Goede
2023-06-09media: atomisp: Add target validation to atomisp_subdev_set_selection()Hans de Goede
2023-06-09media: atomisp: Simplify atomisp_subdev_set_selection() calls in atomisp_set_...Hans de Goede
2023-06-09media: atomisp: Remove redundant atomisp_subdev_set_selection() calls from at...Hans de Goede
2023-06-09media: atomisp: Remove a bunch of sensor related custom IOCTLsHans de Goede
2023-06-09media: atomisp: ov2680: Implement selection supportHans de Goede
2023-06-09media: atomisp: ov2680: Add init_cfg pad-opHans de Goede
2023-06-09media: atomisp: ov2680: Add missing ov2680_calc_mode() call to probe()Hans de Goede
2023-06-09media: atomisp: ov2680: s/input_lock/lock/Hans de Goede