17 Oct, 2008
2 commits
-
Simplify the IRQ handling routine of ams driver.
Signed-off-by: Dmitry Torokhov
Signed-off-by: Johannes Berg
Signed-off-by: Jean Delvare -
Use a separate mutex to serialize input device creation/removal,
otheriwse we deadlock if we try to remove input device while it is
being polled. Also do not take ams_info.lock when it is not needed.Signed-off-by: Dmitry Torokhov
Signed-off-by: Johannes Berg
Signed-off-by: Jean Delvare
30 Jun, 2008
1 commit
-
Signed-off-by: Stephen Rothwell
Acked-by: Stelian Pop
Signed-off-by: Paul Mackerras
31 Jul, 2007
1 commit
-
This patch cleans up duplicate includes in
drivers/hwmon/Signed-off-by: Jesper Juhl
Signed-off-by: Mark M. Hoffman
09 May, 2007
1 commit
-
* 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6: (32 commits)
Use menuconfig objects - hwmon
hwmon/smsc47b397: Use dynamic sysfs callbacks
hwmon/smsc47b397: Convert to a platform driver
hwmon/w83781d: Deprecate W83627HF support
hwmon/w83781d: Use dynamic sysfs callbacks
hwmon/w83781d: Be less i2c_client-centric
hwmon/w83781d: Clean up conversion macros
hwmon/w83781d: No longer use i2c-isa
hwmon/ams: Do not print error on systems without apple motion sensor
hwmon/ams: Fix I2C read retry logic
hwmon: New AD7416, AD7417 and AD7418 driver
hwmon/coretemp: Add documentation
hwmon: New coretemp driver
i386: Use functions from library in msr driver
i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpu
hwmon/lm75: Use dynamic sysfs callbacks
hwmon/lm78: Use dynamic sysfs callbacks
hwmon/lm78: Be less i2c_client-centric
hwmon/lm78: No longer use i2c-isa
hwmon: New max6650 driver
...
08 May, 2007
1 commit
-
It is not an error if a system has no ams hardware. Do not clutter dmesg
in this case.Signed-off-by: Olaf Hering
Signed-off-by: Andrew Morton
Acked-by: Michael Hanselmann
Signed-off-by: Jean Delvare
07 May, 2007
1 commit
-
for consistency with other Open Firmware interfaces (and Sparc).
This is just a straight replacement.
This leaves the compatibility define in place.
Signed-off-by: Stephen Rothwell
Signed-off-by: Paul Mackerras
02 May, 2007
1 commit
-
These are all the remaining instances of get_property. Simple rename of
get_property to of_get_property.Signed-off-by: Stephen Rothwell
Signed-off-by: Paul Mackerras
26 Apr, 2007
1 commit
-
This reverts commit d05c7a80cf39ae7d0f8d0c3e47c93d51fcd393d3,
which included changes which should go via other subsystem
maintainers.
13 Apr, 2007
2 commits
-
Signed-off-by: Stephen Rothwell
Acked-by: Benjamin Herrenschmidt
Signed-off-by: Paul Mackerras -
This just tidies up some of the remains.
Signed-off-by: Stephen Rothwell
Signed-off-by: Paul Mackerras
13 Dec, 2006
1 commit
-
This driver adds support for the Apple Motion Sensor (AMS) as found in 2005
revisions of Apple PowerBooks and iBooks. It implements both the PMU and
I2C variants. The I2C driver and mouse emulation is based on code by
Stelian Pop, while the PMU driver has been developped by Michael Hanselmann.
HD parking support will be added later.Various people contributed fixes to this driver, including
Aristeu Sergio Rozanski Filho and Jean Delvare.Signed-off-by: Stelian Pop
Acked-by: Dmitry Torokhov
Acked-by: Robert Love
Signed-off-by: Jean Delvare