index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-at91
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-09-18
ARM: at91: Replace uses of virt_to_phys with __pa_symbol
Alexandre Belloni
1
-2
/
+2
2017-09-13
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-0
/
+4
2017-09-01
clk: at91: add audio pll clock drivers
Quentin Schulz
1
-0
/
+4
2017-08-23
ARM: at91: don't select CONFIG_ARM_CPU_SUSPEND for old platforms
Arnd Bergmann
2
-1
/
+13
2017-06-18
Merge tag 'at91-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Olof Johansson
1
-0
/
+1
2017-06-18
Merge tag 'at91-ab-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Olof Johansson
10
-51
/
+305
2017-06-13
ARM: at91: fix at91_suspend_entering_slow_clock link error
Arnd Bergmann
1
-9
/
+0
2017-06-02
ARM: at91: handle CONFIG_PM for armv7m configurations
Alexandre Belloni
3
-2
/
+16
2017-06-02
ARM: at91: Add armv7m support
Szemző András
4
-1
/
+38
2017-05-29
ARM: at91: select CONFIG_ARM_CPU_SUSPEND
Arnd Bergmann
1
-0
/
+1
2017-05-19
ARM: remove duplicate 'const' annotations'
Arnd Bergmann
1
-1
/
+1
2017-05-15
ARM: at91: pm: fallback to slowclock when backup mode fails
Alexandre Belloni
1
-0
/
+5
2017-05-15
ARM: at91: pm: allow selecting standby and suspend modes
Alexandre Belloni
2
-35
/
+78
2017-05-15
ARM: at91: pm: Add sama5d2 backup mode
Alexandre Belloni
6
-23
/
+187
2017-03-31
ARM: at91: move SoC detection to its own driver
Alexandre Belloni
6
-344
/
+3
2017-03-31
ARM: at91: pm: correct typo
Alexandre Belloni
1
-1
/
+1
2017-03-31
ARM: at91: pm: Remove at91_pm_set_standby
Alexandre Belloni
1
-8
/
+2
2017-03-31
ARM: at91: pm: Merge all at91sam9*_pm_init
Alexandre Belloni
3
-61
/
+6
2017-03-31
ARM: at91: pm: Tie the USB clock mask to the pmc
Alexandre Belloni
1
-14
/
+23
2017-03-31
ARM: at91: pm: Tie the memory controller type to the ramc id
Alexandre Belloni
1
-10
/
+20
2017-03-31
ARM: at91: pm: Workaround DDRSDRC self-refresh bug with LPDDR1 memories.
Alexandre Belloni
1
-1
/
+19
2017-03-31
ARM: at91: pm: Simplify at91rm9200_standby
Alexandre Belloni
1
-8
/
+3
2017-03-31
ARM: at91: pm: Use struct at91_pm_data in pm_suspend.S
Alexandre Belloni
5
-67
/
+102
2017-03-31
ARM: at91: pm: Move global variables into at91_pm_data
Alexandre Belloni
1
-23
/
+21
2017-03-31
ARM: at91: pm: Move at91_ramc_read/write to pm.c
Alexandre Belloni
2
-8
/
+6
2017-03-31
ARM: at91: pm: Cleanup headers
Alexandre Belloni
1
-16
/
+5
2017-03-14
ARM: at91: pm: cpu_idle: switch DDR to power-down mode
Nicolas Ferre
1
-1
/
+17
2017-01-11
ARM: at91: pm: remove useless extern definition
Alexandre Belloni
2
-3
/
+1
2016-09-21
ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantly
Kishon Vijay Abraham I
1
-1
/
+0
2016-08-01
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
1
-2
/
+3
2016-08-01
Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2016-07-06
Merge ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB changes into next/soc
Arnd Bergmann
1
-1
/
+1
2016-06-23
arm: use of_platform_default_populate() to populate
Kefeng Wang
3
-3
/
+3
2016-06-21
ARM: at91: fix warnings in pm.c
Ben Dooks
1
-2
/
+3
2016-06-03
ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
Linus Walleij
1
-1
/
+1
2016-03-29
ARM: at91/soc: reference the whole sama5d2 family
Ludovic Desroches
2
-2
/
+30
2016-03-29
ARM: at91: use chipid device for soc detection
Ludovic Desroches
1
-18
/
+63
2016-02-17
ARM: at91: remove useless includes and function prototypes
Alexandre Belloni
1
-7
/
+0
2016-02-17
ARM: at91: pm: move idle functions to pm.c
Alexandre Belloni
5
-14
/
+35
2016-02-17
ARM: at91: pm: find and remap the pmc
Alexandre Belloni
1
-6
/
+27
2016-02-17
ARM: at91: pm: simply call at91_pm_init
Alexandre Belloni
1
-3
/
+3
2016-02-17
clk: at91: make use of syscon to share PMC registers in several drivers
Boris Brezillon
1
-0
/
+1
2016-01-20
Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+10
2015-12-04
ARM: at91: fix pinctrl driver selection
Ludovic Desroches
2
-2
/
+11
2015-12-01
ARM: use "depends on" for SoC configs instead of "if" after prompt
Masahiro Yamada
1
-5
/
+10
2015-11-10
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
1
-0
/
+2
2015-10-19
ARM: at91: pm: at91_pm_suspend_in_sram() must be 8-byte aligned
Patrick Doyle
1
-0
/
+2
2015-10-01
clk: at91: add generated clock driver
Nicolas Ferre
1
-0
/
+3
2015-09-04
genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()
Vladimir Zapolskiy
1
-1
/
+1
[next]