Age | Commit message (Expand) | Author |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-05-06 | drivers/intel/mipi_camera: Add CSI2 Data Stream Interface GUID | CoolStar |
2024-04-12 | tree: Drop duplicated <device/{path,resource}.h> | Elyes Haouas |
2024-02-18 | drivers: Add SPDX license headers to Kconfig files | Martin Roth |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-31 | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard |
2024-01-24 | driver/intel to /driver/ocp: Rename Makefiles from .inc to .mk | Martin Roth |
2023-09-14 | drivers/intel/mipi_camera: Add DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC | Jamie Ryu |
2023-09-08 | arch to drivers/intel: Fix misspellings & capitalization issues | Martin Roth |
2023-08-06 | drivers: Add SPDX license headers to Makefiles | Martin Roth |
2022-11-25 | drivers/intel/mipi_camera: Remove IPU ES support entry for RPL | jimlai |
2022-11-03 | {device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h> | Elyes Haouas |
2022-09-27 | drivers/intel/mipi_camera: Remove IPU ES support entry for ADL-N | V Sowmya |
2022-07-04 | src/driver/intel/mipi_camera: Update ACPI entry to provide silicon info | zhixingma |
2022-05-16 | src/driver/intel/mipi_camera: Update ACPI entry to provide silicon info | Bora Guvendik |
2022-04-04 | soc/intel/alderlake: Update CPU IDs with correct steppings | Lean Sheng Tan |
2022-02-22 | src/driver/intel/mipi_camera: Update ACPI entry to provide silicon info | Varshit B Pandya |
2022-01-28 | driver/intel/mipi_camera: Increase max power ops count to 6 | Varshit B Pandya |
2021-12-13 | drivers/intel/mipi_camera: Add ACPI entry to provide silicon type info | Sugnan Prabhu S |
2021-11-19 | driver/intel/mipi_camera: Add support for _DSC field | Varshit B Pandya |
2021-06-21 | drivers/intel/mipi_camera: Change type for gpio_num to uint16_t | Varshit B Pandya |
2021-06-18 | drivers/intel/mipi_camera: Remove unnecessary __packed attribute | Sugnan Prabhu S |
2021-06-01 | drivers/intel/mipi_camera: Add macros to increase code readability | Varshit B Pandya |
2021-04-19 | drivers/intel/mipi_camera: Adding support for low power camera probe | Sugnan Prabhu S |
2021-03-01 | acpi: Move PCI functions to separate file | Tim Wawrzynczak |
2020-11-09 | acpi: Call acpi_fill_ssdt() only for enabled devices | Karthikeyan Ramasubramanian |
2020-09-21 | drivers/intel/mipi_camera: Avoid resource leak | John Zhao |
2020-09-16 | drivers/intel/mipi_camera: Add compatible field for NVM | Pandya, Varshit B |
2020-08-05 | drivers/intel/mipi_camera: Fix SSDT generation for IPU devices | Sugnan Prabhu S |
2020-08-03 | drivers/intel/mipi_camera: Add reference counting for shared resources | Sugnan Prabhu S |
2020-07-07 | drivers/intel/mipi_camera: Add camera power resource to SSDT | Sugnan Prabhu S |
2020-07-07 | drivers/intel/mipi_camera: Add support to handle CIO2 device | Matt Delco |
2020-07-07 | drivers/intel/mipi_camera: SSDT changes to add PLD | Matt Delco |
2020-07-07 | drivers/intel/mipi_camera: SSDT changes to add DSM | Matt Delco |
2020-07-07 | drivers/intel/mipi_camera: Add support for camera sensor in SSDT | Matt Delco |
2020-07-07 | drivers/intel/mipi_camera: Handle NVM and VCM device type | Matt Delco |
2020-07-07 | drivers/intel/mipi_camera: Handle acpi_name and common code | Matt Delco |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-10 | Drop unnecessary DEVICE_NOOP entries | Nico Huber |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2019-10-22 | AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file | Martin Roth |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-01-23 | src/drivers: Remove needless '&' on function pointers | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-16 | acpi: Call acpi_gen_writeSTA by status from device tree | Hung-Te Lin |
2017-09-14 | device: acpi_name() should take a const struct device | Aaron Durbin |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-04-19 | drivers/intel/mipi_camera: Add MIPI CSI camera SSDT generator | V Sowmya |