27 Nov, 2011

2 commits

  • Add support for writing data to EEPROM.

    Signed-off-by: Ben Dooks
    Cc: Wolfram Sang
    Cc: Jean Delvare
    Cc: Linux Kernel
    Signed-off-by: Stephen Boyd
    Signed-off-by: David S. Miller

    Ben Dooks
     
  • Some devices need to know if the data is to be output or read, so add a
    data direction into the eeprom structure to tell the driver whether the
    data line should be driven.

    The user in this case is the Micrel KS8851 which has a direction
    control for the EEPROM data line and thus needs to know whether
    to drive it (writing) or to tristate it for receiving.

    Signed-off-by: Ben Dooks
    Cc: Wolfram Sang
    Cc: Jean Delvare
    Signed-off-by: Stephen Boyd
    Signed-off-by: David S. Miller

    Ben Dooks
     

01 Jul, 2010

1 commit


11 Oct, 2007

1 commit

  • Hook up the 93cx6 eeprom code to the ax88796 driver and modify the ax88796
    driver to read out the mac address from the eeprom. We need this for the
    ax88796 on certain SuperH boards. The pin configuration used to connect
    the eeprom to the ax88796 on these boards is the same as pointed out by the
    ax88796 datasheet, so we can probably reuse this code for multiple
    platforms in the future.

    Signed-off-by: Magnus Damm
    Cc: Ben Dooks
    Cc: Paul Mundt
    Signed-off-by: Andrew Morton
    Signed-off-by: Jeff Garzik

    Magnus Damm
     

09 Jul, 2007

1 commit