summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/at24rf08c
Commit message (Expand)AuthorAgeFilesLines
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS2020-07-261-9/+9
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-112-2/+0
* src: Remove not used 'include <smbios.h>'Elyes HAOUAS2020-05-011-1/+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
* drivers/i2c/at24rf08c: Format according to coding stylePaul Menzel2020-03-021-4/+3
* drivers/i2c/at24rf08c: Correctly format short multi-line commentsPaul Menzel2020-03-021-3/+2
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-222-4/+0
* drivers/i2c/at24rf08c: Add proper Kconfig optionNico Huber2019-09-302-8/+5
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* x86/smbios: Untangle system and board tablesNico Huber2019-03-161-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-042-2/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-082-2/+2
* src/drivers: Remove whitespace after memcpy & memsetElyes HAOUAS2016-10-071-7/+7
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-312-8/+0
* lenovo: Hide SMBIOS configVladimir Serbinenko2015-06-112-0/+12
* Remove address from GPLv2 headersPatrick Georgi2015-05-212-2/+2
* lenovo: Remerge smbios_mainboard_bios_version.Vladimir Serbinenko2015-05-211-0/+15
* drivers/i2c/at24rf08c/lenovo_serials.c: Use NULL over '0'Edward O'Callaghan2014-11-281-3/+3
* drivers/i2c/at24rf08c/lenovo_serials.c: Upper-case'ifyEdward O'Callaghan2014-11-281-1/+1
* 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-272-10/+10
* lenovo: Read mainboard version from AT24RF08C.Vladimir Serbinenko2014-08-301-17/+74
* lenovo: Add lenovo_mainboard_partnumber.Vladimir Serbinenko2014-05-252-1/+8
* drivers/i2c/at24rf08c/lenovo_serials.c: Remove trailing whitespacePaul Menzel2014-02-021-1/+1
* lenovo: Handle EEPROM/RFID chip.Vladimir Serbinenko2014-02-013-0/+213