summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/mipi_camera
Commit message (Expand)AuthorAgeFilesLines
* drivers: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-4/+4
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* driver/intel to /driver/ocp: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* drivers/intel/mipi_camera: Add DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOCJamie Ryu2023-09-142-10/+8
* arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth2023-09-081-1/+1
* drivers: Add SPDX license headers to MakefilesMartin Roth2023-08-061-0/+2
* drivers/intel/mipi_camera: Remove IPU ES support entry for RPLjimlai2022-11-251-3/+1
* {device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-031-1/+1
* drivers/intel/mipi_camera: Remove IPU ES support entry for ADL-NV Sowmya2022-09-271-1/+0
* src/driver/intel/mipi_camera: Update ACPI entry to provide silicon infozhixingma2022-07-041-1/+3
* src/driver/intel/mipi_camera: Update ACPI entry to provide silicon infoBora Guvendik2022-05-161-1/+1
* soc/intel/alderlake: Update CPU IDs with correct steppingsLean Sheng Tan2022-04-041-1/+1
* src/driver/intel/mipi_camera: Update ACPI entry to provide silicon infoVarshit B Pandya2022-02-221-1/+2
* driver/intel/mipi_camera: Increase max power ops count to 6Varshit B Pandya2022-01-281-1/+1
* drivers/intel/mipi_camera: Add ACPI entry to provide silicon type infoSugnan Prabhu S2021-12-131-0/+10
* driver/intel/mipi_camera: Add support for _DSC fieldVarshit B Pandya2021-11-192-0/+14
* drivers/intel/mipi_camera: Change type for gpio_num to uint16_tVarshit B Pandya2021-06-211-1/+1
* drivers/intel/mipi_camera: Remove unnecessary __packed attributeSugnan Prabhu S2021-06-181-6/+6
* drivers/intel/mipi_camera: Add macros to increase code readabilityVarshit B Pandya2021-06-011-0/+8
* drivers/intel/mipi_camera: Adding support for low power camera probeSugnan Prabhu S2021-04-192-0/+13
* acpi: Move PCI functions to separate fileTim Wawrzynczak2021-03-011-0/+1
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-3/+0
* drivers/intel/mipi_camera: Avoid resource leakJohn Zhao2020-09-211-1/+3
* drivers/intel/mipi_camera: Add compatible field for NVMPandya, Varshit B2020-09-162-3/+7
* drivers/intel/mipi_camera: Fix SSDT generation for IPU devicesSugnan Prabhu S2020-08-051-19/+22
* drivers/intel/mipi_camera: Add reference counting for shared resourcesSugnan Prabhu S2020-08-032-38/+351
* drivers/intel/mipi_camera: Add camera power resource to SSDTSugnan Prabhu S2020-07-072-0/+159
* drivers/intel/mipi_camera: Add support to handle CIO2 deviceMatt Delco2020-07-072-3/+124
* drivers/intel/mipi_camera: SSDT changes to add PLDMatt Delco2020-07-072-0/+54
* drivers/intel/mipi_camera: SSDT changes to add DSMMatt Delco2020-07-071-0/+85
* drivers/intel/mipi_camera: Add support for camera sensor in SSDTMatt Delco2020-07-072-1/+187
* drivers/intel/mipi_camera: Handle NVM and VCM device typeMatt Delco2020-07-072-0/+64
* drivers/intel/mipi_camera: Handle acpi_name and common codeMatt Delco2020-07-072-22/+128
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-112-2/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-3/+3
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-062-24/+4
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-5/+5
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-222-4/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin2018-09-161-1/+1
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+3
* drivers/intel/mipi_camera: Add MIPI CSI camera SSDT generatorV Sowmya2017-04-194-0/+215