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
2020-04-03
Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
5
-21
/
+210
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-02-18
ARM: at91: pm: add quirk for sam9x60's ulp1
Claudiu Beznea
1
-0
/
+4
2020-02-18
ARM: at91: pm: add plla disable/enable support for sam9x60
Claudiu Beznea
1
-4
/
+113
2020-02-18
ARM: at91: pm: s/sfr/sfrbu in pm_suspend.S
Claudiu Beznea
1
-3
/
+3
2020-02-18
ARM: at91: pm: add pmc_version member to at91_pm_data
Claudiu Beznea
4
-0
/
+14
2020-02-18
ARM: at91: pm: add macros for plla disable/enable
Claudiu Beznea
1
-27
/
+30
2020-02-18
ARM: at91: pm: revert do not disable/enable PLLA for ULP modes
Claudiu Beznea
1
-0
/
+31
2020-02-18
ARM: at91: pm: use proper master clock register offset
Claudiu Beznea
4
-17
/
+46
2020-02-10
ARM: at91: Drop unneeded select of COMMON_CLK
Geert Uytterhoeven
1
-1
/
+0
2020-01-10
ARM: at91: pm: use of_device_id array to find the proper shdwc node
Claudiu Beznea
1
-1
/
+7
2020-01-10
ARM: at91: pm: use SAM9X60 PMC's compatible
Claudiu Beznea
1
-0
/
+1
2019-12-10
ARM: at91: pm: move SAM9X60's PM under its own SoC config flag
Claudiu Beznea
4
-19
/
+36
2019-12-10
ARM: at91: Kconfig: add config flag for SAM9X60 SoC
Claudiu Beznea
1
-2
/
+19
2019-12-10
ARM: at91: Kconfig: add sam9x60 pll config flag
Claudiu Beznea
1
-0
/
+3
2019-08-23
ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91
Masahiro Yamada
3
-3
/
+5
2019-07-19
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-0
/
+1
2019-06-25
Merge tag 'at91-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...
Olof Johansson
1
-0
/
+1
2019-06-20
arm: add missing include platform-data/atmel.h
Philippe Mazenauer
1
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2
-9
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2
-10
/
+2
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4
Thomas Gleixner
4
-8
/
+4
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-05-19
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+23
2019-05-16
Merge tag 'at91-5.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...
Olof Johansson
4
-94
/
+230
2019-05-16
Merge tag 'at91-5.2-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/g...
Olof Johansson
1
-3
/
+0
2019-05-02
ARM: at91: Implement clocksource selection
Alexandre Belloni
1
-0
/
+23
2019-04-04
arm/mach-at91/pm : fix possible object reference leak
Peng Hao
1
-2
/
+4
2019-04-04
ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM
Nicolas Ferre
1
-3
/
+0
2019-03-28
ARM: at91: pm: do not disable/enable PLLA for ULP modes
Claudiu Beznea
1
-31
/
+0
2019-03-28
ARM: at91: pm: disable RC oscillator in ULP0
Claudiu Beznea
1
-2
/
+37
2019-03-28
ARM: at91: pm: add ULP1 support for SAM9X60
Claudiu Beznea
2
-1
/
+64
2019-03-28
ARM: at91: pm: add support for per SoC wakeup source configuration
Claudiu Beznea
1
-8
/
+34
2019-03-28
ARM: at91: pm: keep at91_pm_backup_init() only for SAMA5D2 SoCs
Claudiu Beznea
1
-0
/
+3
2019-03-28
ARM: at91: pm: initial PM support for SAM9X60
Claudiu Beznea
3
-0
/
+34
2019-03-28
ARM: at91: pm: introduce at91_soc_pm structure
Claudiu Beznea
1
-56
/
+62
2018-12-23
treewide: add intermediate .s files to targets
Masahiro Yamada
1
-0
/
+2
2018-12-23
treewide: remove explicit rules for *offsets.s
Masahiro Yamada
1
-3
/
+0
2018-10-29
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
1
-6
/
+3
2018-09-25
ARM: at91: pm: call put_device instead of of_node_put in at91_pm_config_ws
zhong jiang
1
-3
/
+3
2018-09-16
power: reset: at91-poweroff: switch to slow clock before shutdown
Claudiu Beznea
1
-0
/
+8
2018-08-27
ARM: at91: pm: remove pm_bu initialization in at91_pm_backup_init()
Claudiu Beznea
1
-3
/
+0
2018-08-23
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
1
-0
/
+5
2018-08-23
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
3
-53
/
+282
2018-08-15
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-0
/
+4
2018-07-28
ARM: at91: remove unused duplicated filechk_offsets
Masahiro Yamada
1
-25
/
+0
2018-07-17
ARM: at91: pm: configure wakeup sources for ULP1 mode
Claudiu Beznea
1
-22
/
+146
2018-07-17
ARM: at91: pm: Add ULP1 mode support
Wenyou Yang
3
-21
/
+125
2018-07-17
ARM: at91: pm: Use ULP0 naming instead of slow clock
Claudiu Beznea
3
-16
/
+17
2018-07-06
clk: at91: add I2S clock mux driver
Codrin Ciubotariu
1
-0
/
+4
[next]