20 Apr, 2016

1 commit

  • For incremental build, "include/generated/mach-types.h is up to date"
    is every time displayed like follows:

    $ make ARCH=arm
    CHK include/config/kernel.release
    CHK include/generated/uapi/linux/version.h
    CHK include/generated/utsrelease.h
    make[1]: `include/generated/mach-types.h' is up to date.
    CHK include/generated/bounds.h
    CHK include/generated/timeconst.h
    CHK include/generated/asm-offsets.h

    This commit avoids such a clumsy log and introduces Kbuild standard
    log style:

    GEN include/generated/mach-types.h

    Signed-off-by: Masahiro Yamada
    Signed-off-by: Russell King

    Masahiro Yamada
     

24 Feb, 2015

1 commit


23 Mar, 2013

1 commit


13 Nov, 2012

1 commit

  • Since commit edc88ceb0 (ARM: be really quiet when building with 'make -s') the
    following output is generated when building a kernel for ARM:

    echo ' Kernel: arch/arm/boot/Image is ready'
    Kernel: arch/arm/boot/Image is ready
    Building modules, stage 2.
    echo ' Kernel: arch/arm/boot/zImage is ready'
    Kernel: arch/arm/boot/zImage is ready

    As per Documentation/kbuild/makefiles.txt the correct way of using kecho is
    '@$(kecho)'.

    Make this change so no more unwanted 'echo' messages are displayed.

    Signed-off-by: Fabio Estevam
    Signed-off-by: Arnd Bergmann

    Fabio Estevam
     

10 Oct, 2012

1 commit

  • 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: Arnd Bergmann
    Acked-by: Nicolas Pitre
    Cc: Russell King
    Cc: Catalin Marinas
    Cc: Michal Marek

    Arnd Bergmann
     

02 Oct, 2012

1 commit

  • Pull ARM soc cleanups, part 2 from Olof Johansson:
    "A shorter cleanup branch submitted separately due to dependencies with
    some of the previous topics.

    Major thing here is that the Broadcom bcmring platform is removed.
    It's an SoC that's used on some stationary VoIP platforms, and is in
    desperate need of some cleanup. Broadcom came back and suggested that
    we just deprecate the platform for now, since they aren't going to
    spend the resources needed on cleaning it up, and there are no users
    of the platform directly from mainline."

    Fix some conflicts due to BCM2835 getting added next to the removed
    BCMRING, and removal of tegra files that had been converted to
    devicetree.

    * tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
    ARM: Orion5x: ts78xx: Add IOMEM for virtual addresses.
    ARM: ux500: use __iomem pointers for MMIO
    ARM: Remove mach-bcmring
    ARM: clps711x: Remove board support for CEIVA
    ARM: clps711x: Fix register definitions
    ARM: clps711x: Fix lowlevel debug-macro
    ARM: clps711x: Added simple clock framework
    pinctrl: tegra: move pinconf-tegra.h content into drivers/pinctrl
    ARM: tegra: delete unused headers
    ARM: tegra: remove useless includes of
    ARM: tegra: remove dead code

    Linus Torvalds
     

29 Sep, 2012

1 commit


26 Aug, 2012

1 commit


26 Apr, 2012

1 commit


24 Dec, 2011

1 commit


06 Dec, 2011

1 commit


17 Nov, 2011

1 commit

  • Add entry m28evk to fix the following mxs build breakage.

    CHK include/generated/compile.h
    CC arch/arm/mach-mxs/clock-mx28.o
    arch/arm/mach-mxs/clock-mx28.c: In function 'clk_misc_init':
    arch/arm/mach-mxs/clock-mx28.c:748: error: implicit declaration of
    function 'machine_is_m28evk'
    make[1]: *** [arch/arm/mach-mxs/clock-mx28.o] Error 1
    make: *** [arch/arm/mach-mxs] Error 2

    Signed-off-by: Shawn Guo
    Acked-by: Uwe Kleine-König

    Shawn Guo
     

17 Oct, 2011

1 commit


22 Aug, 2011

1 commit


10 Aug, 2011

1 commit


15 May, 2011

1 commit


21 Mar, 2011

1 commit


07 Feb, 2011

1 commit


13 Dec, 2010

1 commit


10 Sep, 2010

1 commit


13 Jul, 2010

1 commit


01 May, 2010

1 commit


20 Mar, 2010

1 commit


20 Feb, 2010

1 commit


29 Jan, 2010

1 commit


18 Dec, 2009

1 commit

  • * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm:
    PCMCIA: fix pxa2xx_lubbock modular build error
    [ARM] Update mach-types
    [ARM] pxa: fix no reference of cpu_is_pxa25x() in devices.c
    [ARM] pxa/cm-x300: add PWM backlight support
    revert "[ARM] pxa/cm-x300: add PWM backlight support"
    ARM: use flush_kernel_dcache_area() for dmabounce
    ARM: add size argument to __cpuc_flush_dcache_page
    ARM: 5848/1: kill flush_ioremap_region()
    ARM: cache-l2x0: make better use of background cache handling
    ARM: cache-l2x0: avoid taking spinlock for every iteration
    [ARM] Kirkwood: Add LaCie Network Space v2 support
    ARM: dove: fix the mm mmu flags of the pj4 procinfo

    Linus Torvalds
     

17 Dec, 2009

1 commit


12 Dec, 2009

1 commit


26 Nov, 2009

1 commit


19 Sep, 2009

1 commit


12 Sep, 2009

1 commit


01 Aug, 2009

1 commit


10 Jul, 2009

1 commit


21 Jun, 2009

1 commit


29 May, 2009

1 commit


24 Mar, 2009

1 commit


13 Mar, 2009

1 commit


01 Dec, 2008

1 commit


25 Sep, 2008

1 commit


16 Aug, 2008

1 commit