Documentation: i2c: Constify struct i2c_device_idConstify the i2c_device_id structure in the doc to give a cleaner starting point. Also remove an empty line which is usually not added. Signed-off-by: Christophe
EXPORT_SYMBOL_GPL(i2c_bus_type); struct device_type i2c_client_type = { const struct device_type i2c_client_type = { .groups = i2c_dev_groups, .uevent = i2c_device_uevent, .release = i2c_client_dev_release, @@ -1343,7 +1343,7 @@ static struct attribute *i2c_adapter_attrs[] = ...
@@ -697,10 +710,6 @@ struct regmap *__regmap_init(struct device *dev, } map->lock_arg = map; #else ret = -EINVAL; goto err_map; #endif } else { if ((bus && bus->fast_io) || config->fast_io) { @@ -762,7 +771,6 @@ struct regmap *__regmap_init(struct device *de...
hippidevice.h hmm.h host1x.h hp_sdc.h hpet.h hrtimer.h hrtimer_defs.h htcpld.h huge_mm.h hugetlb.h hugetlb_cgroup.h hugetlb_inline.h hw_breakpoint.h hw_random.h hwmon-sysfs.h hwmon-vid.h hwmon.h hwspinlock.h hyperv.h hypervisor.h i2c-algo-bit.h i2c-algo-pc...