/* 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'/>
summaryrefslogtreecommitdiff
path: root/include/linux/i2c-dev.h
AgeCommit message (Expand)Author
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-03-26i2c: Update the FSF addressJean Delvare