summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacksIoana Ciornei2021-03-101-27/+0
| * | | | staging: dpaa2-switch: fix up initial forwarding configuration done by firmwareIoana Ciornei2021-03-101-29/+51
| * | | | staging: dpaa2-switch: remove broken learning and flooding supportIoana Ciornei2021-03-105-259/+0
* | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-04-282-56/+37
|\ \ \ \ \
| * | | | | staging: mt7621-dts: use valid vendor 'mediatek' instead of invalid 'mtk'Sergio Paracuellos2021-04-121-6/+6
| * | | | | staging: mt7621-dts: make use of new 'mt7621-clk'Sergio Paracuellos2021-04-122-52/+33
| |/ / / /
* | | | | Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-04-2867-1555/+1608
|\ \ \ \ \
| * | | | | media: cedrus: Fix H265 status definitionsJernej Skrabec2021-04-151-8/+9
| * | | | | media: staging: media/meson: remove redundant dev_err callMuhammad Usama Anjum2021-04-091-6/+2
| * | | | | media: staging: media: zoran: Rename 'He' to 'he'Zhansaya Bagdauletkyzy2021-04-091-4/+4
| * | | | | media: staging: media: zoran: Rename 'We' to 'we'Zhansaya Bagdauletkyzy2021-04-091-4/+4
| * | | | | media: staging: media: zoran: Rename 'VidWinHt' to 'vid_win_ht'Zhansaya Bagdauletkyzy2021-04-091-5/+5
| * | | | | media: staging: media: zoran: Rename 'VidWinWid' to 'vid_win_wid'Zhansaya Bagdauletkyzy2021-04-091-5/+5
| * | | | | media: staging: media: zoran: Rename 'DispMode' to 'disp_mode'Zhansaya Bagdauletkyzy2021-04-091-4/+4
| * | | | | media: staging: media: zoran: Rename 'VEnd' to 'v_end'Zhansaya Bagdauletkyzy2021-04-091-4/+4
| * | | | | media: staging: media: zoran: Rename 'HEnd' to 'h_end'Zhansaya Bagdauletkyzy2021-04-091-4/+4
| * | | | | media: staging: media: omap4iss: align arguments with open parenthesisBeatriz Martins de Carvalho2021-04-091-1/+1
| * | | | | media: staging/intel-ipu3: Fix race condition during set_fmtRicardo Ribalda2021-04-091-16/+14
| * | | | | media: staging/intel-ipu3: Fix memory leak in imu_fmtRicardo Ribalda2021-04-091-4/+7
| * | | | | media: rkvdec: Do not require all controls to be present in every requestDaniel Almeida2021-04-062-48/+1
| * | | | | media: staging: ipu3-imgu: No need for kernel-doc comments in driver structSakari Ailus2021-04-061-5/+0
| * | | | | media: omap4iss: Acquire graph mutex for graph traversalSakari Ailus2021-04-062-0/+8
| * | | | | media: staging/intel-ipu3: Fix set_fmt error handlingRicardo Ribalda2021-04-061-0/+5
| * | | | | media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" licenseLaurent Pinchart2021-04-061-1/+1
| * | | | | media: imx: imx7_mipi_csis: Ensure pads are connectedLaurent Pinchart2021-04-061-2/+4
| * | | | | media: imx: imx7_mipi_csis: Don't take state->lock in .link_setup()Laurent Pinchart2021-04-061-10/+3
| * | | | | media: imx: imx7_mipi_csis: Runtime suspend in .s_stream() error pathLaurent Pinchart2021-04-061-2/+6
| * | | | | media: hantro: fix kernel-doc warnings and styleEzequiel Garcia2021-04-061-0/+12
| * | | | | media: atomisp: fix a typoBhaskar Chowdhury2021-04-061-1/+1
| * | | | | media: atomisp: remove duplicate include in sh_cssZhang Yunkai2021-03-231-3/+0
| * | | | | media: staging: atomisp: reduce kernel stack usageArnd Bergmann2021-03-233-36/+33
| * | | | | media: staging: media: omap4iss: code style - avoid macro argument precedence...Nikolay Kyx2021-03-231-8/+8
| * | | | | media: staging: media: ipu3: code style fix - missing a blank line after decl...Nikolay Kyx2021-03-231-0/+1
| * | | | | media: staging: media/atomisp: don't compile unused codekarthik alapati2021-03-231-2/+3
| * | | | | media: atomisp: do not free kmalloc memory by vfreeJiri Slaby2021-03-231-1/+1
| * | | | | media: atomisp: auto-select VIDEO_V4L2_SUBDEV_APITong Zhang2021-03-231-0/+1
| * | | | | media: atomisp: remove redundant NULL checkYang Li2021-03-231-4/+2
| * | | | | media: atomisp: remove redundant NULL checkYang Li2021-03-231-4/+2
| * | | | | media: atomisp: fix Wvisiblity warningArnd Bergmann2021-03-231-0/+2
| * | | | | media: atomisp: ov2722: remove unnecessary debug printFilip Kolev2021-03-231-2/+0
| * | | | | media: atomisp: Remove redundant NULL checkXu Wang2021-03-221-2/+1
| * | | | | media: atomisp: Remove redundant NULL checkXu Wang2021-03-221-2/+1
| * | | | | media: atomisp: replace boolean comparison of values with bool variablesAditya Srivastava2021-03-223-13/+13
| * | | | | media: atomisp: Fix use after free in atomisp_alloc_css_stat_bufs()Dan Carpenter2021-03-221-3/+1
| * | | | | media: atomisp: Write function decleration in one linePhilipp Gerlesberger2021-03-221-33/+11
| * | | | | media: atomisp: Fix BLOCK_COMMENT_STYLEPhilipp Gerlesberger2021-03-221-2/+2
| * | | | | media: atomisp: Fix PARENTHESIS_ALIGNMENTPhilipp Gerlesberger2021-03-221-2/+1
| * | | | | media: atomisp: Delete bracesPhilipp Gerlesberger2021-03-221-2/+0
| * | | | | media: atomisp: Fix funciton declerationPhilipp Gerlesberger2021-03-221-3/+2
| * | | | | media: atomisp: Fix overlong linePhilipp Gerlesberger2021-03-221-1/+2