summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2020-09-01media: omap: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-09-01media: intel-ipu3: Fix code style issueRahul Gottipati
2020-09-01media: hantro: postproc: Fix motion vector space allocationEzequiel Garcia
2020-09-01media: hantro: h264: Get the correct fallback reference bufferEzequiel Garcia
2020-08-29media: staging: rkisp1: uapi: remove __packedHelen Koike
2020-08-29media: staging: rkisp1: params: don't release lock in isr before buffer is doneDafna Hirschfeld
2020-08-29media: staging: rkisp1: params: use rkisp1_param_set_bits to set reg in isrDafna Hirschfeld
2020-08-29media: staging: rkisp1: call params isr only upon frame outDafna Hirschfeld
2020-08-29media: staging: rkisp1: change type of fields in 'rkisp1_cif_isp_lsc_config' ...Dafna Hirschfeld
2020-08-29media: staging: rkisp1: replace two identical macros with oneDafna Hirschfeld
2020-08-29media: staging: rkisp1: set "*_data_tbl" fields in rkisp1_cif_isp_lsc_config ...Dafna Hirschfeld
2020-08-29media: staging: rkisp1: improve documentation of rkisp1-common.hDafna Hirschfeld
2020-08-29media: staging: rkisp1: group declaration of similar functions togetherDafna Hirschfeld
2020-08-29media: staging: rkisp1: remove declaration of unimplemented function 'rkisp1_...Dafna Hirschfeld
2020-08-29media: staging: rkisp1: unify (un)register functions to have the same parametersDafna Hirschfeld
2020-08-29media: staging: rkisp1: don't define vaddr field in rkisp1_buffer as an arrayDafna Hirschfeld
2020-08-29media: staging: rkisp1: improve documentation in file rkisp1-config.hDafna Hirschfeld
2020-08-29media: staging: rkisp1: rename RKISP1_CIF_ISP_STAT_AFM_FIN to RKISP1_CIF_ISP_...Dafna Hirschfeld
2020-08-29media: staging: rkisp1: replace 3 fields 'ct_offset_*' with one arrayDafna Hirschfeld
2020-08-29media: staging: rkisp1: replace 9 coeff* fields with a 3x3 arrayDafna Hirschfeld
2020-08-29media: staging: tegra-vde: Mark tegra_vde_runtime_suspend/resume as __maybe_u...YueHaibing
2020-08-28media: tegra-video: Compute settle times based on the clock rateSowjanya Komatineni
2020-08-28media: tegra-video: Add CSI MIPI pads calibrationSowjanya Komatineni
2020-08-28media: tegra-video: Add support for selection ioctl opsSowjanya Komatineni
2020-08-28media: tegra-video: Add support for external sensor captureSowjanya Komatineni
2020-08-28media: tegra-video: Separate CSI stream enable and disable implementationsSowjanya Komatineni
2020-08-28media: tegra-video: Update format lookup to offset basedSowjanya Komatineni
2020-08-28media: tegra-video: Enable TPG based on kernel configSowjanya Komatineni
2020-08-28media: tegra-video: Fix channel format alignmentSowjanya Komatineni
2020-08-28media: staging/media: drop vb2_queue_release()Hans Verkuil
2020-08-18media: staging: media: imx: Update TODO entryJacopo Mondi
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-06Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-06media: allegro: fix potential null dereference on headerColin Ian King
2020-08-06media: allegro: fix an error pointer vs NULL checkDan Carpenter
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-02staging: most: fix up movement of USB driverGreg Kroah-Hartman
2020-08-02staging: rts5208: clear alignment style issuesTomer Samara
2020-08-02staging: r8188eu: replace rtw_netdev_priv define with inline functionIvan Safonov
2020-08-02staging: netlogic: clear alignment style issuesTomer Samara
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-31staging: android: ashmem: Fix lockdep warning for write operationSuren Baghdasaryan
2020-07-31drivers: most: add USB adapter driverChristian Gromm
2020-07-31staging: most: Use %pM format specifier for MAC addressesAndy Shevchenko
2020-07-31staging: ks7010: Use %pM format specifier for MAC addressesAndy Shevchenko
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook