linux/arch/arm/boot/dts
Linus Torvalds 496322bc91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pull networking updates from David Miller:
 "This is a re-do of the net-next pull request for the current merge
  window.  The only difference from the one I made the other day is that
  this has Eliezer's interface renames and the timeout handling changes
  made based upon your feedback, as well as a few bug fixes that have
  trickeled in.

  Highlights:

   1) Low latency device polling, eliminating the cost of interrupt
      handling and context switches.  Allows direct polling of a network
      device from socket operations, such as recvmsg() and poll().

      Currently ixgbe, mlx4, and bnx2x support this feature.

      Full high level description, performance numbers, and design in
      commit 0a4db187a9 ("Merge branch 'll_poll'")

      From Eliezer Tamir.

   2) With the routing cache removed, ip_check_mc_rcu() gets exercised
      more than ever before in the case where we have lots of multicast
      addresses.  Use a hash table instead of a simple linked list, from
      Eric Dumazet.

   3) Add driver for Atheros CQA98xx 802.11ac wireless devices, from
      Bartosz Markowski, Janusz Dziedzic, Kalle Valo, Marek Kwaczynski,
      Marek Puzyniak, Michal Kazior, and Sujith Manoharan.

   4) Support reporting the TUN device persist flag to userspace, from
      Pavel Emelyanov.

   5) Allow controlling network device VF link state using netlink, from
      Rony Efraim.

   6) Support GRE tunneling in openvswitch, from Pravin B Shelar.

   7) Adjust SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUF for modern times, from
      Daniel Borkmann and Eric Dumazet.

   8) Allow controlling of TCP quickack behavior on a per-route basis,
      from Cong Wang.

   9) Several bug fixes and improvements to vxlan from Stephen
      Hemminger, Pravin B Shelar, and Mike Rapoport.  In particular,
      support receiving on multiple UDP ports.

  10) Major cleanups, particular in the area of debugging and cookie
      lifetime handline, to the SCTP protocol code.  From Daniel
      Borkmann.

  11) Allow packets to cross network namespaces when traversing tunnel
      devices.  From Nicolas Dichtel.

  12) Allow monitoring netlink traffic via AF_PACKET sockets, in a
      manner akin to how we monitor real network traffic via ptype_all.
      From Daniel Borkmann.

  13) Several bug fixes and improvements for the new alx device driver,
      from Johannes Berg.

  14) Fix scalability issues in the netem packet scheduler's time queue,
      by using an rbtree.  From Eric Dumazet.

  15) Several bug fixes in TCP loss recovery handling, from Yuchung
      Cheng.

  16) Add support for GSO segmentation of MPLS packets, from Simon
      Horman.

  17) Make network notifiers have a real data type for the opaque
      pointer that's passed into them.  Use this to properly handle
      network device flag changes in arp_netdev_event().  From Jiri
      Pirko and Timo Teräs.

  18) Convert several drivers over to module_pci_driver(), from Peter
      Huewe.

  19) tcp_fixup_rcvbuf() can loop 500 times over loopback, just use a
      O(1) calculation instead.  From Eric Dumazet.

  20) Support setting of explicit tunnel peer addresses in ipv6, just
      like ipv4.  From Nicolas Dichtel.

  21) Protect x86 BPF JIT against spraying attacks, from Eric Dumazet.

  22) Prevent a single high rate flow from overruning an individual cpu
      during RX packet processing via selective flow shedding.  From
      Willem de Bruijn.

  23) Don't use spinlocks in TCP md5 signing fast paths, from Eric
      Dumazet.

  24) Don't just drop GSO packets which are above the TBF scheduler's
      burst limit, chop them up so they are in-bounds instead.  Also
      from Eric Dumazet.

  25) VLAN offloads are missed when configured on top of a bridge, fix
      from Vlad Yasevich.

  26) Support IPV6 in ping sockets.  From Lorenzo Colitti.

  27) Receive flow steering targets should be updated at poll() time
      too, from David Majnemer.

  28) Fix several corner case regressions in PMTU/redirect handling due
      to the routing cache removal, from Timo Teräs.

  29) We have to be mindful of ipv4 mapped ipv6 sockets in
      upd_v6_push_pending_frames().  From Hannes Frederic Sowa.

  30) Fix L2TP sequence number handling bugs, from James Chapman."

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (1214 commits)
  drivers/net: caif: fix wrong rtnl_is_locked() usage
  drivers/net: enic: release rtnl_lock on error-path
  vhost-net: fix use-after-free in vhost_net_flush
  net: mv643xx_eth: do not use port number as platform device id
  net: sctp: confirm route during forward progress
  virtio_net: fix race in RX VQ processing
  virtio: support unlocked queue poll
  net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit
  Documentation: Fix references to defunct linux-net@vger.kernel.org
  net/fs: change busy poll time accounting
  net: rename low latency sockets functions to busy poll
  bridge: fix some kernel warning in multicast timer
  sfc: Fix memory leak when discarding scattered packets
  sit: fix tunnel update via netlink
  dt:net:stmmac: Add dt specific phy reset callback support.
  dt:net:stmmac: Add support to dwmac version 3.610 and 3.710
  dt:net:stmmac: Allocate platform data only if its NULL.
  net:stmmac: fix memleak in the open method
  ipv6: rt6_check_neigh should successfully verify neigh if no NUD information are available
  net: ipv6: fix wrong ping_v6_sendmsg return value
  ...
2013-07-09 18:24:39 -07:00
..
include kbuild: create an "include chroot" for DT bindings 2013-04-05 12:22:32 -06:00
testcases
aks-cdu.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
am33xx.dtsi ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
am43x-epos-evm.dts ARM: dts: AM43x EPOS EVM support 2013-06-19 05:40:55 -05:00
am335x-bone.dts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2013-07-09 18:24:39 -07:00
am335x-evm.dts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2013-07-09 18:24:39 -07:00
am335x-evmsk.dts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2013-07-09 18:24:39 -07:00
am3517-evm.dts ARM: dts: AM3XXX: Use #include for all device trees 2013-06-18 18:53:41 -05:00
am3517_mt_ventoux.dts ARM: dts: AM3XXX: Use #include for all device trees 2013-06-18 18:53:41 -05:00
am4372.dtsi ARM: dts: AM43x: Initial support 2013-06-18 18:53:41 -05:00
animeo_ip.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
armada-370-db.dts ARM: mvebu: Use standard MMC binding for all users of mvsdio 2013-05-15 00:28:13 +00:00
armada-370-mirabox.dts ARM: mvebu: Use standard MMC binding for all users of mvsdio 2013-05-15 00:28:13 +00:00
armada-370-rd.dts arm: mvebu: enable mini-PCIe connectors on Armada 370 RD 2013-06-19 14:20:52 +00:00
armada-370-xp.dtsi ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
armada-370.dtsi mvebu dt changes for v3.11 (round 5) 2013-06-14 15:06:19 -07:00
armada-xp-db.dts arm: mvebu: armada-xp-db: ensure PCIe range is specified 2013-06-06 19:07:51 +00:00
armada-xp-gp.dts mxs device tree changes for 3.11: 2013-06-20 02:06:36 +02:00
armada-xp-mv78230.dtsi ARM: dts: mvebu: introduce internal-regs node 2013-04-15 15:00:24 +00:00
armada-xp-mv78260.dtsi ARM: mvebu: fix length of ethernet registers in mv78260 dtsi 2013-06-23 21:46:12 +00:00
armada-xp-mv78460.dtsi ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
armada-xp-openblocks-ax3-4.dts mxs device tree changes for 3.11: 2013-06-20 02:06:36 +02:00
armada-xp.dtsi ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
at91-ariag25.dts ARM: at91/at91-ariag25.dts: UART0/1 nodes are disabled 2013-05-31 16:42:27 +02:00
at91-foxg20.dts ARM: at91: switch Fox G20 board .dts to pre-processor defines 2013-05-31 16:42:28 +02:00
at91rm9200.dtsi - more SPI DT activation for rm9200 2013-06-26 16:56:24 +02:00
at91rm9200ek.dts ARM: at91: dt: rm9200ek: add spi support 2013-06-26 10:13:39 +02:00
at91sam9g15.dtsi ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
at91sam9g15ek.dts ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
at91sam9g20.dtsi ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
at91sam9g20ek.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
at91sam9g20ek_2mmc.dts ARM: at91: dt: switch to pinctrl to pre-processor 2013-05-17 12:11:39 +02:00
at91sam9g20ek_common.dtsi ARM: at91/dts: add the watchdog nodes for at91 boards 2013-05-31 21:54:50 +02:00
at91sam9g25.dtsi ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
at91sam9g25ek.dts ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
at91sam9g35.dtsi ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
at91sam9g35ek.dts ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
at91sam9g45.dtsi Again some nice DT updates for AT91: 2013-06-14 18:51:21 -07:00
at91sam9m10g45ek.dts ARM: at91: sam9m10g45ek add udc DT support 2013-06-15 00:15:22 +02:00
at91sam9n12.dtsi - more SPI DT activation for rm9200 2013-06-26 16:56:24 +02:00
at91sam9n12ek.dts ARM: at91/dts: add the watchdog nodes for at91 boards 2013-05-31 21:54:50 +02:00
at91sam9x5.dtsi Again some nice DT updates for AT91: 2013-06-14 18:51:21 -07:00
at91sam9x5cm.dtsi ARM: at91: dt: switch to pinctrl to pre-processor 2013-05-17 12:11:39 +02:00
at91sam9x5ek.dtsi ARM: at91: sam9x5ek add udc DT support 2013-06-15 00:15:21 +02:00
at91sam9x25.dtsi ARM: at91: dt: switch to pinctrl to pre-processor 2013-05-17 12:11:39 +02:00
at91sam9x25ek.dts Adding the DT support to USB gadget High-Speed aka usba. 2013-06-14 18:58:28 -07:00
at91sam9x35.dtsi ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
at91sam9x35ek.dts ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
at91sam9260.dtsi Merge branch 'dts-cpus-updates' of git://linux-arm.org/linux-2.6-lp into next/dt 2013-06-07 16:39:38 -07:00
at91sam9263.dtsi Merge branch 'dts-cpus-updates' of git://linux-arm.org/linux-2.6-lp into next/dt 2013-06-07 16:39:38 -07:00
at91sam9263ek.dts ARM: at91/dts: add the watchdog nodes for at91 boards 2013-05-31 21:54:50 +02:00
atlas6-evb.dts ARM/dts: prima2: add .dtsi for atlas6 and .dts for atla6-evb board 2013-03-18 17:15:33 +01:00
atlas6.dtsi drivers/rtc/rtc-sirfsoc.c: add rtc drivers for CSR SiRFprimaII and SiRFatlasVI 2013-07-03 16:08:01 -07:00
bcm2835-rpi-b.dts ARM: bcm2835: Add Raspberry Pi's ACT LED to DT 2013-05-16 20:29:48 -06:00
bcm2835.dtsi ARM: bcm2835: override the HW UART periphid 2013-06-02 11:50:41 -07:00
bcm11351-brt.dts ARM: mmc: bcm281xx SDHCI driver (dt mods) 2013-06-20 14:13:12 -07:00
bcm11351.dtsi Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm 2013-07-03 09:46:29 -07:00
ccu8540.dts ARM: ux500: Allocate correct amount of memory for the u8540 in DT 2013-06-04 11:16:17 +02:00
ccu9540.dts ARM: ux500: use #include syntax to include *.dtsi. 2013-05-29 18:38:40 +02:00
cros5250-common.dtsi ARM: dts: change compatible strings for EXYNOS5250 hdmi subsystem 2013-06-28 21:13:57 +09:00
da850-enbw-cmc.dts ARM: davinci: da850: Use #include for all device trees 2013-06-20 15:04:30 +05:30
da850-evm.dts ARM: davinci: da850: Use #include for all device trees 2013-06-20 15:04:30 +05:30
da850.dtsi ARM: davinci: da850: adopt to pinctrl-single change for configuring multiple pins 2013-06-26 23:56:31 +05:30
dbx5x0.dtsi ARM SoC driver specific changes 2013-07-02 14:33:21 -07:00
dove-cm-a510.dts
dove-cubox.dts ARM: dove: add si5351 clock driver to CuBox DT 2013-05-13 20:14:56 +00:00
dove-dove-db.dts
dove.dtsi mvebu fixes for v3.9 round 3 2013-04-15 14:54:05 +00:00
ea3250.dts
ecx-2000.dts ARM: dts: add device_type prop to cpu nodes on Calxeda platforms 2013-01-07 21:08:23 -08:00
ecx-common.dtsi sata highbank: add bit-banged SGPIO driver support 2013-06-06 14:05:24 -07:00
elpida_ecb240abacn.dtsi
emev2-kzm9d.dts ARM: mach-shmobile: kzm9d: update defconfig 2013-01-15 08:57:09 +09:00
emev2.dtsi ARM: mach-shmobile: emev2: Add reg and device_type properties to cpus 2013-01-29 11:44:59 +09:00
ethernut5.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
evk-pro3.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
exynos4.dtsi ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos4x12-pinctrl.dtsi ARM: dts: Remove keypad entries from exynos4x12-pinctrl.dtsi 2013-06-10 17:22:29 +09:00
exynos4x12.dtsi ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos5.dtsi ARM: dts: fork out common EXYNOS5 nodes 2013-06-19 04:08:57 +09:00
exynos4210-origen.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos4210-pinctrl.dtsi ARM: dts: Add LCD related pinctrl entries for exynos4210 2013-06-19 00:41:46 +09:00
exynos4210-smdkv310.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos4210-trats.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos4210-universal_c210.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos4210.dtsi ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos4212.dtsi ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos4412-odroidx.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos4412-origen.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos4412-smdk4412.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos4412.dtsi ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos5250-arndale.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos5250-pinctrl.dtsi ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
exynos5250-smdk5250.dts Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-07-09 16:04:31 -07:00
exynos5250-snow.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos5250.dtsi Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-07-09 16:04:31 -07:00
exynos5420-pinctrl.dtsi ARM: dts: add pinctrl support to EXYNOS5420 2013-06-19 22:18:48 +09:00
exynos5420-smdk5420.dts ARM: dts: Add initial device tree support for EXYNOS5420 2013-06-19 04:09:35 +09:00
exynos5420.dtsi ARM: dts: add pinctrl support to EXYNOS5420 2013-06-19 22:18:48 +09:00
exynos5440-sd5v1.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
exynos5440-ssdk5440.dts ARM SoC driver specific changes 2013-07-02 14:33:21 -07:00
exynos5440.dtsi ARM SoC driver specific changes 2013-07-02 14:33:21 -07:00
ge863-pro3.dtsi ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
highbank.dts cpufreq / highbank: add support for highbank cpufreq 2013-02-02 00:01:15 +01:00
href.dtsi ARM: ux500: drop any 0x prefix from I2C DT devices 2013-06-04 11:50:32 +02:00
hrefprev60.dts ARM: ux500: drop any 0x prefix from I2C DT devices 2013-06-04 11:50:32 +02:00
hrefv60plus.dts ARM: ux500: Correct anamic2 typo in DT files 2013-06-04 11:07:02 +02:00
imx6dl-pinfunc.h pinctrl: add pinctrl driver for imx6dl 2013-04-09 22:53:38 +08:00
imx6dl-sabreauto.dts ARM: dts: imx6q{dl}: fix the pin conflict between SPI and WEIM 2013-06-17 16:04:29 +08:00
imx6dl-sabresd.dts ARM: dts: imx6qdl-sabresd: add clko1 iomux configuration 2013-06-17 16:04:32 +08:00
imx6dl-wandboard.dts ARM: dts: imx6dl-wandboard: Add USB Host support 2013-04-09 22:53:40 +08:00
imx6dl.dtsi imx device tree changes for 3.11: 2013-06-20 02:11:29 +02:00
imx6q-arm2.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx6q-phytec-pbab01.dts ARM: dts: Phytec imx6q pfla02 and pbab01 support 2013-06-17 16:04:31 +08:00
imx6q-phytec-pfla02.dtsi ARM: dts: Phytec imx6q pfla02 and pbab01 support 2013-06-17 16:04:31 +08:00
imx6q-pinfunc.h pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx6q-sabreauto.dts ARM: dts: imx6q{dl}: fix the pin conflict between SPI and WEIM 2013-06-17 16:04:29 +08:00
imx6q-sabrelite.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx6q-sabresd.dts ARM: dts: imx6qdl-sabresd: add clko1 iomux configuration 2013-06-17 16:04:32 +08:00
imx6q-sbc6x.dts ARM: dts: MicroSys sbc6x support (i.MX6) 2013-04-09 22:53:37 +08:00
imx6q.dtsi imx device tree changes for 3.11: 2013-06-20 02:11:29 +02:00
imx6qdl-sabreauto.dtsi ARM: dts: imx6qdl-sabreauto: enable the WEIM NOR 2013-06-17 16:04:30 +08:00
imx6qdl-sabresd.dtsi ARM: dtsi: imx6qdl-sabresd: Enable WM8962 audio support 2013-06-17 16:04:33 +08:00
imx6qdl.dtsi ARM: dts: imx6qdl: add more information for WEIM 2013-06-17 16:04:29 +08:00
imx6sl-evk.dts ARM: dts: imx6sl: add initial imx6sl-evk support 2013-06-17 16:04:21 +08:00
imx6sl-pinfunc.h pinctrl: add pinctrl driver for imx6sl 2013-04-09 22:53:38 +08:00
imx6sl.dtsi ARM: dts: add device tree source for imx6sl SoC 2013-06-17 16:04:21 +08:00
imx23-evk.dts video: mxsfb: Introduce regulator support 2013-04-08 15:44:55 +08:00
imx23-olinuxino.dts ARM: dts: imx23-olinuxino: mark sdcard cd as broken 2013-04-07 14:15:23 +08:00
imx23-stmp378x_devb.dts
imx23.dtsi ARM: dts: imx: cpus/cpu nodes dts updates 2013-05-23 10:45:12 +01:00
imx25-karo-tx25.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx25-pdk.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx25.dtsi ARM: dts: imx: fix clocks for cspi 2013-05-24 13:41:00 +08:00
imx27-apf27.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx27-apf27dev.dts ARM: imx: Add support for the Armadeus Systems APF27Dev docking board 2013-04-09 22:52:54 +08:00
imx27-pdk.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx27-phytec-phycore-rdk.dts ARM: dts: imx27-phytec-phycore-rdk: Add SDHC support 2013-06-17 16:04:31 +08:00
imx27-phytec-phycore-som.dts ARM: dts: imx27-phytec-phycore-rdk: Add MTD name for NOR flash 2013-06-17 16:04:31 +08:00
imx27.dtsi ARM: dts: imx27: Add VPU devicetree node 2013-06-17 16:04:34 +08:00
imx28-apf28.dts
imx28-apf28dev.dts ARM: dts: apf28dev: Add touchscreen support for APF28dev 2013-06-17 15:43:29 +08:00
imx28-apx4devkit.dts ARM: mxs: move display timing configurations into device tree 2013-04-04 21:22:42 +08:00
imx28-cfa10036.dts ARM: cfa10036: Add USB0 OTG port 2013-06-17 15:43:29 +08:00
imx28-cfa10037.dts ARM: mxs: dt: Add Crystalfontz CFA-10037 device tree support 2013-01-26 13:40:37 +08:00
imx28-cfa10049.dts ARM: cfa10049: Switch the chip select pin of the LCD controller 2013-06-17 15:43:30 +08:00
imx28-cfa10055.dts ARM: mxs: dt: Add the Crystalfontz CFA-10055 device tree 2013-06-17 15:43:31 +08:00
imx28-cfa10057.dts ARM: mxs: dt: Add Crystalfontz CFA-10057 device tree 2013-06-17 15:43:31 +08:00
imx28-evk.dts can: flexcan: Use a regulator to control the CAN transceiver 2013-06-27 15:15:25 +02:00
imx28-m28evk.dts ARM: mxs: Fix UARTs on M28EVK 2013-06-17 15:43:29 +08:00
imx28-sps1.dts ARM: mxs: Slow down the I2C clock speed 2013-04-03 09:34:01 +08:00
imx28-tx28.dts
imx28.dtsi Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2013-07-05 12:12:33 -07:00
imx31-bug.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx31.dtsi ARM: i.MX31: Add GPT devicetree node 2013-04-09 22:52:52 +08:00
imx35-pinfunc.h pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx51-apf51.dts ARM: imx: apf51: add nfc support 2013-06-17 16:04:22 +08:00
imx51-apf51dev.dts ARM: imx: apf51dev: add ecspi1, ecspi2 and i2c2 support 2013-04-09 22:52:54 +08:00
imx51-babbage.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx51-pinfunc.h pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx51.dtsi ARM: dts: imx: use usb-nop-xceiv usbphy entries for imx5x 2013-06-17 16:04:11 +08:00
imx53-ard.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx53-evk.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx53-m53evk.dts ARM: mx5: Add support for DENX M53EVK 2013-06-17 16:04:16 +08:00
imx53-mba53.dts ARM i.MX53: mba53: add DI1_CLK to pinctrl for disp1 2013-06-17 16:04:28 +08:00
imx53-pinfunc.h ARM: dts: imx53: fix SD2_DATA1 pad AUDMUX_AUD4 configuration 2013-04-09 22:53:37 +08:00
imx53-qsb.dts ARM: dts: mx53qsb: Add support for parallel display 2013-06-17 16:04:22 +08:00
imx53-smd.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx53-tqma53.dtsi ARM i.MX53: tqma53: add WP/CD pinctrl and vmmc to esdhc2 2013-06-17 16:04:26 +08:00
imx53-tx53.dtsi ARM: dts: add Ka-Ro tx53 devicetree 2013-06-17 16:04:18 +08:00
imx53.dtsi ARM i.MX53: Add TVE entry to i.MX53 dtsi 2013-06-17 16:04:26 +08:00
integrator.dtsi
integratorap.dts ARM: integrator: set local side PCI addresses right 2013-06-27 14:19:12 +02:00
integratorcp.dts ARM: integrator-cp: convert use CLKSRC_OF for timer init 2013-04-11 15:11:21 -05:00
keystone.dts ARM: dts: keystone: Add minimal Keystone SOC device tree data 2013-06-17 18:35:34 -04:00
kirkwood-98dx4122.dtsi ARM: Kirkwood: support 98DX412x kirkwoods with pinctrl 2012-11-24 02:58:43 +00:00
kirkwood-6281.dtsi ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kirkwood-6282.dtsi ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kirkwood-cloudbox.dts arm: kirkwood: cloudbox: move pinmux configs to the right devices 2013-05-27 15:30:54 +00:00
kirkwood-db-88f6281.dts arm: kirkwood: convert db-88f6281/db-88f6282 to the Device Tree 2013-05-27 16:02:13 +00:00
kirkwood-db-88f6282.dts arm: kirkwood: convert db-88f6281/db-88f6282 to the Device Tree 2013-05-27 16:02:13 +00:00
kirkwood-db.dtsi arm: kirkwood: convert db-88f6281/db-88f6282 to the Device Tree 2013-05-27 16:02:13 +00:00
kirkwood-dns320.dts arm: kirkwood: dlink dns: move pinmux configs to the right devices 2013-05-27 15:31:13 +00:00
kirkwood-dns325.dts arm: kirkwood: dlink dns: move pinmux configs to the right devices 2013-05-27 15:31:13 +00:00
kirkwood-dnskw.dtsi arm: kirkwood: dlink dns: move pinmux configs to the right devices 2013-05-27 15:31:13 +00:00
kirkwood-dockstar.dts arm: kirkwood: dockstar: move pinmux configs to the right devices 2013-05-27 15:31:22 +00:00
kirkwood-dreamplug.dts arm: kirkwood: dreamplug: move pinmux configs to the right devices 2013-05-27 15:31:31 +00:00
kirkwood-goflexnet.dts arm: kirkwood: goflexnet: move pinmux configs to the right devices 2013-05-27 15:31:39 +00:00
kirkwood-guruplug-server-plus.dts arm: kirkwood: guruplug: move pinmux configs to the right devices 2013-05-27 15:31:48 +00:00
kirkwood-ib62x0.dts arm: kirkwood: ib62x0: move pinmux configs to the right devices 2013-05-27 15:31:59 +00:00
kirkwood-iconnect.dts ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kirkwood-iomega_ix2_200.dts arm: kirkwood: iomega ix2-200: move pinmux configs to the right devices 2013-05-27 15:32:25 +00:00
kirkwood-is2.dts arm: kirkwood: ns2: move pinmux configs to the right devices 2013-05-27 15:32:36 +00:00
kirkwood-km_kirkwood.dts ARM: kirkwood: add i2c-gpio controller for km_kirkwood 2013-05-27 16:19:58 +00:00
kirkwood-lschlv2.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-lsxhl.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-lsxl.dtsi ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kirkwood-mplcec4.dts ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kirkwood-netgear_readynas_duo_v2.dts ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kirkwood-ns2-common.dtsi arm: kirkwood: ns2: move pinmux configs to the right devices 2013-05-27 15:32:36 +00:00
kirkwood-ns2.dts arm: kirkwood: ns2: move pinmux configs to the right devices 2013-05-27 15:32:36 +00:00
kirkwood-ns2lite.dts arm: kirkwood: ns2: move pinmux configs to the right devices 2013-05-27 15:32:36 +00:00
kirkwood-ns2max.dts arm: kirkwood: ns2: move pinmux configs to the right devices 2013-05-27 15:32:36 +00:00
kirkwood-ns2mini.dts arm: kirkwood: ns2: move pinmux configs to the right devices 2013-05-27 15:32:36 +00:00
kirkwood-nsa310.dts ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kirkwood-openblocks_a6.dts arm: kirkwood: openblocks-a6: add support for Init button 2013-05-27 15:35:04 +00:00
kirkwood-sheevaplug-common.dtsi arm: kirkwood: sheevaplug: move pinmux configs to the right devices 2013-06-05 15:01:54 +00:00
kirkwood-sheevaplug-esata.dts arm: kirkwood: sheevaplug: move pinmux configs to the right devices 2013-06-05 15:01:54 +00:00
kirkwood-sheevaplug.dts arm: kirkwood: sheevaplug: move pinmux configs to the right devices 2013-06-05 15:01:54 +00:00
kirkwood-topkick.dts arm: kirkwood: topkick: move pinmux configs to the right devices 2013-05-27 15:34:00 +00:00
kirkwood-ts219-6281.dts ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kirkwood-ts219-6282.dts ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kirkwood-ts219.dtsi ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kirkwood.dtsi ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
kizbox.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
lpc32xx.dtsi ARM: dts: lpc32xx: cpus/cpu nodes dts updates 2013-05-23 10:45:13 +01:00
Makefile ARM SoC late changes 2013-07-02 14:42:51 -07:00
marco-evb.dts ARM: PRIMA2: add CSR SiRFmarco device tree .dts 2013-01-22 19:33:30 +08:00
marco.dtsi ARM: PRIMA2: add CSR SiRFmarco device tree .dts 2013-01-22 19:33:30 +08:00
mmp2-brownstone.dts mfd: max8925: Add dts 2013-02-14 00:23:01 +01:00
mmp2.dtsi ARM: mmp: add more compatible names in gpio driver 2013-04-11 10:00:34 +08:00
mpa1600.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
msm8660-surf.dts Cleanups for MSM for 3.11 2013-06-14 18:28:02 -07:00
msm8960-cdp.dts ARM: dts: msm: Fix merge resolution 2013-06-18 00:29:05 -07:00
nspire-classic.dtsi arm: Add device trees for TI-Nspire hardware 2013-06-21 20:06:29 +02:00
nspire-clp.dts arm: Add device trees for TI-Nspire hardware 2013-06-21 20:06:29 +02:00
nspire-cx.dts arm: Add device trees for TI-Nspire hardware 2013-06-21 20:06:29 +02:00
nspire-tp.dts arm: Add device trees for TI-Nspire hardware 2013-06-21 20:06:29 +02:00
nspire.dtsi arm: Add device trees for TI-Nspire hardware 2013-06-21 20:06:29 +02:00
omap2.dtsi Merge branch 'for_3.11/dts' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into next/dt 2013-06-20 23:01:41 +02:00
omap3-beagle-xm.dts ARM: dts: TWL4030: fix mux and wakeup for SYS_NIRQ line 2013-06-18 18:53:45 -05:00
omap3-beagle.dts ARM: dts: TWL4030: fix mux and wakeup for SYS_NIRQ line 2013-06-18 18:53:45 -05:00
omap3-devkit8000.dts Device tree updates for v3.11 2013-07-04 15:51:45 -07:00
omap3-evm.dts ARM: dts: TWL4030: fix mux and wakeup for SYS_NIRQ line 2013-06-18 18:53:45 -05:00
omap3-igep.dtsi ARM: dts: TWL4030: fix mux and wakeup for SYS_NIRQ line 2013-06-18 18:53:45 -05:00
omap3-igep0020.dts ARM: dts: OMAP2+: Use existing constants for GPIOs 2013-06-18 18:53:38 -05:00
omap3-igep0030.dts ARM: dts: OMAP2+: Use existing constants for GPIOs 2013-06-18 18:53:38 -05:00
omap3-overo.dtsi ARM: dts: omap3-overo: Add default trigger for TWL4030 LED 2013-06-19 04:38:15 -05:00
omap3-tobi.dts ARM: dts: omap3-tobi: Correct polarity for GPIO LED 2013-06-19 04:38:14 -05:00
omap3.dtsi Merge branch 'for_3.11/dts' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into next/dt 2013-06-20 23:01:41 +02:00
omap4-panda-a4.dts ARM: dts: OMAP2+: Use pinctrl constants 2013-06-18 18:53:40 -05:00
omap4-panda-common.dtsi ARM: dts: omap4-panda: Fix DVI EDID reads 2013-06-19 16:59:16 -05:00
omap4-panda-es.dts ARM: dts: omap4-panda: Update the LED support for the panda 2013-06-18 18:53:40 -05:00
omap4-panda.dts ARM: dts: OMAP2+: Use #include for all device trees 2013-06-18 18:53:38 -05:00
omap4-sdp-es23plus.dts ARM: dts: OMAP2+: Use pinctrl constants 2013-06-18 18:53:40 -05:00
omap4-sdp.dts ARM: dts: OMAP2+: Use pinctrl constants 2013-06-18 18:53:40 -05:00
omap4-var-som.dts ARM: dts: OMAP4/5: Use existing constants for IRQs 2013-06-18 18:53:39 -05:00
omap4.dtsi Merge branch 'for_3.11/dts' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into next/dt 2013-06-20 23:01:41 +02:00
omap5-uevm.dts ARM: dts: omap5-uevm: Provide USB Host PHY clock frequency 2013-06-19 16:59:28 -05:00
omap5.dtsi Merge branch 'for_3.11/dts' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into next/dt 2013-06-20 23:01:41 +02:00
omap34xx.dtsi ARM: dts: OMAP2+: Use #include for all device trees 2013-06-18 18:53:38 -05:00
omap36xx.dtsi ARM: dts: OMAP2+: Use #include for all device trees 2013-06-18 18:53:38 -05:00
omap443x.dtsi ARM: dts: OMAP443x: Add bandgap entry for OMAP443x devices 2013-06-18 18:53:46 -05:00
omap2420-h4.dts ARM: dts: OMAP2+: Use #include for all device trees 2013-06-18 18:53:38 -05:00
omap2420.dtsi ARM: dts: OMAP2+: Use #include for all device trees 2013-06-18 18:53:38 -05:00
omap2430.dtsi ARM: dts: OMAP2+: Use #include for all device trees 2013-06-18 18:53:38 -05:00
omap3430-sdp.dts ARM SoC driver specific changes 2013-07-02 14:33:21 -07:00
omap4460.dtsi ARM: dts: OMAP4460: Add bandgap entry for OMAP4460 devices 2013-06-18 18:53:46 -05:00
orion5x-lacie-ethernet-disk-mini-v2.dts arm: mach-orion5x: fix typo in compatible string of a .dts file 2013-03-08 22:19:42 +00:00
orion5x.dtsi ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
phy3250.dts
picoxcell-pc3x2.dtsi ARM: dts: picoxcell: cpus/cpu nodes dts updates 2013-05-23 10:45:15 +01:00
picoxcell-pc3x3.dtsi ARM: dts: picoxcell: cpus/cpu nodes dts updates 2013-05-23 10:45:15 +01:00
picoxcell-pc7302-pc3x2.dts
picoxcell-pc7302-pc3x3.dts
pm9g45.dts ARM: at91: dt: switch to pinctrl to pre-processor 2013-05-17 12:11:39 +02:00
prima2-evb.dts
prima2.dtsi drivers/rtc/rtc-sirfsoc.c: add rtc drivers for CSR SiRFprimaII and SiRFatlasVI 2013-07-03 16:08:01 -07:00
pxa2xx.dtsi ARM: dts: pxa2xx: cpus/cpu nodes dts updates 2013-05-23 10:45:17 +01:00
pxa3xx.dtsi
pxa27x.dtsi
pxa168-aspenite.dts
pxa168.dtsi ARM: mmp: add more compatible names in gpio driver 2013-04-11 10:00:34 +08:00
pxa910-dkb.dts
pxa910.dtsi ARM: mmp: add more compatible names in gpio driver 2013-04-11 10:00:34 +08:00
r8a73a4-ape6evm.dts ARM: shmobile: APE6EVM LAN9220 support 2013-04-03 10:50:43 +09:00
r8a73a4.dtsi ARM: shmobile: Remove unused r8a73a4 GIC CPU interface DT bits 2013-06-04 17:02:22 +09:00
r8a7740-armadillo800eva-reference.dts ARM: shmobile: armadillo800eva: Reference DT implementation 2013-06-04 17:41:53 +09:00
r8a7740-armadillo800eva.dts Merge branch 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards 2013-01-29 09:02:47 -08:00
r8a7740.dtsi Renesas ARM-based SoC DT updates for v3.11 2013-06-10 22:14:03 -07:00
r8a7778-bockw.dts ARM: shmobile: bockw: enable network settings on bootargs 2013-04-05 11:32:53 +09:00
r8a7778.dtsi ARM: shmobile: add R8A7778 basis support 2013-04-02 10:58:23 +09:00
r8a7779-marzen-reference.dts ARM: shmobile: marzen: Reference DT implementation 2013-03-18 21:27:02 +09:00
r8a7779.dtsi ARM: shmobile: marzen-reference: add irqpin support in DT 2013-06-04 18:05:59 +09:00
r8a7790-lager.dts ARM: shmobile: Initial r8a7790 Lager board support 2013-04-03 10:50:43 +09:00
r8a7790.dtsi ARM: shmobile: Remove unused r8a7790 GIC CPU interface DT bits 2013-06-04 17:15:31 +09:00
rk3066a-clocks.dtsi arm: Add basic clocks for Rockchip rk3066a SoCs 2013-06-21 09:20:56 +02:00
rk3066a.dtsi arm: add basic support for Rockchip RK3066a boards 2013-06-21 09:21:02 +02:00
s3c24xx.dtsi ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
s3c2416-pinctrl.dtsi ARM: dts: add devicetree support for s3c2416-smdk2416 2013-05-21 01:06:12 +09:00
s3c2416-smdk2416.dts ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
s3c2416.dtsi ARM: dts: use #include for all device trees for Samsung 2013-06-19 03:28:40 +09:00
sama5d3.dtsi - more SPI DT activation for rm9200 2013-06-26 16:56:24 +02:00
sama5d3xcm.dtsi Adding the DT support to USB gadget High-Speed aka usba. 2013-06-14 18:58:28 -07:00
sama5d3xdm.dtsi ARM: at91: dt: switch to pinctrl to pre-processor 2013-05-17 12:11:39 +02:00
sama5d3xmb.dtsi ARM: at91: dt: switch to pinctrl to pre-processor 2013-05-17 12:11:39 +02:00
sama5d31ek.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
sama5d33ek.dts ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
sama5d34ek.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
sama5d35ek.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
samsung_k3pe0e000b.dtsi
sh73a0-kzm9g-reference.dts ARM: shmobile: kzm9g-reference: add AS3711 and CPUFreq DT bindings 2013-06-04 17:46:30 +09:00
sh73a0-kzm9g.dts Merge branch 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards 2013-01-29 09:02:47 -08:00
sh73a0.dtsi ARM: shmobile: sh73a0: remove "0x" prefix from DT node names 2013-06-18 16:18:02 +09:00
sh7372-mackerel.dts Merge branch 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards 2013-01-29 09:02:47 -08:00
sh7372.dtsi ARM: dts: sh7372: cpus/cpu nodes dts updates 2013-05-23 10:45:19 +01:00
skeleton.dtsi
skeleton64.dtsi ARM: dts: Add a 64 bits version of the skeleton device tree 2013-04-11 18:09:15 +00:00
snowball.dts ARM SoC driver specific changes 2013-07-02 14:33:21 -07:00
socfpga.dtsi ARM: socfpga: dts: Add gate-clock bindings 2013-06-11 16:35:00 -07:00
socfpga_cyclone5.dts ARM: socfpga: dts: Add ethernet bindings for SOCFPGA 2013-06-11 16:34:57 -07:00
socfpga_vt.dts ARM: socfpga: dts: Add ethernet bindings for SOCFPGA 2013-06-11 16:34:57 -07:00
spear3xx.dtsi ARM: dts: spear: cpus/cpu nodes dts updates 2013-05-23 10:45:21 +01:00
spear13xx.dtsi ARM: dts: spear: cpus/cpu nodes dts updates 2013-05-23 10:45:21 +01:00
spear300-evb.dts ARM: SPEAr: DT: add uart state to fix warning 2012-11-26 15:53:52 +05:30
spear300.dtsi MTD pull for 3.8 2012-12-19 12:47:41 -08:00
spear310-evb.dts ARM: SPEAr: DT: add uart state to fix warning 2012-11-26 15:53:52 +05:30
spear310.dtsi gpio: add gpio offset in gpio range cells property 2013-03-07 05:27:29 +01:00
spear320-evb.dts ARM: SPEAr: DT: add uart state to fix warning 2012-11-26 15:53:52 +05:30
spear320-hmi.dts ARM: SPEAr320: DT: Add SPEAr 320 HMI board support 2012-11-26 16:55:33 +05:30
spear320.dtsi gpio: add gpio offset in gpio range cells property 2013-03-07 05:27:29 +01:00
spear600-evb.dts ARM: SPEAr: DT: Update device nodes 2012-11-26 16:55:28 +05:30
spear600.dtsi ARM: dts: spear: cpus/cpu nodes dts updates 2013-05-23 10:45:21 +01:00
spear1310-evb.dts ARM: SPEAr: DT: Update device nodes 2012-11-26 16:55:28 +05:30
spear1310.dtsi gpio: add gpio offset in gpio range cells property 2013-03-07 05:27:29 +01:00
spear1340-evb.dts ARM: SPEAr: DT: Update device nodes 2012-11-26 16:55:28 +05:30
spear1340.dtsi ARM: arm-soc: late cleanups 2013-05-07 11:22:14 -07:00
st-pincfg.h ARM: sti: Add STiH415 SOC support 2013-06-25 13:26:47 -07:00
ste-nomadik-s8815.dts Nomadik DT and clock work: 2013-06-20 16:13:10 +02:00
ste-nomadik-stn8815.dtsi ARM: nomadik: add the new clocks to the device tree 2013-06-20 10:15:48 +02:00
ste-u300.dts ARM: u300: switch to using syscon regmap for board 2013-06-17 13:54:39 +02:00
stih41x-b2000.dtsi ARM: stih41x: Add B2000 board support 2013-06-25 13:42:50 -07:00
stih41x-b2020.dtsi ARM: stih41x: Add B2020 board support 2013-06-25 13:42:51 -07:00
stih41x.dtsi ARM: sti: Add STiH415 SOC support 2013-06-25 13:26:47 -07:00
stih415-b2000.dts ARM: stih41x: Add B2000 board support 2013-06-25 13:42:50 -07:00
stih415-b2020.dts ARM: stih41x: Add B2020 board support 2013-06-25 13:42:51 -07:00
stih415-clock.dtsi ARM: sti: Add STiH415 SOC support 2013-06-25 13:26:47 -07:00
stih415-pinctrl.dtsi ARM: sti: Add STiH415 SOC support 2013-06-25 13:26:47 -07:00
stih415.dtsi ARM: sti: Add STiH415 SOC support 2013-06-25 13:26:47 -07:00
stih416-b2000.dts ARM: stih41x: Add B2000 board support 2013-06-25 13:42:50 -07:00
stih416-b2020.dts ARM: stih41x: Add B2020 board support 2013-06-25 13:42:51 -07:00
stih416-clock.dtsi ARM: sti: Add STiH416 SOC support 2013-06-25 13:26:58 -07:00
stih416-pinctrl.dtsi ARM: sti: Add STiH416 SOC support 2013-06-25 13:26:58 -07:00
stih416.dtsi ARM: sti: Add STiH416 SOC support 2013-06-25 13:26:58 -07:00
stuib.dtsi ARM: ux500: drop any 0x prefix from I2C DT devices 2013-06-04 11:50:32 +02:00
sun4i-a10-cubieboard.dts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2013-07-09 18:24:39 -07:00
sun4i-a10-hackberry.dts ARM: sunxi: Add EMAC Controller to Hackberry dt 2013-05-31 17:23:07 -07:00
sun4i-a10-mini-xplus.dts ARM: sunxi: Fix Mini X-plus device tree build 2013-05-13 10:38:58 +02:00
sun4i-a10.dtsi Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2013-07-09 18:24:39 -07:00
sun5i-a10s-olinuxino-micro.dts ARM: sunxi: Add Olimex A10s-Olinuxino-micro device tree 2013-06-19 11:01:39 +02:00
sun5i-a10s.dtsi ARM: sunxi: dt: Add Allwinner A10s DTSI 2013-06-16 20:50:16 +02:00
sun5i-a13-olinuxino.dts ARM: sun5i: olinuxino: Enable the i2c controllers 2013-06-15 15:19:40 +02:00
sun5i-a13.dtsi Allwinner SoCs DT additions for 3.11, part 2 2013-06-20 15:23:41 +02:00
tegra20-colibri-512.dtsi ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra20-harmony.dts ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra20-iris-512.dts ARM: tegra: convert device tree files to use GPIO defines 2013-05-28 16:13:49 -06:00
tegra20-medcom-wide.dts ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra20-paz00.dts ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra20-plutux.dts ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra20-seaboard.dts ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra20-tamonten.dtsi ARM: tegra: convert device tree files to use IRQ defines 2013-05-28 16:13:50 -06:00
tegra20-tec.dts ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra20-trimslice.dts ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra20-ventana.dts ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra20-whistler.dts ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra20.dtsi ARM: tegra20: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra30-beaver.dts ARM: tegra: enable audio on Beaver 2013-06-12 14:56:40 -06:00
tegra30-cardhu-a02.dts ARM: tegra: convert device tree files to use GPIO defines 2013-05-28 16:13:49 -06:00
tegra30-cardhu-a04.dts ARM: tegra: convert device tree files to use GPIO defines 2013-05-28 16:13:49 -06:00
tegra30-cardhu.dtsi ARM: tegra30: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra30.dtsi ARM: tegra30: convert device tree files to use CLK defines 2013-05-28 16:13:50 -06:00
tegra114-dalmore.dts ARM: tegra: enable audio on Dalmore 2013-06-12 14:56:39 -06:00
tegra114-pluto.dts ARM: tegra: use #include for all device trees 2013-05-28 16:13:49 -06:00
tegra114.dtsi ARM: tegra: add audio-related nodes to Tegra114 DT 2013-05-28 16:13:51 -06:00
tny_a9g20.dts ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
tny_a9260.dts ARM: at91: dt: use #include for all device trees 2013-05-17 11:27:49 +02:00
tny_a9260_common.dtsi
tny_a9263.dts ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
tps6507x.dtsi ARM: regulator: add tps6507x device tree data 2013-04-03 09:44:51 +05:30
tps65217.dtsi
tps65910.dtsi
twl4030.dtsi ARM: dts: OMAP3: use twl4030 vdd1 regulator for CPU 2013-04-09 00:21:25 +02:00
twl4030_omap3.dtsi ARM: dts: TWL4030: fix mux and wakeup for SYS_NIRQ line 2013-06-18 18:53:45 -05:00
twl6030.dtsi ARM: dts: twl6030: Add PWM support 2013-04-09 00:16:50 +02:00
u9540.dts ARM: ux500: Enable all MMC devices on the u9540 when booting with DT 2012-11-20 16:10:46 +00:00
usb_a9g20-dab-mmx.dtsi ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
usb_a9g20.dts ARM: at91: dt: add Calao USB-A9G20 low power version 2013-05-31 16:52:37 +02:00
usb_a9g20_common.dtsi ARM: at91: dt: add Calao USB-A9G20 low power version 2013-05-31 16:52:37 +02:00
usb_a9g20_lpw.dts ARM: at91: dt: add Calao USB-A9G20 low power version 2013-05-31 16:52:37 +02:00
usb_a9260.dts ARM: at91: dt: usb-a9260: update shutdown controller 2013-05-31 16:52:35 +02:00
usb_a9260_common.dtsi ARM: at91: dt: switch to standard GPIO flag defines. 2013-05-17 11:27:49 +02:00
usb_a9263.dts ARM: at91: dt: usb-a9263: add dataflash support 2013-05-31 16:52:36 +02:00
versatile-ab.dts ARM: versatile: use OF init for sp804 timer 2013-04-11 15:11:21 -05:00
versatile-pb.dts
vexpress-v2m-rs1.dtsi
vexpress-v2m.dtsi
vexpress-v2p-ca5s.dts ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms 2013-04-11 03:01:03 -07:00
vexpress-v2p-ca9.dts ARM: dts: vexpress: disable CA9 core tile sp804 timer 2013-04-11 15:11:19 -05:00
vexpress-v2p-ca15-tc1.dts ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms 2013-04-11 03:01:03 -07:00
vexpress-v2p-ca15_a7.dts ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms 2013-04-11 03:01:03 -07:00
vf610-pinfunc.h ARM: dts: add SoC level device tree source for VF610 2013-06-17 16:04:23 +08:00
vf610-twr.dts ARM: dts: add initial VF610 Tower board dts support 2013-06-17 16:04:23 +08:00
vf610.dtsi ARM: mxc: fix gpio-ranges for VF610 2013-06-17 16:04:34 +08:00
vt8500-bv07.dts dts: vt8500: Update serial nodes and disable by default in SoC files 2013-05-12 20:31:13 +12:00
vt8500.dtsi dts: vt8500: Update serial nodes and disable by default in SoC files 2013-05-12 20:31:13 +12:00
wm8505-ref.dts dts: vt8500: Update serial nodes and disable by default in SoC files 2013-05-12 20:31:13 +12:00
wm8505.dtsi dts: vt8500: Add ARM, AHB, APB and DDR clock nodes to SoC files 2013-05-12 20:31:15 +12:00
wm8650-mid.dts dts: vt8500: Update serial nodes and disable by default in SoC files 2013-05-12 20:31:13 +12:00
wm8650.dtsi dts: vt8500: Add ARM, AHB, APB and DDR clock nodes to SoC files 2013-05-12 20:31:15 +12:00
wm8750-apc8750.dts dts: vt8500: Update serial nodes and disable by default in SoC files 2013-05-12 20:31:13 +12:00
wm8750.dtsi dts: vt8500: Add ARM, AHB, APB and DDR clock nodes to SoC files 2013-05-12 20:31:15 +12:00
wm8850-w70v2.dts dts: vt8500: Update serial nodes and disable by default in SoC files 2013-05-12 20:31:13 +12:00
wm8850.dtsi dts: vt8500: Correct reference clock on WM8850 SoCs 2013-06-04 07:31:22 +12:00
xenvm-4.2.dts xenvm: add a simple PSCI node and a second cpu 2013-04-25 16:46:09 +00:00
zynq-7000.dtsi arm: dt: zynq: Use 'status' property for UART nodes 2013-06-17 10:32:39 +02:00
zynq-zc702.dts arm: dt: zynq: Use 'status' property for UART nodes 2013-06-17 10:32:39 +02:00
zynq-zc706.dts arm: dt: zynq: Add support for the zc706 platform 2013-06-17 10:32:51 +02:00
zynq-zed.dts arm: dt: zynq: Add support for the zed platform 2013-06-17 10:33:03 +02:00