index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-15
interconnect: imx: fix max_node_id
Peng Fan
1
-4
/
+4
2022-07-15
media: venus: set ubwc configuration on specific video hardware
Vikash Garodia
6
-0
/
+63
2022-07-15
media: venus: venus_helper_get_bufreq(): req is never NULL
Hans Verkuil
1
-4
/
+2
2022-07-15
media: ov5693: add ov5693_of_match, dts support
Tommaso Merciai
1
-0
/
+7
2022-07-15
media: ov5693: add support for acpi clock-frequency prop
Tommaso Merciai
1
-5
/
+17
2022-07-15
media: ov5693: rename clk into xvclk
Tommaso Merciai
1
-10
/
+10
2022-07-15
media: ov5693: add dvdd into ov5693_supply_names array
Tommaso Merciai
1
-0
/
+1
2022-07-15
media: ov5693: count num_supplies using array_size
Tommaso Merciai
1
-8
/
+7
2022-07-15
media: entity: Use dedicated data link iterator
Daniel Scally
1
-3
/
+3
2022-07-15
media: entity: Add iterator for entity data links
Daniel Scally
1
-0
/
+16
2022-07-15
media: mt9p031: Implement crop bounds get selection
Marek Vasut
1
-5
/
+15
2022-07-15
media: stm32: dcmi: Fix subdev op call with uninitialized state
Tomi Valkeinen
1
-12
/
+2
2022-07-15
media: ar0521: fix Kconfig: VIDEO_V4L2 -> VIDEO_DEV
Hans Verkuil
1
-1
/
+1
2022-07-15
media: Replace dependency on VIDEO_V4L2_SUBDEV_API with select
Laurent Pinchart
3
-4
/
+10
2022-07-15
media: ov7251: add missing disable functions on error in ov7251_set_power_on()
Yang Yingliang
1
-0
/
+2
2022-07-15
media: sunxi: Depend on GENERIC_PHY_MIPI_DPHY
Sakari Ailus
2
-0
/
+2
2022-07-15
Merge tag 'asoc-v5.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
Takashi Iwai
11
-48
/
+80
2022-07-15
drm/scheduler: Don't kill jobs in interrupt context
Dmitry Osipenko
1
-3
/
+3
2022-07-15
drm/amd/display: Fix new dmub notification enabling in DM
Stylon Wang
1
-8
/
+19
2022-07-15
media: v4l2: Sanitize colorspace values in the framework
Laurent Pinchart
1
-10
/
+55
2022-07-15
media: vivid: Add support for the new YUVA and YUVX formats
Laurent Pinchart
1
-0
/
+15
2022-07-15
media: v4l2-tpg: Add support for the new YUVA and YUVX formats
Laurent Pinchart
1
-0
/
+6
2022-07-15
media: v4l: Add packed YUV 4:4:4 YUVA and YUVX pixel formats
Laurent Pinchart
1
-0
/
+2
2022-07-15
media: mediatek: vcodec: Make encoder capability fields fit requirements
Chen-Yu Tsai
2
-4
/
+4
2022-07-15
media: mediatek: vcodec: Make decoder capability fields fit requirements
Chen-Yu Tsai
1
-3
/
+4
2022-07-15
media: lirc: ensure lirc device receives repeats
Marko Mäkelä
1
-1
/
+2
2022-07-15
media: ati-remote: remove private err() macro
Oliver Neukum
1
-6
/
+5
2022-07-15
media: igorplugusb: use correct size pass to igorplugusb_probe()
Yang Yingliang
1
-2
/
+2
2022-07-15
media: vimc: use data link entities enum to index the ent_config array
Daniel Oakley
1
-11
/
+11
2022-07-15
media: vimc: enumerate data link entities for clarity
Daniel Oakley
1
-8
/
+28
2022-07-15
media: vimc: expand the names of vimc entity types
Daniel Oakley
7
-648
/
+652
2022-07-15
drm/amdgpu: Fix for drm buddy memory corruption
Arunpravin Paneer Selvam
2
-9
/
+9
2022-07-15
media: vimc: add ancillary lens
Yunke Cao
4
-21
/
+170
2022-07-15
media: v4l: async: Also match secondary fwnode endpoints
Sakari Ailus
1
-14
/
+21
2022-07-15
lib/bitmap: change type of bitmap_weight to unsigned long
Yury Norov
8
-10
/
+10
2022-07-15
drm/i915/reset: Handle reset timeouts under unrelated kernel hangs
Chris Wilson
1
-3
/
+3
2022-07-15
platform/chrome: cros_ec_typec: Get retimer handle
Prashant Malani
1
-3
/
+41
2022-07-15
platform/chrome: cros_ec_typec: Cleanup switch handle return paths
Prashant Malani
1
-4
/
+2
2022-07-15
platform/chrome: cros_typec_switch: Register mode switches
Prashant Malani
1
-0
/
+40
2022-07-15
platform/chrome: cros_typec_switch: Add event check
Prashant Malani
1
-2
/
+70
2022-07-15
platform/chrome: cros_typec_switch: Set EC retimer
Prashant Malani
1
-1
/
+55
2022-07-15
platform/chrome: cros_typec_switch: Add switch driver
Prashant Malani
3
-0
/
+182
2022-07-15
Merge tag 'cpufreq-arm-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Rafael J. Wysocki
1
-2
/
+6
2022-07-15
phy: rockchip-inno-usb2: Ignore OTG IRQs in host mode
Samuel Holland
1
-1
/
+3
2022-07-15
phy: qcom-qmp-usb: statify qmp_phy_vreg_l
Vinod Koul
1
-1
/
+1
2022-07-15
regulator: of: Fix refcount leak bug in of_get_regulation_constraints()
Liang He
1
-1
/
+5
2022-07-15
ACPI: utils: Add api to read _SUB from ACPI
Stefan Binding
1
-0
/
+38
2022-07-15
phy: stm32: fix error return in stm32_usbphyc_phy_init
Fabrice Gasnier
1
-1
/
+3
2022-07-15
drm/amdgpu: re-apply "move internal vram_mgr function into the C file""
Christian König
2
-27
/
+29
2022-07-15
drm/amdgpu: reapply "fix start calculation in amdgpu_vram_mgr_new""
Christian König
1
-8
/
+14
[prev]
[next]