History log of /linux-master/include/linux/platform_data/i2c-ocores.h
Revision Date Author Comments
# 237b5f66 13-Feb-2019 Andrew Lunn <andrew@lunn.ch>

i2c: ocores: Add support for bus clock via platform data

Add the I2C bus clock speed to the platform data structure.
If not set, default to 100KHz as before.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>


# 2c7e4928 14-Feb-2019 Federico Vaga <federico.vaga@cern.ch>

i2c: ocores: add SPDX tag

It adds the SPDX tag and it removes the old text about the GPLv2.

Signed-off-by: Federico Vaga <federico.vaga@cern.ch>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>


# 5d3a01a2 22-Aug-2018 Peter Korsgaard <peter@korsgaard.com>

i2c: ocores: update my email address

The old @sunsite.dk address is no longer active, so update the references.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>


# 985ecf00 19-Apr-2018 Wolfram Sang <wsa@kernel.org>

i2c: ocores: move header to platform_data

This header only contains platform_data. Move it to the proper directory.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Lee Jones <lee.jones@linaro.org>