04 Aug, 2008
1 commit
-
from include/asm-powerpc. This is the result of a
mkdir arch/powerpc/include/asm
git mv include/asm-powerpc/* arch/powerpc/include/asmFollowed by a few documentation/comment fixups and a couple of places
where was being used explicitly. Of the latter only
one was outside the arch code and it is a driver only built for powerpc.Signed-off-by: Stephen Rothwell
Signed-off-by: Paul Mackerras
30 Jul, 2008
1 commit
29 Jul, 2008
1 commit
-
This file contains 8 yr. old board specific information that was for
the now gone ppc implementation, and it pre-dates widespread u-boot
support. Any of the technical details of the board memory map would be
more appropriately captured in a dts if I revive it as powerpc anyway.Signed-off-by: Paul Gortmaker
Acked-by: Jason Wessel
Signed-off-by: Kumar Gala
28 Jul, 2008
1 commit
-
This patch replaces the get_mctrl/set_mctrl stubs with modem control line
read/write access through the GPIO lib.Available modem control lines are described in the device tree using GPIO
bindings. The driver expect a GPIO pin for each of the CTS, RTS, DCD, DSR,
DTR and RI signals. Unused control lines can be left out.Signed-off-by: Laurent Pinchart
Signed-off-by: Kumar Gala
27 Jul, 2008
1 commit
-
Cc: Randy Dunlap
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
25 Jul, 2008
1 commit
22 Jul, 2008
2 commits
-
Add documentation about how to describe SPI busses in the device tree.
Signed-off-by: Grant Likely
Acked-by: Segher Boessenkool -
Manually fixed up:
drivers/net/fs_enet/fs_enet-main.c
18 Jul, 2008
1 commit
-
Conflicts:
Documentation/powerpc/booting-without-of.txt
drivers/atm/Makefile
drivers/net/fs_enet/fs_enet-main.c
drivers/pci/pci-acpi.c
net/8021q/vlan.c
net/iucv/iucv.c
17 Jul, 2008
5 commits
-
Signed-off-by: Scott Wood
Signed-off-by: Kumar Gala -
Signed-off-by: Jochen Friedrich
Signed-off-by: Kumar Gala -
This patch adds few bindings for the new drivers to be submitted through
the appropriate maintainers.Signed-off-by: Anton Vorontsov
Signed-off-by: Kumar Gala -
Convert to DTS version 1, eliminate some obsolete practices, and
correct some errors (compared to the actual 8540 device tree).Signed-off-by: Scott Wood
Signed-off-by: Kumar Gala -
Signed-off-by: Scott Wood
Signed-off-by: Kumar Gala
15 Jul, 2008
1 commit
14 Jul, 2008
3 commits
-
delete obsolete device-type property, delete model property
(use compatible property instead), prepend "fsl," to Freescale
specific properties. Add nodes to device trees that are missing them,
and fix broken property values in other trees.Signed-off-by: Kim Phillips
Signed-off-by: Kumar Gala -
Moved Freescale SoC related bindings out of booting-without-of.txt and into
their own files.Signed-off-by: Kumar Gala
-
Initialize I2C pins on boards with CPM1/CPM2 controllers and document the
i2c bus in booting-without-of.The boards don't have any I2C chips connected to the I2C bus, so unless
some external chips are connected to the boards, this code is just an
example of setting everything else up.Signed-off-by: Jochen Friedrich
Signed-off-by: Kumar Gala
04 Jul, 2008
1 commit
-
There have been many questions on and off the mailing list about how
exactly the bootwrapper is used for embedded targets. Add some
documentation and help text to try and clarify the system.Signed-off-by: Grant Likely
11 Jun, 2008
1 commit
-
This is needed to access QE GPIOs via Linux GPIO API.
Signed-off-by: Anton Vorontsov
Acked-By: Timur Tabi
Signed-off-by: Kumar Gala
10 Jun, 2008
1 commit
-
GTM stands for General-purpose Timers Module and able to generate
timer{1,2,3,4} interrupts. These timers are used by the drivers that
need time precise interrupts (like for USB transactions scheduling for
the Freescale USB Host controller as found in some QE and CPM chips),
or these timers could be used as wakeup events from the CPU deep-sleep
mode.Things unimplemented:
1. Cascaded (32 bit) timers (1-2, 3-4).
This is straightforward to implement when needed, two timers should
be marked as "requested" and configured as appropriate.
2. Super-cascaded (64 bit) timers (1-2-3-4).
This is also straightforward to implement when needed, all timers
should be marked as "requested" and configured as appropriate.Signed-off-by: Anton Vorontsov
Signed-off-by: Kumar Gala
03 Jun, 2008
2 commits
-
Removed clock-frequency, big-endian, and built-in props as they aren't
specified anywhere. Also added compatible = "chrp,open-pic" in the
places it was missing.Signed-off-by: Kumar Gala
-
Binding document adding for Freescale PCIe MSI support.
Signed-off-by: Jason Jin
Signed-off-by: Kumar Gala
31 May, 2008
1 commit
-
This patch adds an MDIO bitbang driver that uses the GPIO library and its
OF bindings to access the bus I/Os.Signed-off-by: Laurent Pinchart
Signed-off-by: Jeff Garzik
02 May, 2008
1 commit
-
Various improvements for configuring the MPC5200 MII link from the
device tree:
* Look for 'current-speed' property for fixed speed MII links
* Look for 'fsl,7-wire-mode' property for boards using the 7 wire mode
* move definition of private data structure out of the header fileSigned-off-by: Grant Likely
Acked-by: Wolfgang Grandegger
29 Apr, 2008
1 commit
-
This patch adds gpiolib support for mpc5200 SOCs.
Signed-off-by: Sascha Hauer
Signed-off-by: Grant Likely
28 Apr, 2008
1 commit
-
The following features are supported:
plane 0 works as a regular frame buffer, can be accessed by /dev/fb0
plane 1 has two AOIs (area of interest), can be accessed by /dev/fb1 and /dev/fb2
plane 2 has two AOIs, can be accessed by /dev/fb3 and /dev/fb4
Special ioctls support AOIsAll /dev/fb* can be used as regular frame buffer devices, except hardware
change can only be made through /dev/fb0. Changing pixel clock has no effect
on other fbs.Limitation of usage of AOIs:
AOIs on the same plane can not be horizonally overlapped
AOIs have horizonal order, i.e. AOI0 should be always on top of AOI1
AOIs can not beyond phisical display area. Application should check AOI geometry
before changing physical resolution on /dev/fb0required command line parameters to preallocate memory for frame buffer diufb.
optional command line parameters to set modes and monitor
video=fslfb:[resolution][,bpp][,monitor]
Syntax:Resolution
xres x yres-bpp@refresh_rate, the -bpp and @refresh_rate are optional
eg, 1024x768, 1280x1024, 1280x1024-32, 1280x1024@60, 1280x1024-32@60, 1280x480-32@60Bpp
bpp=32, bpp=24, or bpp=16Monitor
monitor=0, monitor=1, monitor=2
0 is DVI
1 is Single link LVDS
2 is Double link LVDSNote: switching monitor is a board feather, not DIU feather. MPC8610HPCD has three
monitor ports to swtich to. MPC5121ADS doesn't have additional monitor port. So switching
monirot port for MPC5121ADS has no effect.If compiled as a module, it takes pamameters mode, bpp, monitor with the same syntax above.
Signed-off-by: York Sun
Signed-off-by: Timur Tabi
Cc: Paul Mackerras
Cc: Benjamin Herrenschmidt
Cc: "Antonino A. Daplas"
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
27 Apr, 2008
1 commit
-
This functionality is definitely experimental, but is capable of running
unmodified PowerPC 440 Linux kernels as guests on a PowerPC 440 host. (Only
tested with 440EP "Bamboo" guests so far, but with appropriate userspace
support other SoC/board combinations should work.)See Documentation/powerpc/kvm_440.txt for technical details.
[stephen: build fix]
Signed-off-by: Hollis Blanchard
Acked-by: Paul Mackerras
Signed-off-by: Stephen Rothwell
Signed-off-by: Avi Kivity
25 Apr, 2008
1 commit
-
The Xilinx 16550 uart core is not a standard 16550 because it uses
word-based addressing rather than byte-based addressing. With
additional properties it is compatible with the open firmware
'ns16550' compatible binding.This code updates the of_serial driver to handle the reg-offset
and reg-shift properties to enable this core to be used.Signed-off-by: John Linn
Acked-by: Arnd Bergmann
Signed-off-by: Josh Boyer
17 Apr, 2008
2 commits
-
- get rid of `model = "UCC"' in the ucc nodes
It isn't used anywhere, so remove it. If we'll ever need something
like this, we'll use compatible property instead.
- replace last occurrences of device-id with cell-index.
Drivers are modified for backward compatibility's sake.Signed-off-by: Anton Vorontsov
Acked-by: Timur Tabi
Signed-off-by: Kumar Gala -
This implements support for the GPIO LIB API. Two calls are still
unimplemented though: irq_to_gpio and gpio_to_irq.Signed-off-by: Anton Vorontsov
Acked-by: Grant Likely
Signed-off-by: Paul Mackerras
15 Apr, 2008
1 commit
-
Add the device tree bindings for the Marvell mv64x60 series of
system controller chips in booting-without-of.text.Signed-off-by: Dale Farnsworth
Acked-by: Mark A. Greer
Signed-off-by: Paul Mackerras
26 Mar, 2008
2 commits
-
This patch alters the bootwrapper for a number of machines (roubhly
all 4xx based cuboot or treeboot platforms) to use aliases instead of
the linux,network-index hack to work out which MAC address to attach
to which ethernet device node.The now obsolete linux,network-index properties are removed from the
corresponding device trees. This won't break backwards compatiblity,
because in cases where this fixup code is relevant, the device tree is
part of the kernel image.The references to linux,network-index are removed from
booting-without-of.txt. Not only is it now deprecated, but as a hack
applicable only when the device tree blob and fixup code were in the
same image, this property never belonged in booting-without-of.txt
which describes the interface between the kernel and firmware or
bootloaders which produce a device tree. By the time the device tree
reaches the kernel, all the MAC addresses must be fully filled in.Signed-off-by: David Gibson
Signed-off-by: Josh Boyer -
Basic documentation for hypervisor-assisted dump.
Signed-off-by: Linas Vepstas
Signed-off-by: Manish Ahuja
Signed-off-by: Paul Mackerras
07 Feb, 2008
3 commits
-
Adds EHCI OF bindings to documentation.
Signed-off-by: Valentine Barshak
Signed-off-by: Josh Boyer -
The ICAP device in Xilinx FPGAs differs slightly between different
FPGAs. The driver needs an additional attribute in the device tree to
distinguish this.Signed-off-by: Stephen Neuendorffer
Signed-off-by: Grant Likely
28 Jan, 2008
3 commits
-
Also:
- rename "fsl_spi" to "fsl,spi";
- add and use cell-index property, if found;
- split probing code out of fsl_spi_init, thus we can call
it for legacy device_type probing and new "compatible" probing.Signed-off-by: Anton Vorontsov
Signed-off-by: Kumar Gala -
Now we're searching for "fsl,qe", "fsl,qe-muram", "fsl,qe-muram-data"
and "fsl,qe-ic".Unfortunately it's still impossible to remove device_type = "qe"
from the existing device trees because older u-boots are looking for it.Signed-off-by: Anton Vorontsov
Signed-off-by: Kumar Gala -
Signed-off-by: Li Yang
Signed-off-by: Kumar Gala