- 2d65acc drivers: gpio: use gpio_is_ready_dt helper function by Nick Ward · 1 year, 7 months ago
- 20e7c6d video: mcux_csi: set a dedicated init priority for video_mcux_csi by Fabio Baltieri · 1 year, 8 months ago
- e64129d video: mt9m114: YUV pixel format support by Jeronimo Agullo · 1 year, 10 months ago
- f87313b drivers: video: change initialization order of CSI and cameras by Michele Balistreri · 1 year, 11 months ago
- c41dd36 drivers: kconfig: unify menuconfig title strings by Henrik Brix Andersen · 2 years ago
- c626070 drivers: mt9m114: Fix value type by Andrei Emeltchenko · 2 years, 1 month ago
- 178bdc4 include: add missing zephyr/irq.h include by Gerard Marull-Paretas · 2 years, 5 months ago
- 79e6b0e includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> by Gerard Marull-Paretas · 2 years, 7 months ago
- baaf904 video: Move to using select in Kconfig for I2C bus by Kumar Gala · 2 years, 8 months ago
- f601381 drivers: video: Update drivers to use devicetree Kconfig symbol by Kumar Gala · 2 years, 8 months ago
- 0b5b74d drivers: video: video_mcux_csi: Use phandle for devicetree sensor ref by Kumar Gala · 2 years, 9 months ago
- 927d6b6 video: ov2640: cleanup unused struct fields by Kumar Gala · 2 years, 9 months ago
- d200321 video: mcux_csi: Set driver Kconfig default based on devicetree by Kumar Gala · 2 years, 9 months ago
- 51c7777 drivers: video: ov2640: Update driver to use gpio_dt_spec by Kumar Gala · 2 years, 9 months ago
- 32d2715 drivers: video: ov2640: Update driver to use i2c_dt_spec by Kumar Gala · 2 years, 9 months ago
- 745752a drivers: video: ov7725: Update driver to use gpio_dt_spec by Kumar Gala · 2 years, 9 months ago
- 0d245c9 drivers: video: ov7725: Update driver to use i2c_dt_spec by Kumar Gala · 2 years, 9 months ago
- d29c8a4 drivers: video: mt9m114: Update driver to use i2c_dt_spec by Kumar Gala · 2 years, 9 months ago
- 88ca215 i2c: Update API terminology by Tom Burdick · 2 years, 9 months ago
- fb60aab drivers: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
- 1081883 drivers: video: video_mcux_csi: enable pinctrl by Daniel DeGrasse · 3 years ago
- f483b1b everywhere: fix typos by Nazar Kazakov · 3 years ago
- 9713f0d everywhere: fix typos by Nazar Kazakov · 3 years, 1 month ago
- 01430da drivers: video: ov2640: remove deprecated PM macro by Gerard Marull-Paretas · 3 years, 5 months ago
- 55e3c73 drivers: video: ov2640: add driver for ov2640 image sensor by Robert Szczepanski · 3 years, 7 months ago
- 8b79a7e drivers: video: remove usage of device_pm_control_nop by Gerard Marull-Paretas · 4 years ago
- fd777c3 drivers: video: sw_generator: Fix missing parameter by Loic Poulain · 4 years ago
- ffd3d42 drivers: video: Conversion of k_work API by Loic Poulain · 4 years ago
- e80506b drivers: video: ov7725: add sensor driver for ov7725 by Frank Li · 4 years, 3 months ago
- 19ecf1f drivers: video: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE by Kumar Gala · 4 years, 3 months ago
- f3a33b4 drivers: video: Convert drivers to new DT device macros by Kumar Gala · 4 years, 3 months ago
- 54d8c40 drivers: video_common: fix build errors on mimxrt1064_evk by Peter Bigot · 4 years, 3 months ago
- 393e9d4 drivers: video: fix potential NULL pointer dereference by Jacob Siverskog · 4 years, 4 months ago
- fcd392f kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers by Andy Ross · 4 years, 4 months ago
- 50a2495 drivers: video: mcux_csi: Fix compile error by Kumar Gala · 4 years, 7 months ago
- 4dcfb55 isr: Normalize usage of device instance through ISR by Tomasz Bursztyka · 4 years, 7 months ago
- 681fcd1 drivers: video: Fix device instance const qualifier loss in MCUX CSI by Tomasz Bursztyka · 4 years, 7 months ago
- e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
- 98d9b01 device: Apply driver_api/data attributes rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
- af6140c device: Apply config_info rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- 97326c0 device: Fix structure attributes access by Tomasz Bursztyka · 5 years ago
- 6aa8f11 drivers: video: Remove legacy timeout use by Carles Cufi · 5 years ago
- adf3c23 drivers: video: mcux_csi: Convert driver to DT_INST macro by Kumar Gala · 5 years ago
- 420ad25 drivers: video: Add dedicated video init priority by Loic Poulain · 5 years ago
- 7832738 kernel/timeout: Make timeout arguments an opaque type by Andy Ross · 5 years ago
- 7fafce6 drivers: video: mt9m114: Convert to new DT_INST macros by Kumar Gala · 5 years ago
- 27a587d drivers: video: sw_generator: Flagged signal management by Loic Poulain · 5 years ago
- f0c3ea6 drivers: video: sw_generator: Fix capabilities by Loic Poulain · 5 years ago
- 4884e6c drivers: video: mcux_csi: Flagged signal management by Loic Poulain · 5 years ago
- a2a230e drivers: video: mcux_csi: Fix unordered stream by Loic Poulain · 5 years ago
- 199ccba drivers: video: Fix video buffer alignment by Loic Poulain · 5 years ago
- 14a5fcd video: mt9m114: Fix integer handling issues by Loic Poulain · 5 years ago
- 80faac4 coccinelle: update int literal to timeout by Peter Bigot · 5 years ago
- bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
- c8e5ca3 kconfig: Turn pointless/confusing 'menuconfig's into 'config's by Ulf Magnusson · 5 years ago
- 14a0def drivers: video: Remove dedicated sensor dir by Loic Poulain · 5 years ago
- 3587134 drivers: video: Add software video pattern generator by Loic Poulain · 5 years ago
- 92ee992 drivers: video: Add Aptina MT9M114 driver by Loic Poulain · 5 years ago
- 43e58ae drivers: video: Add MCUX CSI video driver by Loic Poulain · 5 years ago