summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2025-05-28Merge tag 'media/v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-15media: rkvdec: h264: Support High 10 and 4:2:2 profilesJonas Karlman
2025-05-15media: rkvdec: Add get_image_fmt opsJonas Karlman
2025-05-15media: rkvdec: Initialize the m2m context before the controlsNicolas Dufresne
2025-05-15media: rkvdec: h264: Limit minimum profile to constrained baselineSebastian Fricke
2025-05-10Merge tag 'staging-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-05-05media: atomisp: Remove atomisp-mt9m114 driverHans de Goede
2025-05-05media: atomisp: Add support for sensors with a separate ISP v4l2_subdevHans de Goede
2025-05-05media: atomisp: Avoid deadlock with sensor subdevs with state_lock setHans de Goede
2025-05-05media: atomisp: Rename camera to sensorHans de Goede
2025-05-05media: atomisp: Remove compat ioctl32 header fileHardevsinh Palaniya
2025-05-05media: atomisp: gmin: Fix indentation to use TAB instead of spacesThomas Andreatta
2025-05-05media: atomisp: gmin: Remove duplicate NULL testAbraham Samuel Adekunle
2025-05-05media: atomisp: Fix indentation to use TAB instead of spacesGabriel Shahrouzi
2025-05-05media: atomisp: Fix spelling error in ia_css_sdis2_types.hLiu Jing
2025-05-05media: atomisp: Use the actual value of the enum instead of the enumRicardo Ribalda
2025-05-05media: atomisp: Avoid picking too big sensor resolutionHans de Goede
2025-05-05media: atomisp: gmin: Remove GPIO driven regulator supportHans de Goede
2025-05-05media: atomisp: Remove gmin_platform Asus T100TA quirksHans de Goede
2025-04-30media: staging: atomisp/starfive: use (t,l)/wxh format for rectangleHans Verkuil
2025-04-25staging: axis-fifo: Remove hardware resets for user errorsGabriel Shahrouzi
2025-04-25staging: axis-fifo: Correct handling of tx_fifo_depth for size validationGabriel Shahrouzi
2025-04-25staging: bcm2835-camera: Initialise dev in v4l2_devDave Stevenson
2025-04-25media: atomisp: Fix Wformat-truncation warningRicardo Ribalda
2025-04-18staging: iio: adc: ad7816: Correct conditional logic for store modeGabriel Shahrouzi
2025-04-08media: rkvdec: Fix frame size enumerationJonas Karlman
2025-04-08media: rkvdec: Add image format conceptJonas Karlman
2025-04-08media: rkvdec: Extract decoded format enumeration into helperJonas Karlman
2025-04-08media: rkvdec: Move rkvdec_reset_decoded_fmt helperJonas Karlman
2025-04-08media: rkvdec: Extract rkvdec_fill_decoded_pixfmt into helperJonas Karlman
2025-04-08media: rkvdec: h264: Don't hardcode SPS/PPS parametersAlex Bee
2025-04-08media: rkvdec: h264: Use bytesperline and buffer height as virstrideJonas Karlman
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-04-02Merge tag 'staging-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-03-25Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-20tty: staging/greybus: pass tty_driver flags to tty_alloc_driver()Jiri Slaby (SUSE)
2025-03-20staging: rtl8723bs: fixed a unnecessary parentheses coding style issueDavid Zalman
2025-03-20staging: vchiq_arm: Improve initial VCHIQ connectStefan Wahren
2025-03-20staging: vchiq_arm: Create keep-alive thread during probeStefan Wahren
2025-03-20staging: vchiq_arm: Stop kthreads if vchiq cdev register failsStefan Wahren
2025-03-20staging: vchiq_arm: Fix possible NPR of keep-alive threadStefan Wahren
2025-03-20staging: vchiq_arm: Register debugfs after cdevStefan Wahren
2025-03-20staging: vchiq_arm: Don't use %pK through printkThomas Weißschuh
2025-03-20staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES谢致邦 (XIE Zhibang)