1. 18 6月, 2019 1 次提交
  2. 20 5月, 2019 1 次提交
  3. 11 4月, 2019 1 次提交
  4. 12 2月, 2019 4 次提交
  5. 10 12月, 2018 7 次提交
  6. 17 7月, 2018 1 次提交
  7. 15 5月, 2018 1 次提交
  8. 14 5月, 2018 1 次提交
    • F
      ARM: dts: imx6qdl-sabre: Remove #address/#size-cells from camera port nodes · fbf983a9
      Fabio Estevam 提交于
      Remove unnecessary #address-cells/#size-cells to fix the following
      DTC warnings:
      
      arch/arm/boot/dts/imx6q-novena.dtb: Warning (avoid_unnecessary_addr_size): /soc/ipu@2400000/port@2: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
      arch/arm/boot/dts/imx6q-novena.dtb: Warning (avoid_unnecessary_addr_size): /soc/ipu@2400000/port@3: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
      arch/arm/boot/dts/imx6q-novena.dtb: Warning (avoid_unnecessary_addr_size): /soc/ipu@2800000/port@2: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
      arch/arm/boot/dts/imx6q-novena.dtb: Warning (avoid_unnecessary_addr_size): /soc/ipu@2800000/port@3: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      fbf983a9
  9. 12 2月, 2018 1 次提交
  10. 20 10月, 2017 1 次提交
  11. 13 10月, 2017 2 次提交
  12. 14 6月, 2017 1 次提交
  13. 05 6月, 2017 1 次提交
  14. 10 4月, 2017 1 次提交
  15. 02 1月, 2017 1 次提交
  16. 24 10月, 2016 1 次提交
  17. 09 8月, 2016 1 次提交
  18. 16 6月, 2016 1 次提交
  19. 11 6月, 2016 1 次提交
  20. 13 4月, 2016 1 次提交
  21. 29 2月, 2016 2 次提交
    • B
      ARM: dts: imx: Add basic dts support for imx6qp SOC · 5d625375
      Bai Ping 提交于
      The i.MX6Quad Plus processor is an high performance SOC of i.MX6 family.
      It has enhanced graphics performance and increased overall memory bandwidth
      compared to i.MX6Q. Most of the design are same as i.MX6Quad/Dual, so code
      for i.MX6Quad can be resued by this chip. The revision number is identied as
      i.MX6Q Rev2.0, but actually it is a new chip, as we did many change to the
      overall architecture.
      
      This patch adds basic dtsi file support for the new i.MX6Quad Plus processor.
      Signed-off-by: NBai Ping <ping.bai@nxp.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      5d625375
    • S
      ARM: dts: imx: replace legacy wakeup property with 'wakeup-source' · 26cefdd1
      Sudeep Holla 提交于
      Though the keyboard and other driver will continue to support the legacy
      "gpio-key,wakeup", "linux,wakeup" and "enable-sdio-wakeup" boolean
      property to enable the wakeup source, "wakeup-source" is the new
      standard binding.
      
      This patch replaces all the legacy wakeup properties with the unified
      "wakeup-source" property in order to avoid any futher copy-paste
      duplication.
      
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      26cefdd1
  22. 19 10月, 2015 1 次提交
  23. 11 8月, 2015 1 次提交
  24. 24 7月, 2015 1 次提交
  25. 11 3月, 2015 1 次提交
  26. 09 1月, 2015 1 次提交
  27. 01 1月, 2015 1 次提交
  28. 23 11月, 2014 1 次提交
  29. 22 11月, 2014 1 次提交
    • F
      ARM: dts: imx6qdl-sabresd: Fix the microphone route · 76e68684
      Fabio Estevam 提交于
      Since commit e409dfbf ("ASoC: dapm: Add a few supply widget sanity
      checks") the following error is seen:
      
      imx-wm8962 sound: wm8962 <-> 202c000.ssi mapping ok
      imx-wm8962 sound: Connecting non-supply widget to supply widget is not supported (AMIC -> MICBIAS)
      imx-wm8962 sound: ASoC: no dapm match for AMIC --> (null) --> MICBIAS
      imx-wm8962 sound: ASoC: Failed to add route AMIC -> direct -> MICBIAS
      
      Invert the route between the microphone and the bias in order to fix it.
      
      While at it, align the audio routing with imx6sl-evk and imx6sx-sdb, which have
      the same wm8962 circuitry.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      76e68684