14 Sep, 2010

1 commit

  • As the help for the config option suggests, this option really shouldn't
    be set by default for any recent distribution as it changes the layout
    of sysfs. I spotted this while running debian when udev got very
    confused by the sysfs layout and failed to create some device nodes.

    Signed-off-by: Matt Fleming
    Signed-off-by: Paul Mundt

    Matt Fleming
     

15 Aug, 2010

1 commit


18 May, 2010

1 commit


26 Apr, 2010

1 commit


04 Jan, 2010

1 commit


15 Dec, 2009

1 commit

  • This patch breaks out the sh4 scif serial port platform
    data from a shared platform device to one platform
    device per port. Also, add serial ports to the list of
    early platform devices.

    While at it, get rid of the R2D ifdef in the processor
    code and adjust the defconfigs to use ttySC1.

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm
     

25 Sep, 2009

1 commit


18 Jun, 2009

1 commit


27 Apr, 2009

2 commits


02 Apr, 2009

1 commit


27 Jan, 2009

2 commits

  • * 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6:
    i2c: Warn on deprecated binding model use
    eeprom: More consistent symbol names
    eeprom: Move 93cx6 eeprom driver to /drivers/misc/eeprom
    spi: Move at25 (for SPI eeproms) to /drivers/misc/eeprom
    i2c: Move old eeprom driver to /drivers/misc/eeprom
    i2c: Move at24 to drivers/misc/eeprom
    i2c: Quilt tree has moved
    i2c: Delete many unused adapter IDs
    i2c: Delete 10 unused driver IDs

    Linus Torvalds
     
  • Now that all EEPROM drivers live in the same place, let's harmonize
    their symbol names.

    Also fix eeprom's dependencies, it definitely needs sysfs, and is no
    longer experimental after many years in the kernel tree.

    Signed-off-by: Jean Delvare
    Acked-by: Wolfram Sang
    Cc: David Brownell

    Jean Delvare
     

21 Jan, 2009

1 commit


22 Oct, 2008

1 commit


30 Jul, 2008

1 commit


14 Feb, 2008

1 commit


21 Sep, 2007

1 commit

  • This patch removes the old r2d config file named rts7751r2d_defconfig
    and adds separate config files for the two r2d board versions. The two
    new defconfigs are identical with the exception of board selection:

    - rts7751r2dplus_defconfig selects CONFIG_RTS7751R2D_PLUS=y
    - rts7751r2d1_defconfig selects CONFIG_RTS7751R2D_1=y

    Please remember to update both files with r2d changes in the future.

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm