- 01 11月, 2013 5 次提交
-
-
由 Matt Porter 提交于
Trivial patch to make use of GIC/IRQ defines on the bcm11351 sdio interrupt properties. Signed-off-by: NMatt Porter <matt.porter@linaro.org> Signed-off-by: NChristian Daudt <bcm@fixthebug.org> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Tim Kryger 提交于
This adds in three more UARTs that were not declared earlier. Signed-off-by: NTim Kryger <tim.kryger@linaro.org> Reviewed-by: NMarkus Mayer <markus.mayer@linaro.org> Reviewed-by: NMatt Porter <matt.porter@linaro.org> Signed-off-by: NChristian Daudt <bcm@fixthebug.org> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Markus Mayer 提交于
Register GPIO 14 as card detect interrupt for the SD card slot. Signed-off-by: NMarkus Mayer <markus.mayer@linaro.org> Signed-off-by: NChristian Daudt <bcm@fixthebug.org> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Christian Daudt 提交于
Currently ARCH_BCM has been used for Broadcom Mobile V7 based SoCs. In order to allow other Broadcom SoCs to also use mach-bcm directory and files, this patch renames the original ARCH_BCM to ARCH_BCM_MOBILE, and uses ARCH_BCM to define any Broadcom chip residing in mach-bcm directory. Signed-off-by: NChristian Daudt <bcm@fixthebug.org> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Markus Mayer 提交于
Add the GPIO controller device node for the Broadcom bcm281xx family of mobile SoCs. Signed-off-by: NMarkus Mayer <markus.mayer@linaro.org> Reviewed-by: NTim Kryger <tim.kryger@linaro.org> Reviewed-by: NMatt Porter <matt.porter@linaro.org> Reviewed-by: NTomasz Figa <t.figa@samsung.com> Acked-by: NLinus Walleij <linus.walleij@linaro.org> Signed-off-by: NChristian Daudt <bcm@fixthebug.org> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 31 10月, 2013 3 次提交
-
-
由 Arnaud Ebalard 提交于
Main hardware parts of the (Armada 370 based) NETGEAR ReadyNAS 104 are supported by mainline kernel (USB 3.0 rear ports, USB 2.0 front port, Gigabit controller and PHYs, serial port, LEDs, buttons, SATA ports, G762 fan controller) and referenced in provided .dts file. Some additonal work remains for: - Intersil ISL12057 I2C RTC and Alarm chip: working driver but needs to be splitted for submission of RTC part first; - Front LCD (Winstar 1602G): driver needs to be written - Armada NAND controller (to access onboard 128MB of NAND): support being pushed by @free-electrons people - 4 front SATA LEDs controlled via GPIO brought by NXP PCA9554: driver is available upstream. Not referenced/tested yet. but the device is usable w/o those. Signed-off-by: NArnaud Ebalard <arno@natisbad.org> Acked-by: NAndrew Lunn <andrew@lunn.ch> Signed-off-by: NJason Cooper <jason@lakedaemon.net>
-
由 Hiroshi Doyu 提交于
The IOMMU node's reg property contains completely bogus values! Somehow, this had no practical effect, despite the fact the IOMMU driver appears to be writing to those registers. I suppose that since no HW modules is actually at that address, the writes simply had no effect. Note that I'm not CCing stable here, even though the problem exists as far back as v3.9, simply because this patch doesn't fix any observed issue, and I don't want to run the risk of suddenly writing to some registers and causing a regression. Signed-off-by: NHiroshi Doyu <hdoyu@nvidia.com> [swarren, wrote commit description] Signed-off-by: NStephen Warren <swarren@nvidia.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Thomas Petazzoni 提交于
The OpenBlocks A7 board is designed and sold by PlatHome, and based on a Kirkwood 6283 Marvell SoC. It is quite similar to the OpenBlocks A6 already supported in the kernel, with the following main differences: - The A6 uses a RTC on I2C, while the A7 uses the internal SoC RTC. - The A6 has one Ethernet port, while the A7 has two Ethernet ports - The A6 has only one USB port, while the A7 integrates a USB hub, which provides two front-side USB port, and an internal USB port as well. - The A6 has 512 MB of RAM, while the A7 has 1 GB of RAM. - Slightly different GPIOs for some functions. Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: NAndrew Lunn <andrew@lunn.ch> Acked-by: NGregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: NJason Cooper <jason@lakedaemon.net>
-
- 30 10月, 2013 11 次提交
-
-
由 Tomi Valkeinen 提交于
New u-boot versions no longer set the pinmuxing for Panda's DPI output, and the muxing has to be done in the .dts file. Add pinmuxing for DPI and TFP410. Without these, the DVI output on Panda does not work with recent u-boot. Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Lokesh Vutla 提交于
Add the AM33xx RNG module's device tree data. Also add Documentation file describing the data for the RNG module. Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Suman Anna 提交于
Add the hwspinlock device tree node for AM33xx family of SoCs. Signed-off-by: NSuman Anna <s-anna@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Suman Anna 提交于
Add the hwspinlock device tree node for OMAP5 SoCs. Signed-off-by: NSuman Anna <s-anna@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Suman Anna 提交于
Add the hwspinlock device tree node for OMAP4 family of SoCs. Signed-off-by: NSuman Anna <s-anna@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Jingoo Han 提交于
Set the default status for PCIe to disabled in the exynos5440.dtsi file and let the board dts files such as exynos5440-ssdk5440.dts enable the PCIe. However, keep the PCIe for SD5v1 board disabled, because there is no PCIe slot on SD5v1 board. Signed-off-by: NJingoo Han <jg1.han@samsung.com> Acked-by: NKukjin Kim <kgene.kim@samsung.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Renwei Wu 提交于
here prima2 i2c node is lacking of address-cells and size-cells. Signed-off-by: NRenwei Wu <Renwei.Wu@csr.com> Signed-off-by: NBarry Song <Baohua.Song@csr.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Barry Song 提交于
here we need to add missed cell, cs and dma channels prop in SPI nodes to match with drivers. Signed-off-by: NBarry Song <Baohua.Song@csr.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Jiansong Chen 提交于
there is a bus bridge for graphics 2D module lost in current dts, this patch takes it back. Signed-off-by: NJiansong Chen <jiansong.chen@csr.com> Signed-off-by: NBarry Song <Baohua.Song@csr.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Barry Song 提交于
CPHIF(Cell phone interface) is behind sys bridge, this patch adds the missed node. Signed-off-by: NBarry Song <Baohua.Song@csr.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Ye He 提交于
memcontrol-monitor provides the ability of monitoring the memory bandwidth. Signed-off-by: NYe He <ye.he@csr.com> Signed-off-by: NBarry Song <Baohua.Song@csr.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 23 10月, 2013 18 次提交
-
-
由 Ezequiel Garcia 提交于
The Armada 370/XP SoC has a clock provider called "Core Divider", that is derived from a fixed 2 GHz PLL clock. Reviewed-by: NGregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: NEzequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: NJason Cooper <jason@lakedaemon.net>
-
由 Ezequiel Garcia 提交于
Armada 370/XP SoCs have a 2 GHz fixed PLL that is used to feed other clocks. This commit adds a DT representation of this clock through a fixed-clock compatible node. Reviewed-by: NGregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: NEzequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: NJason Cooper <jason@lakedaemon.net>
-
由 Peter Ujfalusi 提交于
When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM support got deprecated in favor of uEVM (or Panda5) the content was not validated. Panda5 does not have support for digital microphones so remove the pinmux section for it. Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Peter Ujfalusi 提交于
When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM support got deprecated in favor of uEVM (or Panda5) the content was not validated. On uEVM the twl6040 reset GPIO is from gpio5_141 and not via gpio5_145, which was the case in sEVM. Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Enable support for the power button. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add support for LP5523 device. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
This patch adds support for Nokia N900 TLV320AIC3X chips. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add RX51_LCD_RESET_GPIO pin mux information to display. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
This patch adds supports for Nokia N900 NAND memory. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add regulator names and voltage information to the Nokia N900 DTS file. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
The twl4030.dtsi is missing some regulators. This patch adds the missing ones and orders the regulators alphabetically. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add support for LP5523 device. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add support for Nokia N900's vibrator. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add device tree node for the GPIO keys provided by the N900 board. This is a simple conversion of the existing board code. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add support for external SD card slot. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add UART support to Nokia N900. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Fix the bus speed of i2c bus 2 and 3. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add pin muxing support for the Nokia N900 i2c controllers. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
- 22 10月, 2013 3 次提交
-
-
由 J Keerthy 提交于
Add DT OPP table for DRA7xx family of devices. This data is decoded by OF with of_init_opp_table() helper function. The data is based on DRA75x, DRA74x Data Manual revision F (Sept 2013). TODO: add OPP_HIGH after AVS-Class0 is functional NOTE: The voltage and frequency values work well only on NOM samples and it is mandatory to use ABB/AVS Class 0 support for all OPPs. Clock nodes are pending clock node alignment. [nm@ti.com: cleanups and rebase to latest] Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NJ Keerthy <j-keerthy@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 J Keerthy 提交于
Add DT OPP table for OMAP54xx family of devices. This data is decoded by OF with of_init_opp_table() helper function. The data is based on OMAP543x ES2.0 DM Operating Condition Addendum Version 0.6(April 2013) NOTE: The voltage and frequency values work well only on NOM samples and are supposed to work properly only with ABB/AVS for ALL OPPs. TODO: Add SPEED BIN OPP after ABB and AVS support so the cpufreq works on all samples seamlessly. Clock node is pending alignment for clock dts conversion [nm@ti.com: sync to latest and fixes] Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NJ Keerthy <j-keerthy@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 J Keerthy 提交于
regulator smps123 supply from Palmas PMIC powers CPU0 on DRA7 EVM. [nm@ti.com: rebase to latest] Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NJ Keerthy <j-keerthy@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-