mbox series

[0/3] i2c: gpio/algo-bit: clean up headers

Message ID 20190119121655.5576-1-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series i2c: gpio/algo-bit: clean up headers | expand

Message

Wolfram Sang Jan. 19, 2019, 12:16 p.m. UTC
I wanted to sort headers in the i2c-gpio driver which produced a compile error.
So, I had to fix i2c-algo-bit a little, too. Since there is a dependency
between these patches, here is a small series.

Wolfram Sang (3):
  i2c: algo-bit: include main i2c header
  i2c: algo-bit: convert to SPDX header
  i2c: gpio: sort includes

 drivers/i2c/algos/i2c-algo-bit.c | 25 ++++++++-----------------
 drivers/i2c/busses/i2c-gpio.c    | 10 +++++-----
 include/linux/i2c-algo-bit.h     | 33 ++++++++++-----------------------
 3 files changed, 23 insertions(+), 45 deletions(-)

Comments

Wolfram Sang Feb. 5, 2019, 1:04 p.m. UTC | #1
On Sat, Jan 19, 2019 at 01:16:52PM +0100, Wolfram Sang wrote:
> I wanted to sort headers in the i2c-gpio driver which produced a compile error.
> So, I had to fix i2c-algo-bit a little, too. Since there is a dependency
> between these patches, here is a small series.
> 
> Wolfram Sang (3):
>   i2c: algo-bit: include main i2c header
>   i2c: algo-bit: convert to SPDX header
>   i2c: gpio: sort includes

Applied to for-next, thanks!