Searched hist:"48 d4a801be0ff64740832fcc71ac4632c12fd73b" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | sc16is7xx_spi.c | diff 48d4a801be0ff64740832fcc71ac4632c12fd73b Tue Apr 09 17:42:53 CEST 2024 Hugo Villeneuve <hvilleneuve@dimonoff.com> serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg)
Since each I2C/SPI probe function can modify sc16is7xx_regcfg at the same time, change structure to be constant and do the required modifications on a local copy.
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Link: https://lore.kernel.org/r/20240409154253.3043822-6-hugo@hugovil.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | sc16is7xx_i2c.c | diff 48d4a801be0ff64740832fcc71ac4632c12fd73b Tue Apr 09 17:42:53 CEST 2024 Hugo Villeneuve <hvilleneuve@dimonoff.com> serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg)
Since each I2C/SPI probe function can modify sc16is7xx_regcfg at the same time, change structure to be constant and do the required modifications on a local copy.
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Link: https://lore.kernel.org/r/20240409154253.3043822-6-hugo@hugovil.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | sc16is7xx.c | diff 48d4a801be0ff64740832fcc71ac4632c12fd73b Tue Apr 09 17:42:53 CEST 2024 Hugo Villeneuve <hvilleneuve@dimonoff.com> serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg)
Since each I2C/SPI probe function can modify sc16is7xx_regcfg at the same time, change structure to be constant and do the required modifications on a local copy.
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Link: https://lore.kernel.org/r/20240409154253.3043822-6-hugo@hugovil.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|