10 Jan, 2012

1 commit

  • * 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
    isl29020: Remove a redundant semi-colon from return statement
    BMP085: Remove redundant semi-colon from return statement
    drivers:misc: ti-st: DEBUG uart, baud rate mods
    drivers:misc: ti-st: flush UART upon fw failure
    drivers:misc: ti-st: protect registrations
    char_dev.c: fix up some whitespace errors
    s390: tape_class.h: remove kobj_map.h inclusion
    misc: ad525x_dpot: Add support for SPI module device table matching

    Linus Torvalds
     

19 Nov, 2011

2 commits


27 Oct, 2010

3 commits

  • The ad5251/ad5252 devices have rdac1 and rdac3, but no rdac0. So make
    sure we use the right channels so userspace gets correct data and not just
    garbage.

    Signed-off-by: steven miao
    Signed-off-by: Mike Frysinger
    Cc: Michael Hennerich
    Cc: Chris Verges
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    steven miao
     
  • Add support for AD5270, AD5271, AD5272, AD5274 digital potentiometers.
    Add 20-TP feature for AD5291 and AD5292 parts, and update feature list.
    AD5291 rdac read back must be shifted by two.

    Signed-off-by: Michael Hennerich
    Cc: Mike Frysinger
    Cc: Chris Verges
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Hennerich
     
  • There is no runtime effect by this change. It frees up namespace for
    defines erroneously used. This is required to actually support devices
    requiring the namespace, added with "drivers/misc/ad525x_dpot.c: new
    features".

    All defines touched have the same value defined, after the change.

    Signed-off-by: Michael Hennerich
    Cc: Mike Frysinger
    Cc: Chris Verges
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Hennerich
     

25 May, 2010

4 commits