| Age | Commit message (Expand) | Author |
|---|---|---|
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 | Thomas Gleixner |
| 2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells |
| 2012-03-26 | i2c: Update the FSF address | Jean Delvare |
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Copyright (C) 2018 ROHM Semiconductors */ #ifndef __LINUX_MFD_ROHM_H__ #define __LINUX_MFD_ROHM_H__ enum { ROHM_CHIP_TYPE_BD71837 = 0, ROHM_CHIP_TYPE_BD71847, ROHM_CHIP_TYPE_BD70528, ROHM_CHIP_TYPE_AMOUNT }; struct rohm_regmap_dev { unsigned int chip_type; struct device *dev; struct regmap *regmap; }; #endif /distro/kernel' title='kernel Git repository'/>
![]() |
index : kernel | |
| Hosts the 0x221E linux distro kernel. | Ubuntu |
| summaryrefslogtreecommitdiff |
| Age | Commit message (Expand) | Author |
|---|---|---|
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 | Thomas Gleixner |
| 2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells |
| 2012-03-26 | i2c: Update the FSF address | Jean Delvare |