1. 12 Jun, 2015 3 commits
  2. 01 Jun, 2015 2 commits
  3. 29 May, 2015 1 commit
  4. 22 May, 2015 2 commits
    • Arnd Bergmann's avatar
      Merge tag 'at91-cleanup' of... · d7c82daf
      Arnd Bergmann authored
      Merge tag 'at91-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/cleanup
      
      Merge "First batch of cleanup for 4.2" from Alexandre Belloni:
      
       - use syscon in the ata and cf drivers to configure the SMC and drop
       sam9_smc.c
       - switch the at91rm9200 memory controller to syscon
       - remove last useless headers
       - remove now useless Makefile.boot
      
      * tag 'at91-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
        ARM: at91: remove useless Makefile.boot
        ARM: at91: remove at91rm9200_sdramc.h
        ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h
        ARM: at91/pm: use the atmel-mc syscon defines
        pcmcia: at91_cf: Use syscon to configure the MC/smc
        ARM: at91: declare the at91rm9200 memory controller as a syscon
        mfd: syscon: Add Atmel MC (Memory Controller) registers definition
        ARM: at91: drop sam9_smc.c
        ata: at91: use syscon to configure the smc
      d7c82daf
    • Arnd Bergmann's avatar
      Merge tag 'omap-for-v4.2/clean' of... · 2ed25580
      Arnd Bergmann authored
      Merge tag 'omap-for-v4.2/clean' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup
      
      Merge "Clean-up for omaps for v4.2 merge window" from Tony Lindgren:
      
      Drop more omap3 legacy board-*.c files for v4.2. This time we're
      dropping the board files for beagle, overo and cm-t35.
      
      The reason for dropping these now rather than later is that now
      we can simply revert the patches in case of unexpected issues as
      we are not dropping any platform data at this point.
      
      This leaves us with only the following board-*.c files:
      
      BOARD                   REASON NEEDED
      board-ldp.c             Still used in RMKs boot test system
      board-omap3logic.c      Getting a .dts file for v4.2
      board-omap3pandora.c    Got a .dts file for v4.1
      board-rx51-*.c          Needs /proc/atags support for user space
      
      I'm hoping we can drop the remaining board-*.c for v4.3 merge
      window, then keep the platform data around for one more merge
      window in case of reverting needed, then drop the platform data
      too for v4.4 if no issues needing reverting are found.
      
      Also, few patches to clean-up the usage of Linux generic
      macros:
      
      - Use define for console loglevel
      
      - Use const for struct irq_domain_ops
      
      - Use PTR_ERR_OR_ZERO instead of PTR_RET
      
      * tag 'omap-for-v4.2/clean' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        mach-omap2: Remove use of deprecated marco, PTR_RET in devices.c
        ARM: OMAP2+: Remove calls to deprecacted marco,PTR_RET in the files,fb.c and pmu.c
        ARM: OMAP2+: Constify irq_domain_ops
        ARM: OMAP2+: use symbolic defines for console loglevels instead of numbers
        ARM: OMAP2+: Remove legacy booting support for Beagleboards
        ARM: OMAP2+: Remove legacy booting support for Overo
        ARM: OMAP2+: Remove legacy booting support for cm-t35
      2ed25580
  5. 20 May, 2015 15 commits
  6. 18 May, 2015 10 commits
  7. 14 May, 2015 1 commit
  8. 13 May, 2015 2 commits
  9. 12 May, 2015 1 commit
    • Mark Rutland's avatar
      arm64: dts: kill skeleton.dtsi · 3ebee5a2
      Mark Rutland authored
      While skeleton.dtsi was initially conceived as a simple way to bootstrap
      writing a dts, it has proven to be problematic:
      
      * The #address-cells and #size-cells values used in skeleton.dtsi may
        not match what a user wants (e.g. when they need to describe a range
        larger than 4GB).
      
      * For dts files where memory nodes have unit-addresses, it adds a
        redundant /memory node, for which the reg entry may not be
        appropriately sized (e.g. where #size-cells has been overridden).
      
      * For dts files which assume that a bootloader will fill in the memory
        node(s), no node is present in the dts (and hence there is no attached
        comment), making it hard to distinguish these cases from bad dts
        files, and masking any warnings dtc may produce w.r.t. missing nodes.
      
      * The default empty /chosen and /aliases are somewhat useless, and it
        would be preferable for dts to fill these in (e.g. for
        /aliases/serial0 and /chosen/stdout-path).
      
      This patch removes skeleton.dtsi from arm64. There are currently no
      users, so we can remove it before any appear.
      Signed-off-by: default avatarMark Rutland <mark.rutland@arm.com>
      Acked-by: default avatarRob Herring <rob.herring@arm.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Cc: Olof Johansson <olof@lixom.net>
      Cc: Will Deacon <will.deacon@arm.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      3ebee5a2
  10. 11 May, 2015 2 commits
  11. 10 May, 2015 1 commit