An error occurred fetching the project authors.
- 15 Jun, 2009 1 commit
-
-
Harald Welte authored
The south bridge of the VIA VX855 chipset has a different PCI Device ID so i2c-viapro.c needs to be updated with this. Signed-off-by:
Harald Welte <HaraldWelte@viatech.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 13 Jun, 2009 1 commit
-
-
Michael Hennerich authored
Make sure we don't end up with an invalid CLKDIV=0 in case someone specifies 20kHz SCL or less (5 * 1024 / 20 = 0x100). Signed-off-by:
Michael Hennerich <michael.hennerich@analog.com> Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Bryan Wu <cooloney@kernel.org> [ben-linux@fluff.org: shortened subject line] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 11 May, 2009 1 commit
-
-
Mark Brown authored
This controller is also present on the S3C64xx series processors so enable the driver in Kconfig for those platforms. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 13 Apr, 2009 1 commit
-
-
Jean Delvare authored
Support for I2C/DDC was recently added to the tdfxfb driver, which means that the i2c-voodoo3 driver can be deprecated. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Cc: Krzysztof Helt <krzysztof.h1@wp.pl>
-
- 07 Apr, 2009 2 commits
-
-
Oskar Schirmer authored
Support for the s6000 on-chip i2c controller. Signed-off-by:
Oskar Schirmer <os@emlix.com> Signed-off-by:
Daniel Glöckner <dg@emlix.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Darius Augulis authored
Implementation of I2C Adapter/Algorithm Driver for I2C Bus integrated in Freescale's i.MX/MXC processors. Signed-off-by:
Darius Augulis <augulis.darius@gmail.com> Tested-by:
Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by:
Wolfram Sang <w.sang@pengutronix.de> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 28 Mar, 2009 2 commits
-
-
Flavio Leitner authored
Add support for the Broadcom HT1100 LD chipset (SMBus function.) Signed-off-by:
Flavio Leitner <fbl@redhat.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Marco Aurelio da Costa authored
Add support for the PCA9665 I2C controller. Signed-off-by:
Wolfram Sang <w.sang@pengutronix.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 22 Oct, 2008 1 commit
-
-
Seth Heasley authored
Adds the Intel Ibex Peak (PCH) SMBus Controller Device IDs. Signed-off-by:
Seth Heasley <seth.heasley@intel.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 14 Oct, 2008 3 commits
-
-
Jean Delvare authored
The two Tyan SMBus mux drivers (i2c-amd756-s4882 and i2c-nforce2-s4985) are only useful on specific x86 motherboards, so there is no point in letting them be built on other architectures. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Rudolf Marek authored
Thanks to new datasheets published on http://linux.via.com.tw we can now add support for VX800/VX820 chipsets. Signed-off-by:
Rudolf Marek <r.marek@assembler.cz> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Paul Mundt authored
This adds support for the SMBus adapter found in the various FPGAs on the Renesas Highlander platforms. Particularly the R0P7780LC0011RL and R0P7785LC0011RL FPGAs. Functionality is fairly restricted, in that only byte and block data transfers are supported. Normal/fast mode and IRQ/polling are also supported. Primarily used for various RTCs and thermal sensors. Signed-off-by:
Paul Mundt <lethal@linux-sh.org> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 14 Jul, 2008 6 commits
-
-
Jochen Friedrich authored
This driver uses the port of 2.4 code from Vitaly Bordug <vitb@kernel.crashing.org> and the actual algorithm used by the i2c driver of the DBox code on cvs.tuxboc.org from Felix Domke (tmbinc@gmx.net) and Gillem (htoa@gmx.net) converted to an of_platform_driver. Tested on CPM1 (MPC823 on dbox2 hardware) and CPM2 (MPC8272). Signed-off-by:
Jochen Friedrich <jochen@scram.de> Tested-by:
Wolfram Sang <w.sang@pengutronix.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Alek Du authored
New i2c bus driver for the Intel SCH chipsets (AF82US15W, AF82US15L, AF82UL11L). Signed-off-by:
Alek Du <alek.du@intel.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
The list of I2C/SMBus bus drivers is growing and it is sometimes difficult for the users to figure out what drivers they should enable. By grouping the drivers by type, I hope to make the selection easier. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Mike Frysinger authored
Since only a few Blackfins lack TWI, just list them in a depends statement. Signed-off-by:
Mike Frysinger <vapier.adi@gmail.com> Signed-off-by:
Bryan Wu <cooloney@kernel.org> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Adrian Bunk authored
This patch contains the scheduled removal of i2c-i810, i2c-prosavage and i2c-savage4. Signed-off-by:
Adrian Bunk <bunk@kernel.org> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
Just like the Tyan S4882, the S4985 uses a multiplexer to give access to all 16 memory module SPD EEPROMs. This specific i2c-nforce2-s4985 driver adds support for this. It is heavily based on the older i2c-amd756-s4882 driver. As more mainboards will use multiplexer chips, we will have to find a way to support them without having to write a new specfic driver for each. The recent changes to the i2c subsystem should help us, and the new gpio subsystem might help, too. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 22 Apr, 2008 7 commits
-
-
Magnus Damm authored
This is V5 of the SuperH Mobile I2C Controller Driver. A simple Master only driver for the I2C block included in processors such as sh7343, sh7722 and sh7723. Tested on a sh7722 MigoR using a rs5c732b rtc. Signed-off-by:
Magnus Damm <damm@igel.co.jp> Signed-off-by:
Paul Mundt <lethal@linux-sh.org> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Bryan Wu authored
Simply use "depends on BLACKFIN" (which is technically correct) and just document which machines have the device. Signed-off-by:
Bryan Wu <cooloney@kernel.org> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Bryan Wu authored
- Dynamic alloc the resource of TWI driver data according to board information - TWI register read/write accessor based on dynamic regs_base - Support TWI0/TWI1 for BF54x Signed-off-by:
Bryan Wu <cooloney@kernel.org> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Wolfram Sang authored
Signed-off-by:
Wolfram Sang <w.sang@pengutronix.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Manuel Lauss authored
Driver for I2C interfaces in master mode on SH7760. Signed-off-by:
Manuel Lauss <mano@roarinelk.homelinux.net> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Sean MacLennan authored
This patch allows the i2c-ibm_iic driver to be built either as an ocp driver or an of_platform driver. This allows it to run under the powerpc arch but maintains backward compatibility with the ppc arch. Signed-off-by:
Sean MacLennan <smaclennan@pikatech.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Wolfram Sang authored
Tested on a blackfin. Signed-off-by:
Wolfram Sang <w.sang@pengutronix.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 27 Mar, 2008 1 commit
-
-
Lennert Buytenhek authored
Signed-off-by:
Lennert Buytenhek <buytenh@marvell.com> Reviewed-by:
Tzachi Perelstein <tzachi@marvell.com> Acked-by:
Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- 23 Mar, 2008 1 commit
-
-
Bryan Wu authored
The i2c-bfin-twi driver doesn't support BF54x for now due to missing header definitions causing the build to fail. Exclude it for now, it will be enabled again later. Signed-off-by:
Bryan Wu <cooloney@kernel.org> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 24 Feb, 2008 1 commit
-
-
Gaston, Jason D authored
Add the Intel ICH10 SMBus Controller DeviceID's and updates Tolapai support. Signed-off-by:
Jason Gaston <jason.d.gaston@intel.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 27 Jan, 2008 3 commits
-
-
Jean Delvare authored
Add support for another variant of the VT8237. I couldn't test I2C block support but I assume it is present as well. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
The framebuffer drivers for these pieces of hardware include support for the DDC/I2C buses, so there is no need for separate drivers. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Adrian Bunk authored
This patch contains the overdue removal of three I2C drivers. [JD: In fact only i2c-ixp4xx can be removed at the moment, the other two platforms don't implement the generic GPIO layer yet.] Signed-off-by:
Adrian Bunk <bunk@kernel.org> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 26 Jan, 2008 1 commit
-
-
Tzachi Perelstein authored
The motivation for this change is to allow other chips, like the Marvell Orion ARM SoC family, to use the existing i2c-mv64xxx driver. Signed-off-by:
Tzachi Perelstein <tzachi@marvell.com> Acked-by:
Nicolas Pitre <nico@marvell.com> Acked-by:
Dale Farnsworth <dale@farnsworth.org> Acked-by:
Mark A. Greer <mgreer@mvista.com> Acked-by:
Jean Delvare <khali@linux-fr.org>
-
- 19 Oct, 2007 1 commit
-
-
Matt LaPlante authored
Most of these fixes were already submitted for old kernel versions, and were approved, but for some reason they never made it into the releases. Because this is a consolidation of a couple old missed patches, it touches both Kconfigs and documentation texts. Signed-off-by:
Matt LaPlante <kernel1@cyberdogtech.com> Acked-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Adrian Bunk <bunk@kernel.org>
-
- 13 Oct, 2007 2 commits
-
-
David Brownell authored
Mark the i2c-at91 driver BROKEN in Kconfig, and explain just why it's broken. (Summary: hardware design issues.) Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Vladimir Barinov authored
Signed-off-by:
Vladimir Barinov <vbarinov@ru.mvista.com> Acked-by:
Trilok Soni <soni.trilok@gmail.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 31 Aug, 2007 1 commit
-
-
Shane Huang authored
We find that SB700 and SB800 use the same SMBus device ID as SB600, which is 0x4385, instead of the already submitted 0x4395. Besides removing the wrong SB700 device ID, add SB800 support to kernel, by renaming the PCI_DEVICE_ID_ATI_IXP600_SMBUS into PCI_DEVICE_ID_ATI_SBX00_SMBUS. Signed-off-by:
Shane Huang <shane.huang@amd.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 25 Jul, 2007 1 commit
-
-
Bryan Wu authored
Signed-off-by:
Bryan Wu <bryan.wu@analog.com>
-
- 19 Jul, 2007 1 commit
-
-
Jean Delvare authored
There are no users of i2c-isa left, so we can finally get rid of it. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 15 Jul, 2007 1 commit
-
-
Al Viro authored
It depends on tristate I2C and it's trivial to make modular. The current Kconfig allows I2C=m, I2C_ACORN=y, which doesn't work at all; alternatives are dependency on I2C=y and making I2C_ACORN itself a tristate. The latter is the right thing to do... Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org> Acked-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 12 Jul, 2007 1 commit
-
-
Jean Delvare authored
This driver has been broken forever. It depends on i2c-algo-8xx which has never been in the mainline kernel. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-