Skip to content
  1. Nov 22, 2012
  2. Oct 25, 2012
  3. Oct 23, 2012
  4. Oct 19, 2012
  5. Oct 18, 2012
  6. Oct 17, 2012
  7. Oct 16, 2012
  8. Oct 10, 2012
    • Arnd Bergmann's avatar
      ARM: be really quiet when building with 'make -s' · edc88ceb
      Arnd Bergmann authored
      
      
      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: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarNicolas 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
  9. Oct 09, 2012
  10. Oct 08, 2012
  11. Oct 07, 2012
  12. Oct 02, 2012
  13. Sep 26, 2012
  14. Sep 25, 2012
    • Roland Stigge's avatar
      ARM: LPC32xx: LED fix in PHY3250 DTS file · 07c7e12c
      Roland Stigge authored
      
      
      This patch adjusts the PHY3250 board file to the actual LED configuration
      (active high, default-state and trigger configuration).
      
      Signed-off-by: default avatarRoland Stigge <stigge@antcom.de>
      07c7e12c
    • Stefano Stabellini's avatar
      arm: introduce a DTS for Xen unprivileged virtual machines · bbd6eb29
      Stefano Stabellini authored
      
      
      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: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: Pawel Moll <pawel.moll@arm.com> (v2m changes)
      bbd6eb29
  15. Sep 23, 2012
  16. Sep 22, 2012