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
/
pm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-16
Merge tag 'at91-5.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...
Olof Johansson
1
-60
/
+133
2019-04-04
arm/mach-at91/pm : fix possible object reference leak
Peng Hao
1
-2
/
+4
2019-03-28
ARM: at91: pm: add ULP1 support for SAM9X60
Claudiu Beznea
1
-0
/
+24
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
1
-0
/
+14
2019-03-28
ARM: at91: pm: introduce at91_soc_pm structure
Claudiu Beznea
1
-56
/
+62
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-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-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
1
-0
/
+1
2018-07-17
ARM: at91: pm: Use ULP0 naming instead of slow clock
Claudiu Beznea
1
-9
/
+9
2018-06-20
ARM: at91: fix USB clock detection handling
Alexandre Belloni
1
-0
/
+5
2017-09-18
ARM: at91: Replace uses of virt_to_phys with __pa_symbol
Alexandre Belloni
1
-2
/
+2
2017-08-23
ARM: at91: don't select CONFIG_ARM_CPU_SUSPEND for old platforms
Arnd Bergmann
1
-0
/
+12
2017-06-18
Merge tag 'at91-ab-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Olof Johansson
1
-28
/
+178
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
1
-34
/
+76
2017-05-15
ARM: at91: pm: Add sama5d2 backup mode
Alexandre Belloni
1
-3
/
+106
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
1
-13
/
+1
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
1
-45
/
+33
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
1
-0
/
+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
1
-1
/
+1
2016-06-21
ARM: at91: fix warnings in pm.c
Ben Dooks
1
-2
/
+3
2016-02-17
ARM: at91: pm: move idle functions to pm.c
Alexandre Belloni
1
-5
/
+32
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
2015-12-04
ARM: at91: fix pinctrl driver selection
Ludovic Desroches
1
-1
/
+6
2015-09-04
genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()
Vladimir Zapolskiy
1
-1
/
+1
2015-07-28
ARM: appropriate __init annotation for const data
Nicolas Pitre
1
-1
/
+1
2015-06-30
genalloc: rename dev_get_gen_pool() to gen_pool_get()
Vladimir Zapolskiy
1
-1
/
+1
2015-05-20
ARM: at91/pm: use the atmel-mc syscon defines
Alexandre Belloni
1
-4
/
+4
2015-04-14
Merge tag 'at91-cleanup4_bis' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
1
-0
/
+89
2015-04-05
ARM: at91/pm: move the standby functions to pm.c
Alexandre Belloni
1
-0
/
+89
2015-03-19
ARM: at91: remove hardware.h
Alexandre Belloni
1
-2
/
+9
2015-03-19
ARM: at91: remove useless mach/cpu.h
Alexandre Belloni
1
-1
/
+0
2015-03-13
ARM: at91/pm: flush data cache and clean, invalidate and disable the L2 cache
Wenyou Yang
1
-0
/
+6
2015-03-13
ARM: at91/pm: remove unused void (*at91_pm_standby)(void)
Wenyou Yang
1
-4
/
+1
2015-03-13
ARM: at91/pm: rename function name: at91_slow_clock() --> at91_pm_suspend_sra...
Wenyou Yang
1
-13
/
+14
[next]