Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4da0bd73 authored by David S. Miller's avatar David S. Miller
Browse files
parents 81a430ac c16fa4f2
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ W83627DHG, W83627DHG-P, W83627UHG, W83667HG, W83667HG-B, W83667HG-I
(NCT6775F), and NCT6776F super I/O chips. We will refer to them collectively
(NCT6775F), and NCT6776F super I/O chips. We will refer to them collectively
as Winbond chips.
as Winbond chips.


The chips implement 2 to 4 temperature sensors (9 for NCT6775F and NCT6776F),
The chips implement 3 to 4 temperature sensors (9 for NCT6775F and NCT6776F),
2 to 5 fan rotation speed sensors, 8 to 10 analog voltage sensors, one VID
2 to 5 fan rotation speed sensors, 8 to 10 analog voltage sensors, one VID
(except for 627UHG), alarms with beep warnings (control unimplemented),
(except for 627UHG), alarms with beep warnings (control unimplemented),
and some automatic fan regulation strategies (plus manual fan control mode).
and some automatic fan regulation strategies (plus manual fan control mode).
@@ -143,8 +143,13 @@ pwm[1-4]_min_output - minimum fan speed (range 1 - 255), when the temperature
pwm[1-4]_stop_time  - how many milliseconds [ms] must elapse to switch
pwm[1-4]_stop_time  - how many milliseconds [ms] must elapse to switch
                      corresponding fan off. (when the temperature was below
                      corresponding fan off. (when the temperature was below
                      defined range).
                      defined range).
pwm[1-4]_start_output-minimum fan speed (range 1 - 255) when spinning up
pwm[1-4]_step_output- rate of fan speed change (1 - 255)
pwm[1-4]_stop_output- minimum fan speed (range 1 - 255) when spinning down
pwm[1-4]_max_output - maximum fan speed (range 1 - 255), when the temperature
                      is above defined range.


Note: last two functions are influenced by other control bits, not yet exported
Note: last six functions are influenced by other control bits, not yet exported
      by the driver, so a change might not have any effect.
      by the driver, so a change might not have any effect.


Implementation Details
Implementation Details
+6 −8
Original line number Original line Diff line number Diff line
@@ -88,14 +88,12 @@ Module parameters
delay
delay
-----
-----


Some Intersil/Zilker Labs DC-DC controllers require a minimum interval between
Intersil/Zilker Labs DC-DC controllers require a minimum interval between I2C
I2C bus accesses. According to Intersil, the minimum interval is 2 ms, though
bus accesses. According to Intersil, the minimum interval is 2 ms, though 1 ms
1 ms appears to be sufficient and has not caused any problems in testing.
appears to be sufficient and has not caused any problems in testing. The problem
The problem is known to affect ZL6100, ZL2105, and ZL2008. It is known not to
is known to affect all currently supported chips. For manual override, the
affect ZL2004 and ZL6105. The driver automatically sets the interval to 1 ms
driver provides a writeable module parameter, 'delay', which can be used to set
except for ZL2004 and ZL6105. To enable manual override, the driver provides a
the interval to a value between 0 and 65,535 microseconds.
writeable module parameter, 'delay', which can be used to set the interval to
a value between 0 and 65,535 microseconds.




Sysfs entries
Sysfs entries
+42 −4
Original line number Original line Diff line number Diff line
@@ -1514,19 +1514,23 @@ F: drivers/mtd/devices/block2mtd.c


BLUETOOTH DRIVERS
BLUETOOTH DRIVERS
M:	Marcel Holtmann <marcel@holtmann.org>
M:	Marcel Holtmann <marcel@holtmann.org>
M:	"Gustavo F. Padovan" <padovan@profusion.mobi>
M:	Gustavo Padovan <gustavo@padovan.org>
M:	Johan Hedberg <johan.hedberg@gmail.com>
L:	linux-bluetooth@vger.kernel.org
L:	linux-bluetooth@vger.kernel.org
W:	http://www.bluez.org/
W:	http://www.bluez.org/
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jh/bluetooth.git
S:	Maintained
S:	Maintained
F:	drivers/bluetooth/
F:	drivers/bluetooth/


BLUETOOTH SUBSYSTEM
BLUETOOTH SUBSYSTEM
M:	Marcel Holtmann <marcel@holtmann.org>
M:	Marcel Holtmann <marcel@holtmann.org>
M:	"Gustavo F. Padovan" <padovan@profusion.mobi>
M:	Gustavo Padovan <gustavo@padovan.org>
M:	Johan Hedberg <johan.hedberg@gmail.com>
L:	linux-bluetooth@vger.kernel.org
L:	linux-bluetooth@vger.kernel.org
W:	http://www.bluez.org/
W:	http://www.bluez.org/
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jh/bluetooth.git
S:	Maintained
S:	Maintained
F:	net/bluetooth/
F:	net/bluetooth/
F:	include/net/bluetooth/
F:	include/net/bluetooth/
@@ -1717,6 +1721,14 @@ F: include/linux/can/error.h
F:	include/linux/can/netlink.h
F:	include/linux/can/netlink.h
F:	include/linux/can/platform/
F:	include/linux/can/platform/


CAPABILITIES
M:	Serge Hallyn <serge.hallyn@canonical.com>
L:	linux-security-module@vger.kernel.org
S:	Supported	
F:	include/linux/capability.h
F:	security/capability.c
F:	security/commoncap.c 

CELL BROADBAND ENGINE ARCHITECTURE
CELL BROADBAND ENGINE ARCHITECTURE
M:	Arnd Bergmann <arnd@arndb.de>
M:	Arnd Bergmann <arnd@arndb.de>
L:	linuxppc-dev@lists.ozlabs.org
L:	linuxppc-dev@lists.ozlabs.org
@@ -2352,6 +2364,15 @@ S: Supported
F:	drivers/gpu/drm/exynos
F:	drivers/gpu/drm/exynos
F:	include/drm/exynos*
F:	include/drm/exynos*


EXYNOS MIPI DISPLAY DRIVERS
M:	Inki Dae <inki.dae@samsung.com>
M:	Donghwa Lee <dh09.lee@samsung.com>
M:	Kyungmin Park <kyungmin.park@samsung.com>
L:	linux-fbdev@vger.kernel.org
S:	Maintained
F:	drivers/video/exynos/exynos_mipi*
F:	include/video/exynos_mipi*

DSCC4 DRIVER
DSCC4 DRIVER
M:	Francois Romieu <romieu@fr.zoreil.com>
M:	Francois Romieu <romieu@fr.zoreil.com>
L:	netdev@vger.kernel.org
L:	netdev@vger.kernel.org
@@ -2846,6 +2867,12 @@ S: Maintained
F:	drivers/media/video/m5mols/
F:	drivers/media/video/m5mols/
F:	include/media/m5mols.h
F:	include/media/m5mols.h


FUJITSU TABLET EXTRAS
M:	Robert Gerlach <khnz@gmx.de>
L:	platform-driver-x86@vger.kernel.org
S:	Maintained
F:	drivers/platform/x86/fujitsu-tablet.c

FUSE: FILESYSTEM IN USERSPACE
FUSE: FILESYSTEM IN USERSPACE
M:	Miklos Szeredi <miklos@szeredi.hu>
M:	Miklos Szeredi <miklos@szeredi.hu>
L:	fuse-devel@lists.sourceforge.net
L:	fuse-devel@lists.sourceforge.net
@@ -5863,6 +5890,7 @@ F: drivers/mmc/host/sdhci-s3c.c


SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
M:	Viresh Kumar <viresh.kumar@st.com>
M:	Viresh Kumar <viresh.kumar@st.com>
L:	spear-devel@list.st.com
L:	linux-mmc@vger.kernel.org
L:	linux-mmc@vger.kernel.org
S:	Maintained
S:	Maintained
F:	drivers/mmc/host/sdhci-spear.c
F:	drivers/mmc/host/sdhci-spear.c
@@ -6205,24 +6233,32 @@ F: drivers/tty/serial/sunzilog.h


SPEAR PLATFORM SUPPORT
SPEAR PLATFORM SUPPORT
M:	Viresh Kumar <viresh.kumar@st.com>
M:	Viresh Kumar <viresh.kumar@st.com>
L:	spear-devel@list.st.com
L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
W:	http://www.st.com/spear
W:	http://www.st.com/spear
S:	Maintained
S:	Maintained
F:	arch/arm/plat-spear/
F:	arch/arm/plat-spear/


SPEAR3XX MACHINE SUPPORT
SPEAR3XX MACHINE SUPPORT
M:	Viresh Kumar <viresh.kumar@st.com>
M:	Viresh Kumar <viresh.kumar@st.com>
L:	spear-devel@list.st.com
L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
W:	http://www.st.com/spear
W:	http://www.st.com/spear
S:	Maintained
S:	Maintained
F:	arch/arm/mach-spear3xx/
F:	arch/arm/mach-spear3xx/


SPEAR6XX MACHINE SUPPORT
SPEAR6XX MACHINE SUPPORT
M:	Rajeev Kumar <rajeev-dlh.kumar@st.com>
M:	Rajeev Kumar <rajeev-dlh.kumar@st.com>
L:	spear-devel@list.st.com
L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
W:	http://www.st.com/spear
W:	http://www.st.com/spear
S:	Maintained
S:	Maintained
F:	arch/arm/mach-spear6xx/
F:	arch/arm/mach-spear6xx/


SPEAR CLOCK FRAMEWORK SUPPORT
SPEAR CLOCK FRAMEWORK SUPPORT
M:	Viresh Kumar <viresh.kumar@st.com>
M:	Viresh Kumar <viresh.kumar@st.com>
L:	spear-devel@list.st.com
L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
W:	http://www.st.com/spear
W:	http://www.st.com/spear
S:	Maintained
S:	Maintained
F:	arch/arm/mach-spear*/clock.c
F:	arch/arm/mach-spear*/clock.c
@@ -6231,6 +6267,8 @@ F: arch/arm/plat-spear/include/plat/clock.h


SPEAR PAD MULTIPLEXING SUPPORT
SPEAR PAD MULTIPLEXING SUPPORT
M:	Viresh Kumar <viresh.kumar@st.com>
M:	Viresh Kumar <viresh.kumar@st.com>
L:	spear-devel@list.st.com
L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
W:	http://www.st.com/spear
W:	http://www.st.com/spear
S:	Maintained
S:	Maintained
F:	arch/arm/plat-spear/include/plat/padmux.h
F:	arch/arm/plat-spear/include/plat/padmux.h
+1 −1
Original line number Original line Diff line number Diff line
VERSION = 3
VERSION = 3
PATCHLEVEL = 3
PATCHLEVEL = 3
SUBLEVEL = 0
SUBLEVEL = 0
EXTRAVERSION = -rc6
EXTRAVERSION =
NAME = Saber-toothed Squirrel
NAME = Saber-toothed Squirrel


# *DOCUMENTATION*
# *DOCUMENTATION*
+1 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,7 @@
#include <linux/mmc/sh_mobile_sdhi.h>
#include <linux/mmc/sh_mobile_sdhi.h>
#include <linux/mfd/tmio.h>
#include <linux/mfd/tmio.h>
#include <linux/sh_clk.h>
#include <linux/sh_clk.h>
#include <linux/videodev2.h>
#include <video/sh_mobile_lcdc.h>
#include <video/sh_mobile_lcdc.h>
#include <video/sh_mipi_dsi.h>
#include <video/sh_mipi_dsi.h>
#include <sound/sh_fsi.h>
#include <sound/sh_fsi.h>
Loading