1. 16 3月, 2016 2 次提交
  2. 12 2月, 2016 2 次提交
  3. 11 2月, 2016 1 次提交
  4. 14 1月, 2016 4 次提交
  5. 11 1月, 2016 2 次提交
  6. 10 12月, 2015 1 次提交
  7. 04 12月, 2015 1 次提交
  8. 24 11月, 2015 1 次提交
  9. 31 10月, 2015 6 次提交
  10. 22 10月, 2015 2 次提交
    • R
      dt-bindings: move backlight bindings under leds · 7755313e
      Rob Herring 提交于
      Backlights are generally a subtype of LEDs at least from a software
      point of view if not always electrically. Move the bindings from the
      video directory to underneath the leds dir.
      Signed-off-by: NRob Herring <robh@kernel.org>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      7755313e
    • R
      dt-bindings: consolidate display related bindings · efdbd734
      Rob Herring 提交于
      This is a quite large renaming to consolidate display related bindings
      into a single "display" directory from various scattered locations of
      video, drm, gpu, fb, mipi, and panel. The prior location was somewhat
      based on the Linux driver location, but bindings should be independent
      of that.
      Signed-off-by: NRob Herring <robh@kernel.org>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      efdbd734
  11. 13 10月, 2015 2 次提交
  12. 05 10月, 2015 1 次提交
    • C
      regulator: axp20x: Drop AXP221 DC1SW and DC5LDO regulator supplies from bindings · 8a29f6c3
      Chen-Yu Tsai 提交于
      The DC1SW and DC5LDO regulators in the AXP221 are internally chained
      to DCDC1 and DCDC5, hence the names. The original bindings used the
      parent regulator names for the supply regulator property. This causes
      some confusion when we actually use it in the dts:
      
      	axp221 {
      		/* self supplying? */
      		dcdc1-supply = <&dcdc1>;
      		dcdc5-supply = <&dcdc5>;
      
      		dcdc1: dcdc1 {
      			...
      		};
      
      		dcdc5: dcdc5 {
      			...
      		};
      	};
      
      Since they are internally connected within the PMIC, their relationships
      should not be visible in the device tree.
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      8a29f6c3
  13. 17 9月, 2015 1 次提交
  14. 24 8月, 2015 4 次提交
  15. 11 8月, 2015 5 次提交
  16. 24 7月, 2015 1 次提交
  17. 21 7月, 2015 1 次提交
  18. 22 6月, 2015 3 次提交