1. 04 1月, 2018 1 次提交
  2. 20 10月, 2017 1 次提交
  3. 20 9月, 2017 3 次提交
  4. 18 7月, 2017 1 次提交
  5. 16 5月, 2017 1 次提交
  6. 16 9月, 2016 1 次提交
  7. 02 9月, 2016 2 次提交
  8. 25 8月, 2016 1 次提交
    • M
      ARM: dts: exynos: Use 'hpd-gpios' instead of 'hpd-gpio' · 05b01dd9
      Milo Kim 提交于
      This patch enables getting a HPD GPIO descriptor quicker.
      The exynos-hdmi driver uses "hpd" for HDMI hot plug detection.
      
      	static int hdmi_resources_init(struct hdmi_context *hdata)
      	{
      		...
      		hdata->hpd_gpio = devm_gpiod_get(dev, "hpd", GPIOD_IN);
      		...
      	}
      
      This calls 'of_find_gpio()' and it generates the GPIO consumer ID by referring
      GPIO suffix. So 'hpd-gpios' is preferred on getting a GPIO descriptor.
      
      However, if the device tree uses 'hpd-gpio', then the exynos-hdmi driver
      always retries to get a GPIO descriptor because the first GPIO suffix is not
      'gpio' but 'gpios'. So you always see the debug message below.
      
      	of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/soc/hdmi@14530000[0]'
      
      Use the preferred property, 'hpd-gpios' instead of 'hpd-gpio'.
      Acked-by: NRob Herring <robh@kernel.org>
      Reviewed-by: NAndrzej Hajda <a.hajda@samsung.com>
      Cc: devicetree@vger.kernel.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-samsung-soc@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NMilo Kim <woogyom.kim@gmail.com>
      Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
      05b01dd9
  9. 08 6月, 2016 1 次提交
  10. 06 6月, 2016 1 次提交
  11. 13 4月, 2016 1 次提交
    • K
      ARM: dts: exynos: Fix DTC unit name warnings in Exynos5250 · 5c9cbade
      Krzysztof Kozlowski 提交于
      Fix following DTC warnings in all Exynos5250 boards:
      
      Warning (unit_address_vs_reg): Node /dp-controller@145B0000/display-timings/timing@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /usb@12000000 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /usb@12000000/dwc3 has a reg or ranges property, but no unit name
      Warning (unit_address_vs_reg): Node /hdmi has a reg or ranges property, but no unit name
      Warning (unit_address_vs_reg): Node /mixer has a reg or ranges property, but no unit name
      Warning (unit_address_vs_reg): Node /video-phy@10040720 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /fixed-regulator@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /fixed-regulator@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /fixed-regulator@2 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /i2c@12C70000/trackpad has a reg or ranges property, but no unit name
      Warning (unit_address_vs_reg): Node /i2c@12CD0000/lvds-bridge@20/ports/port@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /i2c@12CD0000/lvds-bridge@20/ports/port@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /i2c-arbitrator/i2c@0/embedded-controller has a reg or ranges property, but no unit name
      Warning (unit_address_vs_reg): Node /i2c-arbitrator/i2c@0/power-regulator has a reg or ranges property, but no unit name
      Warning (unit_address_vs_reg): Node /i2c@12CA0000/embedded-controller has a reg or ranges property, but no unit name
      Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
      Reviewed-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      5c9cbade
  12. 05 4月, 2016 1 次提交
  13. 06 10月, 2015 1 次提交
  14. 29 9月, 2015 1 次提交
  15. 14 8月, 2015 1 次提交
  16. 09 5月, 2015 1 次提交
  17. 20 10月, 2014 1 次提交
  18. 19 8月, 2014 1 次提交
  19. 30 7月, 2014 1 次提交
  20. 18 7月, 2014 1 次提交
  21. 21 3月, 2014 1 次提交
  22. 18 3月, 2014 2 次提交
  23. 24 2月, 2014 2 次提交
  24. 21 12月, 2013 4 次提交
  25. 16 12月, 2013 3 次提交
  26. 07 10月, 2013 1 次提交
  27. 19 8月, 2013 2 次提交
  28. 28 6月, 2013 1 次提交
  29. 19 6月, 2013 1 次提交