27 Sep, 2014
1 commit
-
Recently we introduced the generic device tree infrastructure for couple of DMA
bus parameter, dma-ranges and dma-coherent. Update the documentation so that
its useful for future users.The "dma-ranges" property is intended to be used for describing the
configuration of DMA bus RAM addresses and its offset w.r.t CPU addresses.The "dma-coherent" property is intended to be used for identifying devices
supported coherent DMA operations.Cc: Arnd Bergmann
Cc: Grant Likely
Cc: Rob Herring
Cc: Pawel Moll
Cc: Mark Rutland
Cc: Ian Campbell
Cc: Kumar Gala
Acked-by: Shawn Guo
Signed-off-by: Grygorii Strashko
Signed-off-by: Santosh Shilimkar
Signed-off-by: Rob Herring
16 Jan, 2014
1 commit
-
The device_type property is deprecated for the flattened device tree and
the value "ethernet-phy" has never been defined as having a useful
meaning. Neither the kernel nor u-boot depend on it. It should never
have appeared in PHY bindings. This patch removes all references to
"ethernet-phy" as a device_type value from the documentation and the
.dts files.This patch was generated mechanically with the following command and
then verified by looking at the diff.sed -i '/"ethernet-phy"/d' `git grep -l '"ethernet-phy"'`
Signed-off-by: Grant Likely
Acked-by: Srinivas Kandagatla
Cc: Rob Herring
Cc: Pawel Moll
Cc: Mark Rutland
Cc: Ian Campbell
Cc: Kumar Gala
Cc: Florian Fainelli
Cc: Benjamin Herrenschmidt
22 Feb, 2013
1 commit
-
After I came across a help text for SUNGEM mentioning a broken sun.com
URL, I felt like fixing those up, as they are now pointing to oracle.com
URLs.Signed-off-by: Christian Kujau
Acked-by: David S. Miller
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
20 May, 2012
1 commit
-
Numeric values in dts files can be specified in decimal and hex (the latter
prefixed 0x). The current documentation is updated with this patch to prevent
confusion about what is meant with values without "0x" (previously hex, now
dec).Signed-off-by: Roland Stigge
Acked-by: Rob Landley
Signed-off-by: Grant Likely
07 Mar, 2012
1 commit
-
Signed-off-by: Masanari Iida
Acked-by: Randy Dunlap
Signed-off-by: Jiri Kosina
23 May, 2011
1 commit
-
v6: typo fixes
v5: clarified that dtb should be aligned on a 64 bit boundary in RAM.
v3: added details to Documentation/arm/BootingAcked-by: Tony Lindgren
Acked-by: Nicolas Pitre
Acked-by: Russell King
Signed-off-by: Grant Likely
05 Apr, 2011
1 commit
-
Fix some minor typos:
* informations => information
* there own => their own
* these => thisSigned-off-by: Sylvestre Ledru
Signed-off-by: Randy Dunlap
Signed-off-by: Linus Torvalds
24 Feb, 2011
1 commit
-
This patch adds minimal support for device tree on x86. The device
tree blob is passed to the kernel via setup_data which requires at
least boot protocol 2.09.Memory size, restricted memory regions, boot arguments are gathered
the traditional way so things like cmd_line are just here to let the
code compile.The current plan is use the device tree as an extension and to gather
information which can not be enumerated and would have to be hardcoded
otherwise. This includes things like
- which devices are on this I2C/SPI bus?
- how are the interrupts wired to IO APIC?
- where could my hpet be?Signed-off-by: Sebastian Andrzej Siewior
Signed-off-by: Dirk Brandewie
Acked-by: Grant Likely
Cc: sodaville@linutronix.de
Cc: devicetree-discuss@lists.ozlabs.org
LKML-Reference:
Signed-off-by: Thomas Gleixner
14 Feb, 2011
1 commit
-
This reverts commit 9830fcd6f6a4781d8b46d2b35c13b39f30915c63.
The ARM dt support has not been merged yet; this documentation update
was premature.Signed-off-by: Grant Likely
01 Feb, 2011
2 commits
-
v3: added details to Documentation/arm/Booting
Signed-off-by: Grant Likely
-
32 and 64 bit powerpc support has been merged for a while now, but
the booting-without-of.txt document still describes 32 bit as not
supporting multiplatform, which is no longer true. This patch fixes
the documentation.Also remove references to powerpc-specific details outside of section
I in preparation to add details for other architectures.v3: cleaned up a lot more powerpc-isms and updated text to reflect current
usage conventions.Signed-off-by: Grant Likely
31 Jan, 2011
1 commit
-
The device tree is used by more than just PowerPC. Make the documentation
directory available to all.v2: reorganized files while moving to create arch and driver specific
directories.Signed-off-by: Grant Likely
Acked-by: Josh Boyer