| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-11 | am33xx: Make SoC bootcount driver have its own symbol | Tom Rini | |
| Some am33xx boards may not use the RTC block for bootcount (as it may not be wired up for the board) and use some other facility. So add another symbol for the bootcount driver for the IP block. Acked-by: Heiko Schocher <[email protected]> Signed-off-by: Tom Rini <[email protected]> | |||
| 2013-11-01 | bootcount_davinci: Switch to scratch register #2 | Tom Rini | |
| The RTC IP block here provides 3 scratch registers. Currently when using DeepSleep on am335x the scratch0/1 registers are used so moving ourself to scratch2 makes cooperation easier. Signed-off-by: Tom Rini <[email protected]> | |||
| 2013-11-01 | am33xx, davinci: Create and use <asm/davinci_rtc.h> | Tom Rini | |
| Create a common header file for the RTC IP block that is shared between davinci and am33xx. Signed-off-by: Tom Rini <[email protected]> | |||
| 2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | |
| Signed-off-by: Wolfgang Denk <[email protected]> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <[email protected]> | |||
| 2012-09-01 | Consolidate bootcount code into drivers/bootcount | Stefan Roese | |
| This patch moves all bootcount implementations into a common directory: drivers/bootcount. The generic bootcount driver is now usable not only by powerpc platforms, but others as well. Signed-off-by: Stefan Roese <[email protected]> Cc: Heiko Schocher <[email protected]> Cc: Valentin Longchamp <[email protected]> Cc: Christian Riesch <[email protected]> Cc: Manfred Rudigier <[email protected]> Cc: Mike Frysinger <[email protected]> Cc: Rob Herring <[email protected]> Cc: Reinhard Meyer <[email protected]> Tested-by: Valentin Longchamp <[email protected]> Tested-by: Christian Riesch <[email protected]> Acked-by: Rob Herring <[email protected]> Acked-by: Mike Frysinger <[email protected]> | |||
