25 May, 2011

1 commit


31 Mar, 2011

1 commit


23 Mar, 2011

1 commit

  • * 'for-linus/2639/i2c-2' of git://git.fluff.org/bjdooks/linux:
    i2c-pxa2xx: Don't clear isr bits too early
    i2c-pxa2xx: Fix register offsets
    i2c-pxa2xx: pass of_node from platform driver to adapter and publish
    i2c-pxa2xx: check timeout correctly
    i2c-pxa2xx: add support for shared IRQ handler
    i2c-pxa2xx: Add PCI support for PXA I2C controller
    ARM: pxa2xx: reorganize I2C files
    i2c-pxa2xx: use dynamic register layout
    i2c-mxs: set controller to pio queue mode after reset
    i2c-eg20t: support new device OKI SEMICONDUCTOR ML7213 IOH
    i2c/busses: Add support for Diolan U2C-12 USB-I2C adapter

    Linus Torvalds
     

20 Mar, 2011

1 commit


27 Jan, 2011

1 commit


01 Nov, 2010

2 commits


04 Aug, 2010

1 commit

  • Below you will find an updated version from the original series bunching all patches into one big patch
    updating broken web addresses that are located in Documentation/*
    Some of the addresses date as far far back as 1995 etc... so searching became a bit difficult,
    the best way to deal with these is to use web.archive.org to locate these addresses that are outdated.
    Now there are also some addresses pointing to .spec files some are located, but some(after searching
    on the companies site)where still no where to be found. In this case I just changed the address
    to the company site this way the users can contact the company and they can locate them for the users.

    Signed-off-by: Justin P. Mattock
    Signed-off-by: Thomas Weber
    Signed-off-by: Mike Frysinger
    Cc: Paulo Marques
    Cc: Randy Dunlap
    Cc: Michael Neuling
    Signed-off-by: Jiri Kosina

    Justin P. Mattock
     

03 Jun, 2010

1 commit


22 May, 2010

1 commit


02 Mar, 2010

3 commits


07 Dec, 2009

1 commit


07 Nov, 2009

1 commit


19 Sep, 2009

1 commit


16 Jun, 2009

1 commit


13 Jun, 2009

1 commit

  • There is sometimes a need for the ocores driver to add devices to the
    bus when installed.

    i2c_register_board_info can not always be used, because the I2C devices
    are not known at an early state, they could for instance be connected
    on a I2C bus on a PCI device which has the Open Cores IP.

    i2c_new_device can not be used in all cases either since the resulting
    bus nummer might be unknown.

    The solution is the pass a list of I2C devices in the platform data to
    the Open Cores driver. This is useful for MFD drivers.

    Signed-off-by: Richard Röjfors
    Signed-off-by: Ben Dooks

    Richard Röjfors
     

29 Mar, 2009

2 commits


30 Oct, 2008

1 commit


23 Oct, 2008

1 commit


14 Oct, 2008

1 commit


15 Jul, 2008

1 commit


25 Feb, 2008

1 commit


08 Feb, 2008

1 commit


28 Jan, 2008

2 commits

  • 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

    Jean Delvare
     
  • I2C block read is supported since the ICH5. I couldn't get it to work
    using the block buffer, so it's using the old-style byte-by-byte mode
    for now.

    Note: I'm also updating the driver author... The i2c-i801 driver was
    really written by Mark Studebaker, even though he based his work on
    the i2c-piix4 driver which was written by Philip Edelbrock.

    Signed-off-by: Jean Delvare

    Jean Delvare
     

14 Oct, 2007

1 commit


31 Aug, 2007

1 commit

  • 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
    Signed-off-by: Jean Delvare
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Shane Huang
     

12 Jul, 2007

3 commits


09 May, 2007

1 commit


02 May, 2007

1 commit


14 Feb, 2007

4 commits


11 Dec, 2006

1 commit