index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-omap2
/
control.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: OMAP2+: Fix out of range register access with syscon_config.max_register
Tony Lindgren
2016-02-22
1
-19
/
+2
*
ARM: OMAP2+: Fix scm compatible for dm814x
Tony Lindgren
2015-07-16
1
-0
/
+1
*
ARM: OMAP3: Add support for configuring MMC pins as GPIO pins
Tony Lindgren
2015-05-20
1
-0
/
+3
*
ARM: OMAP4+: control: add support for initializing control module via DT
Tero Kristo
2015-03-31
1
-0
/
+3
*
ARM: OMAP4+: control: remove support for legacy pad read/write
Tero Kristo
2015-03-31
1
-23
/
+1
*
ARM: dts: am4372: add minimal l4 bus layout with control module support
Tero Kristo
2015-03-31
1
-1
/
+1
*
ARM: dts: am33xx: add minimal l4 bus layout with control module support
Tero Kristo
2015-03-31
1
-1
/
+1
*
ARM: dts: omap3: add minimal l4 bus layout with control module support
Tero Kristo
2015-03-31
1
-1
/
+1
*
ARM: dts: omap24xx: add minimal l4 bus layout with control module support
Tero Kristo
2015-03-31
1
-1
/
+6
*
ARM: OMAP2+: control: add syscon support for register accesses
Tero Kristo
2015-03-31
1
-17
/
+87
*
ARM: OMAP2+: control: remove API for getting control module base address
Tero Kristo
2015-03-31
1
-5
/
+0
*
ARM: OMAP2+: clock: add low-level support for regmap
Tero Kristo
2015-03-31
1
-1
/
+1
*
ARM: OMAP2+: control: determine control module base address from DT
Tero Kristo
2015-03-27
1
-6
/
+43
*
ARM: OMAP2+: PRCM: split PRCM module init to their own driver files
Tero Kristo
2015-03-27
1
-0
/
+47
*
ARM: OMAP3: Fix coding style problems in arch/arm/mach-omap2/control.c
Jeremy Vial
2014-08-01
1
-2
/
+1
*
ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case.
Jeremy Vial
2014-08-01
1
-1
/
+2
*
ARM: OMAP3: control: isolate control module init to its own function
Tero Kristo
2014-07-04
1
-2
/
+17
*
ARM: OMAP3: control: add API for setting up the modem pads
Tero Kristo
2014-07-04
1
-0
/
+26
*
ARM: OMAP3: PRM: add API for saving PRM scratchpad contents
Tero Kristo
2014-07-04
1
-9
/
+2
*
ARM: OMAP3: PRM: add API for checking and clearing cold reset status
Tero Kristo
2014-07-04
1
-5
/
+1
*
ARM: OMAP2+: raw read and write endian fix
Victor Kamensky
2014-05-08
1
-10
/
+10
*
ARM: OMAP3: control: add API for setting IVA bootmode
Tero Kristo
2013-10-19
1
-0
/
+11
*
ARM: OMAP3: CM/control: move CM scratchpad save to CM driver
Tero Kristo
2013-10-19
1
-39
/
+4
*
ARM: OMAP2+: control: add OMAP5 support for dsp boot programming
Suman Anna
2013-05-16
1
-0
/
+1
*
ARM: OMAP2+: common: remove mach-omap2/common.c globals and map_common_io code
Paul Walmsley
2012-11-08
1
-6
/
+4
*
Merge tag 'omap-cleanup-a-for-3.8' of git://git.kernel.org/pub/scm/linux/kern...
Tony Lindgren
2012-10-24
1
-2
/
+2
|
\
|
*
ARM: OMAP2+: CM/hwmod: split CM functions into OMAP2, OMAP3-specific files
Paul Walmsley
2012-10-21
1
-1
/
+1
|
*
ARM: OMAP2+: PRM: split PRM functions into OMAP2, OMAP3-specific files
Paul Walmsley
2012-10-21
1
-1
/
+1
*
|
ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h
Paul Walmsley
2012-10-17
1
-3
/
+1
|
/
*
ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+
Tony Lindgren
2012-09-12
1
-1
/
+1
*
ARM: OMAP2+: control: new APIs to configure boot address and mode
Omar Ramirez Luna
2012-06-18
1
-0
/
+43
*
ARM: OMAP2+: Fix build error after merge
Tony Lindgren
2012-03-07
1
-0
/
+1
*
ARM: OMAP2+: Move most of plat/io.h into local iomap.h
Tony Lindgren
2012-02-24
1
-1
/
+2
*
ARM: 7159/1: OMAP: Introduce local common.h files
Tony Lindgren
2011-11-17
1
-1
/
+1
*
ARM: OMAP: Move set_globals initialization to happen in init_early
Tony Lindgren
2011-10-19
1
-10
/
+4
*
ARM: pm: omap34xx: remove get_*_restore_pointer functions, directly use entry...
Kevin Hilman
2011-06-24
1
-3
/
+4
*
OMAP3: PM: Do not rely on ROM code to restore CM_AUTOIDLE_PLL.AUTO_PERIPH_DPLL
Eduardo Valentin
2011-04-20
1
-1
/
+7
*
OMAP2+: PM: Fix the saving of CM_AUTOIDLE_PLL register on scratchpad area
Eduardo Valentin
2011-04-20
1
-1
/
+1
*
OMAP3: control/PM: move padconf save code to mach-omap2/control.c
Paul Walmsley
2010-12-21
1
-0
/
+31
*
OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_"
Paul Walmsley
2010-12-21
1
-19
/
+21
*
OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific files
Paul Walmsley
2010-12-21
1
-2
/
+2
*
OMAP3: control/PRCM: move CONTROL_PADCONF_SYS_NIRQ save/restore to SCM code
Paul Walmsley
2010-12-21
1
-0
/
+5
*
OMAP3: control/PRCM: add omap3_ctrl_write_boot_mode()
Paul Walmsley
2010-12-21
1
-0
/
+31
*
OMAP3: rework of the ASM sleep code execution paths
Jean Pihet
2010-12-21
1
-1
/
+8
*
OMAP3630: PM: Erratum i608: disable RTA
Nishanth Menon
2010-12-21
1
-1
/
+12
*
OMAP: control: move plat-omap/control.h to mach-omap2/control.h
Paul Walmsley
2010-10-08
1
-1
/
+2
*
OMAP: mach-omap2: Fix static declaration warnings
Manjunath Kondaiah G
2010-10-08
1
-0
/
+1
*
OMAP: mach-omap2: Fix incorrect assignment warnings
Manjunath Kondaiah G
2010-10-08
1
-2
/
+2
*
omap4: control: Add accessor api's for pad control module
Santosh Shilimkar
2010-09-27
1
-0
/
+18
*
omap4: control: Add ctrl_pad_base to omap_globals
Santosh Shilimkar
2010-09-27
1
-0
/
+7
[next]