1. 08 4月, 2014 1 次提交
  2. 16 1月, 2014 1 次提交
    • G
      dt/bindings: Remove all references to device_type "ethernet-phy" · 40aad3c1
      Grant Likely 提交于
      The device_type property is deprecated for the flattened device tree and
      the value "ethernet-phy" has never been defined as having a useful
      meaning. Neither the kernel nor u-boot depend on it. It should never
      have appeared in PHY bindings. This patch removes all references to
      "ethernet-phy" as a device_type value from the documentation and the
      .dts files.
      
      This patch was generated mechanically with the following command and
      then verified by looking at the diff.
      
      sed -i '/"ethernet-phy"/d' `git grep -l '"ethernet-phy"'`
      Signed-off-by: NGrant Likely <grant.likely@linaro.org>
      Acked-by: NSrinivas Kandagatla <srinivas.kandagatla@st.com>
      Cc: Rob Herring <rob.herring@calxeda.com>
      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>
      Cc: Florian Fainelli <f.fainelli@gmail.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      40aad3c1
  3. 08 12月, 2013 2 次提交
  4. 31 10月, 2013 1 次提交
  5. 02 10月, 2013 1 次提交
  6. 06 8月, 2013 1 次提交
  7. 26 7月, 2013 1 次提交
  8. 27 5月, 2013 3 次提交
  9. 09 3月, 2013 1 次提交
    • J
      ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency · 93fff4ce
      Jason Cooper 提交于
      When DT support for kirkwood was first introduced, there was no clock
      infrastructure.  As a result, we had to manually pass the
      clock-frequency to the driver from the device node.
      
      Unfortunately, on kirkwood, with minimal config or all module configs,
      clock-frequency breaks booting because of_serial doesn't consume the
      gate_clk when clock-frequency is defined.
      
      The end result on kirkwood is that runit gets gated, and then the boot
      fails when the kernel tries to write to the serial port.
      
      Fix the issue by removing the clock-frequency parameter from all
      kirkwood dts files.
      
      Booted on dreamplug without earlyprintk and successfully logged in via
      ttyS0.
      Reported-by: NSimon Baatz <gmbnomis@gmail.com>
      Tested-by: NSimon Baatz <gmbnomis@gmail.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      93fff4ce
  10. 01 3月, 2013 1 次提交
  11. 24 11月, 2012 3 次提交
  12. 22 11月, 2012 1 次提交
  13. 22 9月, 2012 1 次提交