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

Commit 02894034 authored by David S. Miller's avatar David S. Miller
Browse files
parents be3eed2e 0e93b4b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +3,8 @@
Required properties:
Required properties:
- compatible : "fsl,sgtl5000".
- compatible : "fsl,sgtl5000".


- reg : the I2C address of the device

Example:
Example:


codec: sgtl5000@0a {
codec: sgtl5000@0a {
+10 −0
Original line number Original line Diff line number Diff line
@@ -539,3 +539,13 @@ When: 3.6
Why:	setitimer is not returning -EFAULT if user pointer is NULL. This
Why:	setitimer is not returning -EFAULT if user pointer is NULL. This
	violates the spec.
	violates the spec.
Who:	Sasikantha Babu <sasikanth.v19@gmail.com>
Who:	Sasikantha Babu <sasikanth.v19@gmail.com>

----------------------------

What:	V4L2_CID_HCENTER, V4L2_CID_VCENTER V4L2 controls
When:	3.7
Why:	The V4L2_CID_VCENTER, V4L2_CID_HCENTER controls have been deprecated
	for about 4 years and they are not used by any mainline driver.
	There are newer controls (V4L2_CID_PAN*, V4L2_CID_TILT*) that provide
	similar	functionality.
Who:	Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
+3 −3
Original line number Original line Diff line number Diff line
@@ -1969,10 +1969,9 @@ S: Maintained
F:	drivers/net/ethernet/ti/cpmac.c
F:	drivers/net/ethernet/ti/cpmac.c


CPU FREQUENCY DRIVERS
CPU FREQUENCY DRIVERS
M:	Dave Jones <davej@redhat.com>
M:	Rafael J. Wysocki <rjw@sisk.pl>
L:	cpufreq@vger.kernel.org
L:	cpufreq@vger.kernel.org
W:	http://www.codemonkey.org.uk/projects/cpufreq/
L:	linux-pm@vger.kernel.org
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
S:	Maintained
S:	Maintained
F:	drivers/cpufreq/
F:	drivers/cpufreq/
F:	include/linux/cpufreq.h
F:	include/linux/cpufreq.h
@@ -4032,6 +4031,7 @@ F: Documentation/scsi/53c700.txt
F:	drivers/scsi/53c700*
F:	drivers/scsi/53c700*


LED SUBSYSTEM
LED SUBSYSTEM
M:	Bryan Wu <bryan.wu@canonical.com>
M:	Richard Purdie <rpurdie@rpsys.net>
M:	Richard Purdie <rpurdie@rpsys.net>
S:	Maintained
S:	Maintained
F:	drivers/leds/
F:	drivers/leds/
+1 −1
Original line number Original line Diff line number Diff line
VERSION = 3
VERSION = 3
PATCHLEVEL = 4
PATCHLEVEL = 4
SUBLEVEL = 0
SUBLEVEL = 0
EXTRAVERSION = -rc5
EXTRAVERSION = -rc7
NAME = Saber-toothed Squirrel
NAME = Saber-toothed Squirrel


# *DOCUMENTATION*
# *DOCUMENTATION*
+1 −1
Original line number Original line Diff line number Diff line
@@ -477,7 +477,7 @@ config ALPHA_BROKEN_IRQ_MASK


config VGA_HOSE
config VGA_HOSE
	bool
	bool
	depends on ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL || ALPHA_TSUNAMI
	depends on VGA_CONSOLE && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL || ALPHA_TSUNAMI)
	default y
	default y
	help
	help
	  Support VGA on an arbitrary hose; needed for several platforms
	  Support VGA on an arbitrary hose; needed for several platforms
Loading