Searched hist:"8 dc0f8c73c54c9d1a7fe8188ef3e70123a960eaf" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-stm32f4.c | diff 8dc0f8c73c54c9d1a7fe8188ef3e70123a960eaf Sun Jul 09 15:57:44 CDT 2017 Gustavo A. R. Silva <garsilva@embeddedor.com> i2c: constify internal structures
Check for i2c_algorithm and i2c_adapter_quirks structures that are only stored in the algo and quirks fields of an i2c_adapter structure correspondingly. These fields are declared const, so i2c_algorithm and i2c_adapter_quirks structures that have this property can be declared as const also.
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> (for designware) Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
|
H A D | i2c-designware-slave.c | diff 8dc0f8c73c54c9d1a7fe8188ef3e70123a960eaf Sun Jul 09 15:57:44 CDT 2017 Gustavo A. R. Silva <garsilva@embeddedor.com> i2c: constify internal structures
Check for i2c_algorithm and i2c_adapter_quirks structures that are only stored in the algo and quirks fields of an i2c_adapter structure correspondingly. These fields are declared const, so i2c_algorithm and i2c_adapter_quirks structures that have this property can be declared as const also.
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> (for designware) Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
|
H A D | i2c-davinci.c | diff 8dc0f8c73c54c9d1a7fe8188ef3e70123a960eaf Sun Jul 09 15:57:44 CDT 2017 Gustavo A. R. Silva <garsilva@embeddedor.com> i2c: constify internal structures
Check for i2c_algorithm and i2c_adapter_quirks structures that are only stored in the algo and quirks fields of an i2c_adapter structure correspondingly. These fields are declared const, so i2c_algorithm and i2c_adapter_quirks structures that have this property can be declared as const also.
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> (for designware) Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
|