summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/rtd2132
Commit message (Expand)AuthorAgeFilesLines
* drivers: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* driver/i2c: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* 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
* treewide: Add missing include guards to chip.hJan Samek2023-04-281-0/+5
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-112-2/+0
* 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
* src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-222-4/+0
* src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-281-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-312-8/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-212-2/+2
* drivers: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-12/+12
* Coding style: punctuation cleanup [1/2].Idwer Vollering2013-12-231-1/+1
* rtd2132: implement full configurationAaron Durbin2013-12-212-21/+159
* rtd2132: Add driver for Realtek RTD2132 LVDS bridgeDuncan Laurie2013-12-214-0/+182