Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130099
b: refs/heads/master
c: cc33412
h: refs/heads/master
i:
  130097: 106dec1
  130095: bdefd95
v: v3
  • Loading branch information
Jan Kara committed Jan 16, 2009
1 parent b7204de commit 852214f
Show file tree
Hide file tree
Showing 695 changed files with 4,586 additions and 12,637 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed803862954528e6fcf7bd0f2b2e5a772a7c3281
refs/heads/master: cc33412fb1f11613e20f9dfc2919a77ecd63fbc4
7 changes: 7 additions & 0 deletions trunk/Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,9 @@ and is between 256 and 4096 characters. It is defined in the file
a memory unit (amount[KMG]). See also
Documentation/kdump/kdump.txt for a example.

cs4232= [HW,OSS]
Format: <io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>

cs89x0_dma= [HW,NET]
Format: <dma>

Expand Down Expand Up @@ -729,6 +732,10 @@ and is between 256 and 4096 characters. It is defined in the file
Default value is 0.
Value can be changed at runtime via /selinux/enforce.

es1371= [HW,OSS]
Format: <spdif>,[<nomix>,[<amplifier>]]
See also header of sound/oss/es1371.c.

ether= [HW,NET] Ethernet cards parameters
This option is obsoleted by the "netdev=" option, which
has equivalent usage. See its documentation for details.
Expand Down
25 changes: 3 additions & 22 deletions trunk/Documentation/laptops/thinkpad-acpi.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ThinkPad ACPI Extras Driver

Version 0.22
November 23rd, 2008
Version 0.21
May 29th, 2008

Borislav Deianov <borislav@users.sf.net>
Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Expand All @@ -16,8 +16,7 @@ supported by the generic Linux ACPI drivers.
This driver used to be named ibm-acpi until kernel 2.6.21 and release
0.13-20070314. It used to be in the drivers/acpi tree, but it was
moved to the drivers/misc tree and renamed to thinkpad-acpi for kernel
2.6.22, and release 0.14. It was moved to drivers/platform/x86 for
kernel 2.6.29 and release 0.22.
2.6.22, and release 0.14.

The driver is named "thinkpad-acpi". In some places, like module
names, "thinkpad_acpi" is used because of userspace issues.
Expand Down Expand Up @@ -1413,24 +1412,6 @@ Sysfs notes:
rfkill controller switch "tpacpi_wwan_sw": refer to
Documentation/rfkill.txt for details.

EXPERIMENTAL: UWB
-----------------

This feature is marked EXPERIMENTAL because it has not been extensively
tested and validated in various ThinkPad models yet. The feature may not
work as expected. USE WITH CAUTION! To use this feature, you need to supply
the experimental=1 parameter when loading the module.

sysfs rfkill class: switch "tpacpi_uwb_sw"

This feature exports an rfkill controller for the UWB device, if one is
present and enabled in the BIOS.

Sysfs notes:

rfkill controller switch "tpacpi_uwb_sw": refer to
Documentation/rfkill.txt for details.

Multiple Commands, Module Parameters
------------------------------------

Expand Down
1 change: 0 additions & 1 deletion trunk/Documentation/sound/alsa/HD-Audio-Models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ STAC92HD73*
STAC92HD83*
===========
ref Reference board
mic-ref Reference board with power managment for ports

STAC9872
========
Expand Down
6 changes: 1 addition & 5 deletions trunk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 29
EXTRAVERSION = -rc2
EXTRAVERSION = -rc1
NAME = Erotic Pickled Herring

# *DOCUMENTATION*
Expand Down Expand Up @@ -213,10 +213,6 @@ endif
# Where to locate arch specific headers
hdr-arch := $(SRCARCH)

ifeq ($(ARCH),m68knommu)
hdr-arch := m68k
endif

KCONFIG_CONFIG ?= .config

# SHELL used by kbuild
Expand Down
181 changes: 0 additions & 181 deletions trunk/arch/arm/plat-mxc/include/mach/ipu.h

This file was deleted.

10 changes: 1 addition & 9 deletions trunk/arch/arm/plat-mxc/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,7 @@
#define MXC_BOARD_IRQ_START (MXC_INTERNAL_IRQS + MXC_GPIO_IRQS)
#define MXC_BOARD_IRQS 16

#define MXC_IPU_IRQ_START (MXC_BOARD_IRQ_START + MXC_BOARD_IRQS)

#ifdef CONFIG_MX3_IPU_IRQS
#define MX3_IPU_IRQS CONFIG_MX3_IPU_IRQS
#else
#define MX3_IPU_IRQS 0
#endif

#define NR_IRQS (MXC_IPU_IRQ_START + MX3_IPU_IRQS)
#define NR_IRQS (MXC_BOARD_IRQ_START + MXC_BOARD_IRQS)

extern void imx_irq_set_priority(unsigned char irq, unsigned char prio);

Expand Down
38 changes: 0 additions & 38 deletions trunk/arch/arm/plat-mxc/include/mach/mx3fb.h

This file was deleted.

2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ static int __kprobes pre_kprobes_handler(struct die_args *args)
return 1;

ss_probe:
#if !defined(CONFIG_PREEMPT) || defined(CONFIG_FREEZER)
#if !defined(CONFIG_PREEMPT) || defined(CONFIG_PM)
if (p->ainsn.inst_flag == INST_FLAG_BOOSTABLE && !p->post_handler) {
/* Boost up -- we can execute copied instructions directly */
ia64_psr(regs)->ri = p->ainsn.slot;
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/atomic.h

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/bitops.h

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/bootinfo.h

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/bug.h

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/bugs.h

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/cache.h

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/cacheflush.h

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/checksum.h

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/current.h

This file was deleted.

Loading

0 comments on commit 852214f

Please sign in to comment.