1. 14 4月, 2014 1 次提交
  2. 24 2月, 2014 1 次提交
    • F
      ARM: dts: vf610-twr: Add ADC support · 64436ff6
      Fugang Duan 提交于
      vf610 has two ADC controllers, and vf610-twr board ADC0_SE5 pin connect
      to sliding rheostat for ADC test, other ADC pins connect to connectors for
      future use.
      
      Add support for ADC0_SE5.
      
      CC: Jonathan Cameron <jic23@kernel.org>
      CC: Mark Rutland <mark.rutland@arm.com>
      CC: Otavio Salvador <otavio@ossystems.com.br>
      CC: Peter Meerwald <pmeerw@pmeerw.net>
      CC: Lars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NFugang Duan <B38611@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      64436ff6
  3. 20 2月, 2014 3 次提交
  4. 09 2月, 2014 1 次提交
    • S
      ARM: dts: vf610: make pinctrl nodes board specific · 07ed1eed
      Shawn Guo 提交于
      Currently, all pinctrl setting nodes are defined in <soc>.dtsi, so that
      boards that share the same pinctrl setting do not have to define it time
      and time again in <board>.dts.  However, along with the devices and use
      cases being added continuously, the pinctrl setting nodes under iomuxc
      becomes more than expected.  This bloats device tree blob for particular
      board unnecessarily since only a small subset of those pinctrl setting
      nodes will be used by the board.  It impacts not only the DTB file size
      but also the run-time device tree lookup efficiency.
      
      The patch moves all the pinctrl data into individual boards as needed.
      With the changes, the pinctrl setting nodes becomes local to particular
      board, and it makes no sense to continue numbering the setting for
      given peripheral.  Thus, all the pinctrl phandler name gets updated to
      have only peripheral name in there.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NFugang Duan <B38611@freescale.com>
      07ed1eed
  5. 26 9月, 2013 1 次提交
  6. 22 8月, 2013 1 次提交
  7. 17 6月, 2013 1 次提交