1. 24 6月, 2014 1 次提交
  2. 05 5月, 2014 5 次提交
  3. 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
  4. 08 12月, 2013 1 次提交
  5. 25 11月, 2013 1 次提交
  6. 02 10月, 2013 1 次提交
  7. 06 8月, 2013 1 次提交
  8. 26 7月, 2013 1 次提交
  9. 27 5月, 2013 1 次提交
    • T
      arm: kirkwood: guruplug: move pinmux configs to the right devices · d142432f
      Thomas Petazzoni 提交于
      When the pinmux mechanism was added in Kirkwood, the device driver
      core was not yet providing the possibility of attaching pinmux
      configurations to all devices, drivers had to do it explicitly, and
      not all drivers were doing this.
      
      Now that the driver core does that in a generic way, it makes sense to
      attach the pinmux configuration to their corresponding devices.
      
      This allows the pinctrl subsystem to show in debugfs to which device
      is related which pins, for example:
      
      pin 41 (PIN41): gpio-leds.1 mvebu-gpio:41 function gpio group mpp41
      pin 42 (PIN42): gpio-leds.1 mvebu-gpio:42 function gpio group mpp42
      pin 43 (PIN43): gpio-leds.1 mvebu-gpio:43 function gpio group mpp43
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Acked-by: NAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      d142432f
  10. 15 5月, 2013 1 次提交
  11. 31 3月, 2013 1 次提交
  12. 01 3月, 2013 1 次提交