Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182013
b: refs/heads/master
c: ebc8971
h: refs/heads/master
i:
  182011: ae5d886
v: v3
  • Loading branch information
Ralf Baechle committed Feb 27, 2010
1 parent 2af8895 commit 2b258e0
Show file tree
Hide file tree
Showing 158 changed files with 2,082 additions and 6,163 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: 8d37a371b6869920e6c40c495c68eabba1ef3909
refs/heads/master: ebc89718a4b3fa0e440151fb4484541700828a5d
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.

13 changes: 11 additions & 2 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,15 @@ libs-$(CONFIG_CFE) += arch/mips/fw/cfe/
libs-$(CONFIG_SNIPROM) += arch/mips/fw/sni/
libs-y += arch/mips/fw/lib/

#
# Kernel compression
#
ifdef SYS_SUPPORTS_ZBOOT
COMPRESSION_FNAME = vmlinuz
else
COMPRESSION_FNAME = vmlinux
endif

#
# Board-dependent options and extra files
#
Expand Down Expand Up @@ -344,7 +353,7 @@ load-$(CONFIG_LEMOTE_MACH2F) +=0xffffffff80200000
core-$(CONFIG_MIPS_MALTA) += arch/mips/mti-malta/
cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta
load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000
all-$(CONFIG_MIPS_MALTA) := vmlinuz.bin
all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin

#
# MIPS SIM
Expand Down Expand Up @@ -594,7 +603,7 @@ load-$(CONFIG_SNI_RM) += 0xffffffff80600000
else
load-$(CONFIG_SNI_RM) += 0xffffffff80030000
endif
all-$(CONFIG_SNI_RM) := vmlinuz.ecoff
all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff

#
# Common TXx9
Expand Down
Loading

0 comments on commit 2b258e0

Please sign in to comment.