aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
9 daysmedia: v4l: subdev: Switch to stream-aware state functionsSakari Ailus22-58/+46
9 daysmedia: ti: omap4iss: Fix references to pad configLaurent Pinchart4-15/+15
9 daysmedia: tegra-video: Use accessors for pad config 'try_*' fieldsLaurent Pinchart1-6/+8
9 daysmedia: atomisp: Use accessors for pad config 'try_*' fieldsLaurent Pinchart4-4/+4
9 daysmedia: atmel-isc: Use accessors for pad config 'try_*' fieldsLaurent Pinchart1-4/+6
10 daysmedia: rkvdec: Hook the (TRY_)DECODER_CMD stateless ioctlsPaul Kocialkowski1-0/+3
10 daysmedia: cedrus: Update TODO with future rework plansPaul Kocialkowski1-7/+16
10 daysmedia: staging: media: tegra-video: Convert to platform remove callback retur...Uwe Kleine-König3-12/+6
10 daysmedia: drop CONFIG_MEDIA_CONTROLLER_REQUEST_APIHans Verkuil2-2/+0
10 daysmedia: cedrus: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2-4/+14
10 daysmedia: meson: vdec: Stop direct calls to queue num_buffers fieldBenjamin Gaignard1-6/+7
10 daysmedia: imx: Stop direct calls to queue num_buffers fieldBenjamin Gaignard1-3/+4
10 daysmedia: atomisp: Stop direct calls to queue num_buffers fieldBenjamin Gaignard1-1/+1
10 daysmedia: atomisp: Use vb2_get_buffer() instead of directly access to buffers arrayBenjamin Gaignard1-1/+1
2023-11-16media: staging: media: starfive: camss: Add TODO fileJack Zhu1-0/+4
2023-11-16media: staging: media: starfive: camss: Register devicesJack Zhu1-1/+96
2023-11-16media: staging: media: starfive: camss: Add interrupt handlingJack Zhu1-0/+21
2023-11-16media: staging: media: starfive: camss: Add capture driverJack Zhu4-0/+692
2023-11-16media: staging: media: starfive: camss: Add ISP driverJack Zhu5-0/+1260
2023-11-16media: staging: media: starfive: camss: Add video driverJack Zhu3-1/+674
2023-11-16media: staging: media: starfive: camss: Add core driverJack Zhu8-0/+485
2023-11-09Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-11-06Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds83-6926/+518
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds144-45190/+2643
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-795/+5
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-77/+28
2023-10-30Revert "staging: octeon: remove typedef in enum cvmx_spi_mode_t"Greg Kroah-Hartman1-3/+3
2023-10-30Revert "staging: octeon: remove typedef in enum cvmx_helper_interface_mode_t"Greg Kroah-Hartman2-5/+5
2023-10-30Revert "staging: octeon: remove typedef in enum cvmx_pow_wait_t"Greg Kroah-Hartman1-5/+5
2023-10-30Revert "staging: octeon: remove typedef in struct cvmx_pko_lock_t"Greg Kroah-Hartman1-4/+4
2023-10-30Revert "staging: octeon: remove typedef in enum cvmx_pko_status_t"Greg Kroah-Hartman1-3/+3
2023-10-30Revert "staging: octeon: remove typedef in structs cvmx_pip_port_status_t and...Greg Kroah-Hartman2-8/+8
2023-10-27staging: vt6655: Type encoding info dropped from variable name "byRxRate"Pavan Bobba2-8/+8
2023-10-27staging: vt6655: Type encoding info dropped from function name "CARDbUpdateTSF"Pavan Bobba3-3/+3
2023-10-27staging: vt6655: Type encoding info dropped from function name "CARDvSetRSPINF"Pavan Bobba2-4/+4
2023-10-27staging: vt6655: Type encoding info dropped from function name "CARDbyGetPktT...Pavan Bobba2-3/+3
2023-10-27staging: vt6655: Type encoding info dropped from variable name "byPacketType"Pavan Bobba3-3/+3
2023-10-27staging: vt6655: Type encoding info dropped from function name "CARDbSetPhyPa...Pavan Bobba3-4/+4
2023-10-27staging: vt6655: Type encoding info dropped from variable name "pbyRsvTime"Pavan Bobba1-18/+18
2023-10-27staging: vt6655: Type encoding info dropped from variable name "pbyTxRate"Pavan Bobba1-18/+18
2023-10-27staging: vt6655: Type encoding info dropped from function name "s_vCalculateO...Pavan Bobba1-10/+10
2023-10-27staging: vt6655: Type encoding info dropped from array name "cwRXBCNTSFOff"Pavan Bobba1-2/+2
2023-10-27staging: fbtft: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-27staging: olpc_dcon: Remove I2C_CLASS_DDC supportHeiner Kallweit1-1/+1
2023-10-27staging: vc04_services: use snprintf instead of sprintfRicardo B. Marliere2-9/+9
2023-10-27staging: rtl8192e: Fix line break issue at priv->rx_buf[priv->rx_idx]Philipp Hortmann1-2/+1
2023-10-27staging: rtl8192e: Remove unused constants starting with MAX_RX_QUEUEPhilipp Hortmann6-68/+1
2023-10-27staging: rtl8192e: Convert array rx_idx[] to variable rx_idxPhilipp Hortmann2-12/+8
2023-10-27staging: rtl8192e: Convert array rx_ring_dma[] to variable rx_ring_dmaPhilipp Hortmann3-4/+4
2023-10-27staging: rtl8192e: Convert array rx_buf[][] to array rx_buf[]Philipp Hortmann2-5/+5

Privacy Policy