Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182191
b: refs/heads/master
c: 1454526
h: refs/heads/master
i:
  182189: d8cce05
  182187: c4ab8ab
  182183: 449cb23
  182175: a7d01b3
v: v3
  • Loading branch information
Maxim Kuvyrkov authored and Geert Uytterhoeven committed Feb 27, 2010
1 parent d0bc2aa commit 278ceb5
Show file tree
Hide file tree
Showing 548 changed files with 14,778 additions and 24,268 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: 7981164791d18d5ed1dcdfa9598949ed158a5333
refs/heads/master: 145452649d035e4e5152f6c4e6798c41960cad3e
118 changes: 0 additions & 118 deletions trunk/Documentation/pcmcia/locking.txt

This file was deleted.

70 changes: 0 additions & 70 deletions trunk/Documentation/powerpc/dts-bindings/fsl/mpc5121-psc.txt

This file was deleted.

7 changes: 0 additions & 7 deletions trunk/Documentation/powerpc/dts-bindings/fsl/spi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ Required properties:
- interrupt-parent : the phandle for the interrupt controller that
services interrupts for this device.

Optional properties:
- gpios : specifies the gpio pins to be used for chipselects.
The gpios will be referred to as reg = <index> in the SPI child nodes.
If unspecified, a single SPI device without a chip select can be used.

Example:
spi@4c0 {
cell-index = <0>;
Expand All @@ -26,6 +21,4 @@ Example:
interrupts = <82 0>;
interrupt-parent = <700>;
mode = "cpu";
gpios = <&gpio 18 1 // device reg=<0>
&gpio 19 1>; // device reg=<1>
};
134 changes: 0 additions & 134 deletions trunk/Documentation/powerpc/ptrace.txt

This file was deleted.

6 changes: 0 additions & 6 deletions trunk/Documentation/s390/CommonIO
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ Command line parameters
compatibility, by the device number in hexadecimal (0xabcd or abcd). Device
numbers given as 0xabcd will be interpreted as 0.0.abcd.

* /proc/cio_settle

A write request to this file is blocked until all queued cio actions are
handled. This will allow userspace to wait for pending work affecting
device availability after changing cio_ignore or the hardware configuration.

* For some of the information present in the /proc filesystem in 2.4 (namely,
/proc/subchannels and /proc/chpids), see driver-model.txt.
Information formerly in /proc/irq_count is now in /proc/interrupts.
Expand Down
4 changes: 2 additions & 2 deletions trunk/Documentation/s390/driver-model.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ touched by the driver - it should use the ccwgroup device's driver_data for its
private data.

To implement a ccwgroup driver, please refer to include/asm/ccwgroup.h. Keep in
mind that most drivers will need to implement both a ccwgroup and a ccw
driver.
mind that most drivers will need to implement both a ccwgroup and a ccw driver
(unless you have a meta ccw driver, like cu3088 for lcs and ctc).


2. Channel paths
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/include/asm/swab.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static inline __attribute_const__ __u32 __arch_swab32(__u32 val)
}

#define __arch_swab32 __arch_swab32
#elif !defined(__uClinux__)
#elif !defined(__mcoldfire__)

static inline __attribute_const__ __u32 __arch_swab32(__u32 val)
{
Expand Down
Loading

0 comments on commit 278ceb5

Please sign in to comment.