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

Commit 51645017 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

Merge ../linux-2.6

parents 6749c550 0d514f04
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -111,4 +111,8 @@ source: linux/Documentation/video4linux/CARDLIST.bttv
If you have problems with this please do ask on the mailing list.

--
Authors: Richard Walker, Jamie Honan, Michael Hunold, Manu Abraham
Authors: Richard Walker,
	 Jamie Honan,
	 Michael Hunold,
	 Manu Abraham,
	 Michael Krufky
+21 −0
Original line number Diff line number Diff line
@@ -335,6 +335,12 @@ running once the system is up.
			timesource is not avalible, it defaults to PIT.
			Format: { pit | tsc | cyclone | pmtmr }

	disable_8254_timer
	enable_8254_timer
			[IA32/X86_64] Disable/Enable interrupt 0 timer routing
			over the 8254 in addition to over the IO-APIC. The
			kernel tries to set a sensible default.

	hpet=		[IA-32,HPET] option to disable HPET and use PIT.
			Format: disable

@@ -1034,6 +1040,8 @@ running once the system is up.

	nomce		[IA-32] Machine Check Exception

	nomca		[IA-64] Disable machine check abort handling

	noresidual	[PPC] Don't use residual data on PReP machines.

	noresume	[SWSUSP] Disables resume and restores original swap
@@ -1282,6 +1290,19 @@ running once the system is up.
			New name for the ramdisk parameter.
			See Documentation/ramdisk.txt.

	rcu.blimit=	[KNL,BOOT] Set maximum number of finished
			RCU callbacks to process in one batch.

	rcu.qhimark=	[KNL,BOOT] Set threshold of queued
			RCU callbacks over which batch limiting is disabled.

	rcu.qlowmark=	[KNL,BOOT] Set threshold of queued
			RCU callbacks below which batch limiting is re-enabled.

	rcu.rsinterval=	[KNL,BOOT,SMP] Set the number of additional
			RCU callbacks to queued before forcing reschedule
			on all cpus.

	rdinit=		[KNL]
			Format: <full_path>
			Run specified binary instead of /init from the ramdisk,
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 12 -> Medion 7134                              [16be:0003]
 13 -> Typhoon TV+Radio 90031
 14 -> ELSA EX-VISION 300TV                     [1048:226b]
 15 -> ELSA EX-VISION 500TV                     [1048:226b]
 15 -> ELSA EX-VISION 500TV                     [1048:226a]
 16 -> ASUS TV-FM 7134                          [1043:4842,1043:4830,1043:4840]
 17 -> AOPEN VA1000 POWER                       [1131:7133]
 18 -> BMK MPEX No Tuner
@@ -75,7 +75,7 @@
 74 -> LifeView FlyTV Platinum Mini2            [14c0:1212]
 75 -> AVerMedia AVerTVHD MCE A180              [1461:1044]
 76 -> SKNet MonsterTV Mobile                   [1131:4ee9]
 77 -> Pinnacle PCTV 110i (saa7133)             [11bd:002e]
 77 -> Pinnacle PCTV 40i/50i/110i (saa7133)     [11bd:002e]
 78 -> ASUSTeK P7131 Dual                       [1043:4862]
 79 -> Sedna/MuchTV PC TV Cardbus TV/Radio (ITO25 Rev:2B)
 80 -> ASUS Digimatrix TV                       [1043:0210]
+0 −1
Original line number Diff line number Diff line
@@ -838,7 +838,6 @@ S: Maintained

DVB SUBSYSTEM AND DRIVERS
P:	LinuxTV.org Project
M:	mchehab@infradead.org
M:	v4l-dvb-maintainer@linuxtv.org
L: 	linux-dvb@linuxtv.org (subscription required)
W:	http://linuxtv.org/
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ menu "System Type"

choice
	prompt "ARM system type"
	default ARCH_RPC
	default ARCH_VERSATILE

config ARCH_CLPS7500
	bool "Cirrus-CL-PS7500FE"
Loading