mirror of
https://github.com/torvalds/linux.git
synced 2026-05-20 12:57:52 +02:00
- 2 fixes for OF selftest code
- Fix for PowerPC address parsing to disable work-around except on old
PowerMACs
- Fix a crash when earlycon is enabled, but no device is found
- DT documentation fixes and missing vendor prefixes
All but the doc updates are also for stable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJUbqAVAAoJEMhvYp4jgsXiNLUH/A5cpNKcs2D0GCpDxxkZa6X/
o5vwuECwd7dFH83lkFWdNFCNJ6B7hUUG3RDO63SgzZch2auQR1yETJrXSbUNeDKM
HMp3CVvVjqFz7h86H2x+mijxUPJl7YWtFuC1RQUJkMGULC16BnYLSVGrrqHI37BJ
E5hdmfJtARUGcmZO291JB9bdfuR5gAfIR4GIYsAQHn0RbiuST/L1DyL2QFkh69eW
yyeB9elIw+xYBUlEVMkq5LmH12l0VA1eSIofBWEfj40cCax1CblL1nzV1+s7oHpv
JrATuyfxlTjs/tdUeeV/lMT4Vg/ICWsbPJKWb4UaJv0nH+u+oGiKSCyl5X4DH4c=
=M65+
-----END PGP SIGNATURE-----
Merge tag 'devicetree-fixes-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree fixes from Rob Herring:
"DeviceTree fixes for 3.18:
- two fixes for OF selftest code
- fix for PowerPC address parsing to disable work-around except on
old PowerMACs
- fix a crash when earlycon is enabled, but no device is found
- DT documentation fixes and missing vendor prefixes
All but the doc updates are also for stable"
* tag 'devicetree-fixes-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
of/selftest: Fix testing when /aliases is missing
of/selftest: Fix off-by-one error in removal path
documentation: pinctrl bindings: Fix trivial typo 'abitrary'
devicetree: bindings: Add vendor prefix for Micron Technology, Inc.
of: Add vendor prefix for Chips&Media, Inc.
of/base: Fix PowerPC address parsing hack
devicetree: vendor-prefixes.txt: fix whitespace
of: Fix crash if an earlycon driver is not found
of/irq: Drop obsolete 'interrupts' vs 'interrupts-extended' text
of: Spelling s/stucture/structure/
devicetree: bindings: add sandisk to the vendor prefixes
|
||
|---|---|---|
| .. | ||
| arc | ||
| arm | ||
| ata | ||
| bus | ||
| c6x | ||
| clock | ||
| cpufreq | ||
| crypto | ||
| dma | ||
| drm | ||
| extcon | ||
| fb | ||
| fuse | ||
| gpio | ||
| gpu | ||
| hid | ||
| hsi | ||
| hwmon | ||
| hwrng | ||
| i2c | ||
| iio | ||
| input | ||
| interrupt-controller | ||
| iommu | ||
| leds | ||
| lpddr2 | ||
| mailbox | ||
| media | ||
| memory-controllers | ||
| metag | ||
| mfd | ||
| mipi | ||
| mips | ||
| misc | ||
| mmc | ||
| mtd | ||
| net | ||
| nvec | ||
| panel | ||
| pci | ||
| phy | ||
| pinctrl | ||
| power | ||
| power_supply | ||
| powerpc | ||
| pps | ||
| pwm | ||
| regmap | ||
| regulator | ||
| reserved-memory | ||
| reset | ||
| rng | ||
| rtc | ||
| serial | ||
| serio | ||
| soc | ||
| sound | ||
| spi | ||
| spmi | ||
| staging | ||
| thermal | ||
| timer | ||
| ufs | ||
| usb | ||
| video | ||
| virtio | ||
| w1 | ||
| watchdog | ||
| x86 | ||
| xillybus | ||
| ABI.txt | ||
| eeprom.txt | ||
| graph.txt | ||
| marvell.txt | ||
| open-pic.txt | ||
| resource-names.txt | ||
| submitting-patches.txt | ||
| vendor-prefixes.txt | ||
| xilinx.txt | ||