1. 24 Sep, 2014 1 commit
    • Olof Johansson's avatar
      Merge tag 'at91-drivers2' of git://github.com/at91linux/linux-at91 into next/drivers · 4693c723
      Olof Johansson authored
      Merge " Second drivers series for AT91/3.18" from Nicolas Ferre:
      
      - move of the PIT (basic timer) from mach-at91 to its proper location:
        drivers/clocksource
      - big cleanup of this driver along the way
      
      * tag 'at91-drivers2' of git://github.com/at91linux/linux-at91:
        ARM: at91: PIT: Move the driver to drivers/clocksource
        ARM: at91: Give the PIT irq as an argument of at91sam926x_pit_init
        ARM: at91: Convert the boards to the init_time callback
        ARM: at91: soc: Add init_time callback
        ARM: at91: PIT: (Almost) remove the global variables
        ARM: at91: PIT: use request_irq instead of setup_irq
        ARM: at91: PIT: Use pr_fmt
        ARM: at91: PIT: Use consistent exit path in probe
        ARM: at91: dt: Remove init_time definitions
        ARM: at91: PIT: Rework probe functions
        ARM: at91: PIT: Use of_have_populated_dt instead of CONFIG_OF
        ARM: at91: PIT: Use DIV_ROUND_CLOSEST to compute the cycles
        ARM: at91: generic.h: Add include safe guards
        ARM: at91: PIT: Follow the general coding rules
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      4693c723
  2. 15 Sep, 2014 2 commits
  3. 09 Sep, 2014 1 commit
  4. 05 Sep, 2014 1 commit
    • Arnd Bergmann's avatar
      Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/drivers · 6ce041ab
      Arnd Bergmann authored
      Merge "First batch of AT91 drivers for 3.18" from Nicolas Ferre:
      
      - reset, poweroff and ram drivers are moved to their proper
        location instead of being in mach-at91 directory. They now use
        the appropriate frameworks.
      - big amount of removal of these machine specific drivers and use
        of the newly created drivers. This lead to an overhaul of the setup.c AT91
        startup code.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      
      * tag 'at91-drivers' of git://github.com/at91linux/linux-at91: (31 commits)
        power: reset: at91-poweroff: fix wakeup status register index
        ARM: at91/power/reset: fix Kconfig "depends on" directive
        ARM: at91: fix ramc standby function registration
        ARM: at91: Remove rstc and shdwc headers
        ARM: at91: Remove rstc and shdwnc global base addresses
        ARM: at91/pm: Remove show_reset_status function
        ARM: at91: Remove poweroff code
        ARM: at91: Register the poweroff driver
        ARM: at91: Remove poweroff DT probing
        ARM: at91: Remove reset code from the machine code
        ARM: at91: Call at91_register_devices in the board files
        ARM: at91: Probe the reset driver
        ARM: at91/soc: Introduce register_devices callback
        ARM: at91: Remove the old-style reset probing
        ARM: at91: Rework ramc mapping code
        ARM: at91: setup: Switch to pr_fmt
        ARM: at91: remove old irq material
        ARM: at91: make use of the new AIC driver for dt enabled boards
        ARM: at91: enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocks
        ARM: at91: introduce OLD_IRQ_AT91 Kconfig option
        ...
      6ce041ab
  5. 04 Sep, 2014 1 commit
  6. 03 Sep, 2014 8 commits
  7. 02 Sep, 2014 4 commits
  8. 01 Sep, 2014 3 commits
  9. 25 Aug, 2014 19 commits