Loading Documentation/i2c/busses/i2c-ocores +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Supported adapters: * OpenCores.org I2C controller by Richard Herveille (see datasheet link) https://opencores.org/project/i2c/overview Author: Peter Korsgaard <jacmet@sunsite.dk> Author: Peter Korsgaard <peter@korsgaard.com> Description ----------- Loading MAINTAINERS +1 −1 Original line number Diff line number Diff line Loading @@ -10787,7 +10787,7 @@ F: arch/*/boot/dts/ F: include/dt-bindings/ OPENCORES I2C BUS DRIVER M: Peter Korsgaard <jacmet@sunsite.dk> M: Peter Korsgaard <peter@korsgaard.com> L: linux-i2c@vger.kernel.org S: Maintained F: Documentation/i2c/busses/i2c-ocores Loading drivers/i2c/busses/i2c-ocores.c +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * i2c-ocores.c: I2C bus driver for OpenCores I2C controller * (https://opencores.org/project/i2c/overview) * * Peter Korsgaard <jacmet@sunsite.dk> * Peter Korsgaard <peter@korsgaard.com> * * Support for the GRLIB port of the controller by * Andreas Larsson <andreas@gaisler.com> Loading Loading @@ -576,7 +576,7 @@ static struct platform_driver ocores_i2c_driver = { module_platform_driver(ocores_i2c_driver); MODULE_AUTHOR("Peter Korsgaard <jacmet@sunsite.dk>"); MODULE_AUTHOR("Peter Korsgaard <peter@korsgaard.com>"); MODULE_DESCRIPTION("OpenCores I2C bus driver"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:ocores-i2c"); include/linux/platform_data/i2c-ocores.h +1 −1 Original line number Diff line number Diff line /* * i2c-ocores.h - definitions for the i2c-ocores interface * * Peter Korsgaard <jacmet@sunsite.dk> * Peter Korsgaard <peter@korsgaard.com> * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any Loading Loading
Documentation/i2c/busses/i2c-ocores +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Supported adapters: * OpenCores.org I2C controller by Richard Herveille (see datasheet link) https://opencores.org/project/i2c/overview Author: Peter Korsgaard <jacmet@sunsite.dk> Author: Peter Korsgaard <peter@korsgaard.com> Description ----------- Loading
MAINTAINERS +1 −1 Original line number Diff line number Diff line Loading @@ -10787,7 +10787,7 @@ F: arch/*/boot/dts/ F: include/dt-bindings/ OPENCORES I2C BUS DRIVER M: Peter Korsgaard <jacmet@sunsite.dk> M: Peter Korsgaard <peter@korsgaard.com> L: linux-i2c@vger.kernel.org S: Maintained F: Documentation/i2c/busses/i2c-ocores Loading
drivers/i2c/busses/i2c-ocores.c +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * i2c-ocores.c: I2C bus driver for OpenCores I2C controller * (https://opencores.org/project/i2c/overview) * * Peter Korsgaard <jacmet@sunsite.dk> * Peter Korsgaard <peter@korsgaard.com> * * Support for the GRLIB port of the controller by * Andreas Larsson <andreas@gaisler.com> Loading Loading @@ -576,7 +576,7 @@ static struct platform_driver ocores_i2c_driver = { module_platform_driver(ocores_i2c_driver); MODULE_AUTHOR("Peter Korsgaard <jacmet@sunsite.dk>"); MODULE_AUTHOR("Peter Korsgaard <peter@korsgaard.com>"); MODULE_DESCRIPTION("OpenCores I2C bus driver"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:ocores-i2c");
include/linux/platform_data/i2c-ocores.h +1 −1 Original line number Diff line number Diff line /* * i2c-ocores.h - definitions for the i2c-ocores interface * * Peter Korsgaard <jacmet@sunsite.dk> * Peter Korsgaard <peter@korsgaard.com> * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any Loading