1. 12 11月, 2012 1 次提交
  2. 25 10月, 2012 4 次提交
  3. 23 10月, 2012 1 次提交
  4. 19 10月, 2012 2 次提交
  5. 18 10月, 2012 4 次提交
  6. 17 10月, 2012 2 次提交
  7. 16 10月, 2012 2 次提交
  8. 15 10月, 2012 1 次提交
    • S
      i2c: imx: remove cpu_is_xxx by using platform_device_id · 5bdfba29
      Shawn Guo 提交于
      This is some amount of work left/forgot from device tree conversion.
      Instead of checking cpu_is_xxx to determine the controller type, the
      driver should use platform_device_id, which should match the device
      tree compatible string.
      
      The patch changes the driver to use platform_device_id rather than
      cpu_is_xxx to determine the controller type/version.  It also updates
      the platform code and device tree source accordingly.
      
      As the result, mach/hardware.h inclusion gets removed from the driver.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NSascha Hauer <s.hauer@pengutronix.de>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Wolfram Sang <w.sang@pengutronix.de>
      Cc: linux-i2c@vger.kernel.org
      5bdfba29
  9. 10 10月, 2012 1 次提交
    • A
      ARM: be really quiet when building with 'make -s' · edc88ceb
      Arnd Bergmann 提交于
      Sometimes we want the kernel build process to only print messages
      on errors, e.g. in automated build testing. This uses the "kecho"
      macro that the build system provides to hide a few informational
      messages. Nothing changes for a regular "make" or "make V=1".
      
      Without this patch, building any ARM kernel results in:
      
        Kernel: arch/arm/boot/Image is ready
        Kernel: arch/arm/boot/zImage is ready
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Cc: Michal Marek <mmarek@suse.cz>
      edc88ceb
  10. 09 10月, 2012 8 次提交
  11. 08 10月, 2012 2 次提交
  12. 07 10月, 2012 3 次提交
  13. 02 10月, 2012 2 次提交
  14. 26 9月, 2012 1 次提交
  15. 25 9月, 2012 2 次提交
    • R
      ARM: LPC32xx: LED fix in PHY3250 DTS file · 07c7e12c
      Roland Stigge 提交于
      This patch adjusts the PHY3250 board file to the actual LED configuration
      (active high, default-state and trigger configuration).
      Signed-off-by: NRoland Stigge <stigge@antcom.de>
      07c7e12c
    • S
      arm: introduce a DTS for Xen unprivileged virtual machines · bbd6eb29
      Stefano Stabellini 提交于
      Given that the xenvm machine is based on vexpress but with an extremely
      limited selection of peripherals (the guest is supposed to use virtual
      devices instead), add "xen,xenvm" to the list of compatible machines in
      mach-vexpress.
      
      
      Changes in v3:
      
      - add comments to mark fields that are likely to be changed by the
      hypervisor.
      
      
      Changes in v2:
      
      - remove include skeleton;
      - use #address-cells = <2> and #size-cells = <2>;
      - remove the debug bootargs;
      - use memory@80000000 instead of memory;
      - remove the ranges and interrupt-map from the motherboard node;
      - set the machine compatible to "xen,xenvm-4.2", "xen,xenvm";
      - rename the dts file to xenvm-4.2.dts;
      - add "xen,xenvm" to the list of compatible DT strings to mach-vexpress.
      Signed-off-by: NStefano Stabellini <stefano.stabellini@eu.citrix.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: Pawel Moll <pawel.moll@arm.com> (v2m changes)
      bbd6eb29
  16. 23 9月, 2012 1 次提交
  17. 22 9月, 2012 3 次提交