1. 02 10月, 2013 1 次提交
  2. 06 8月, 2013 1 次提交
  3. 26 7月, 2013 1 次提交
  4. 27 5月, 2013 1 次提交
    • T
      arm: kirkwood: ib62x0: move pinmux configs to the right devices · df483efa
      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>
      df483efa
  5. 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
  6. 24 11月, 2012 2 次提交
  7. 27 7月, 2012 3 次提交
  8. 25 7月, 2012 1 次提交
  9. 15 5月, 2012 1 次提交