15 Mar, 2011

1 commit

  • EMC6D103S is similar to EMC6D103, only it does not support registers 62[5:7],
    6D[0:7], and 6E[0:7]. Register respective sysfs attributes and update affected
    registers for all other chips only.

    Signed-off-by: Guenter Roeck
    Acked-by: Jean Delvare

    Guenter Roeck
     

29 Oct, 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
     

23 Apr, 2010

1 commit


07 Jan, 2009

1 commit


17 Oct, 2008

1 commit

  • Implement the standard PWM frequency interface: pwm[1-*]_freq in
    units of 1 Hz, instead of the non-standard pwm[1-*]_auto_pwm_freq
    in units of 0.1 Hz. The old naming was not only non-standard, it was
    also confusing, because it suggested that the frequency value only
    applied in automatic fan speed mode, which isn't true.

    Signed-off-by: Jean Delvare
    Acked-by: Herbert Poetzl

    Jean Delvare
     

01 Aug, 2008

1 commit

  • Drop a lot of useless register defines, conversion macros, data structure
    members and update code. All these register values were read from the
    device but nothing is done out of them, so this is all dead code in
    practice.

    Signed-off-by: Jean Delvare
    Acked-by: Juerg Haefliger
    Signed-off-by: Mark M. Hoffman

    Jean Delvare
     

12 Jul, 2005

1 commit

  • Part 3: Move the drivers documentation, plus two general documentation
    files.

    Note that the patch "adds trailing whitespace", because it does move the
    files as-is, and some files happen to have trailing whitespace.

    Signed-off-by: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare