1. 29 5月, 2013 4 次提交
  2. 05 4月, 2013 1 次提交
    • A
      ARM: tegra: fix the status of PWM DT nodes · b69cd984
      Andrew Chew 提交于
      We should be defining the PWM nodes with status as "disabled" in the
      chip-specific dtsi file, since we don't know whether specific boards
      will use the PWM or not. This patch fixes the PWM node status for
      Tegra20 and Tegra30.
      
      Also fixed the one user of PWM, which is the Tegra20 medcom-wide board,
      so that PWM is set to "okay" in the board-specific dts file.
      Signed-off-by: NAndrew Chew <achew@nvidia.com>
      [swarren: in medcom-wide: fixed node sort order, removed duplicate pwm:
      label, fixed syntax error]
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      b69cd984
  3. 04 4月, 2013 1 次提交
  4. 23 3月, 2013 1 次提交
  5. 12 3月, 2013 2 次提交
  6. 05 3月, 2013 1 次提交
  7. 14 2月, 2013 1 次提交
    • S
      ARM: tegra: remove clock-frequency properties from serial nodes · 8364f5d9
      Stephen Warren 提交于
      Currently, the serial nodes define both a clock-frequency and a clocks
      property. We should not provide both, since they might conflict.
      
      In practice, this also causes problems since the of_serial driver uses
      the clock-frequency property in preference to the clocks property, and
      hence doesn't clk_prepare_enable() the clock, which may then leave it
      with no known users, and hence the common clock framework will disable
      it, thus breaking the port, which is usually the console.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      8364f5d9
  8. 30 1月, 2013 1 次提交
  9. 29 1月, 2013 8 次提交
  10. 17 11月, 2012 3 次提交
  11. 16 11月, 2012 2 次提交
  12. 06 11月, 2012 1 次提交
  13. 31 10月, 2012 1 次提交
  14. 20 9月, 2012 1 次提交
  15. 03 7月, 2012 1 次提交
  16. 21 6月, 2012 1 次提交
  17. 12 6月, 2012 1 次提交
  18. 15 5月, 2012 9 次提交