index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
power
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-23
power: regulator: scmi: define LOG_CATEGORY
Patrick Delaunay
1
-0
/
+3
2021-10-25
power: pmic: axp: Implement poweroff via sysreset
Samuel Holland
2
-1
/
+50
2021-10-25
power: axp: Avoid do_poweroff conflict with sysreset
Samuel Holland
6
-1
/
+11
2021-10-12
Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
5
-46
/
+79
2021-10-12
power: pmic: Add a driver for X-Powers AXP PMICs
Samuel Holland
3
-0
/
+53
2021-10-12
power: pmic: Consistently depend on SPL_DM_PMIC
Samuel Holland
1
-1
/
+10
2021-10-12
power: pmic: Consistently depend on DM_PMIC
Samuel Holland
1
-37
/
+9
2021-10-11
sunxi: Clean up inclusions of asm/arch/gpio.h
Samuel Holland
2
-2
/
+0
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
1
-1
/
+1
2021-09-25
treewide: Simply conditions with the new OF_REAL
Simon Glass
1
-2
/
+2
2021-09-04
power: Refactor Makefile rules
Simon Glass
2
-1
/
+9
2021-09-04
power: Add a POWER config
Simon Glass
1
-2
/
+15
2021-09-04
i2c: Convert CONFIG_POWER_I2C et al to Kconfig
Simon Glass
2
-2
/
+52
2021-09-04
power: Rename CONFIG_POWER to CONFIG_POWER_LEGACY
Simon Glass
2
-2
/
+2
2021-09-04
power: Tidy up #undef of CONFIG_DM_PMIC
Simon Glass
2
-2
/
+24
2021-08-31
Kconfig: Remove all default n/no options
Michal Simek
1
-2
/
+0
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
1
-3
/
+3
2021-07-28
Rename GPIO_SUPPORT to GPIO
Simon Glass
1
-1
/
+1
2021-07-28
Rename SPL_POWER_SUPPORT to SPL_POWER
Simon Glass
1
-1
/
+1
2021-07-15
power: pmic: tps65941: Add compatible for LP876441
Gowtham Tammana
1
-0
/
+1
2021-07-14
power: pmic: Add driver for ST-Ericsson AB8500 via PRCMU
Stephan Gerhold
3
-0
/
+279
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
3
-0
/
+6
2021-06-11
cmd: ti: pd: Add debug command for K3 power domains
Tero Kristo
1
-3
/
+3
2021-06-11
power: domain: Introduce driver for raw TI K3 PDs
Tero Kristo
3
-0
/
+376
2021-05-24
treewide: Convert macro and uses of __section(foo) to __section("foo")
Marek BehĂșn
4
-4
/
+4
2021-04-29
power: regulator: Add support for regulator-force-boot-off
Konstantin Porotchkin
1
-0
/
+38
2021-04-20
power: regulator: add driver for ANATOP regulator
Ying-Chun Liu (PaulLiu)
3
-0
/
+289
2021-04-18
imx: power-domain: Add fsl,imx8mn-gpc compatible string
Marek Vasut
1
-0
/
+1
2021-04-18
imx: power-domain: Add fsl,imx8mm-gpc compatible string
Marek Vasut
1
-0
/
+1
2021-04-12
firmware: scmi: voltage regulator
Etienne Carriere
3
-0
/
+204
2021-04-12
power: pmic: remove pmic_max77696.c file
Jaehoon Chung
2
-32
/
+0
2021-04-08
power: pca9450: add a new parameter for power_pca9450_init
Peng Fan
1
-2
/
+2
2021-02-23
power: pmic: remove pmic_max8997/8 files
Jaehoon Chung
3
-141
/
+0
2021-02-21
dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO
Igor Opaniuk
7
-18
/
+18
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
7
-0
/
+7
2021-01-25
sunxi: Add support for H616 SoC
Jernej Skrabec
1
-0
/
+1
2021-01-25
sunxi: Add support for AXP305 PMIC
Jernej Skrabec
3
-1
/
+96
2021-01-23
imx: imx8mn_evk: correct stack/malloc adress
Peng Fan
1
-4
/
+4
2021-01-18
power: pmic: add driver for Monolithic Power mp5416
Tim Harvey
3
-0
/
+114
2021-01-16
power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPL
Nishanth Menon
1
-1
/
+1
2021-01-13
Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
1
-0
/
+2
2021-01-13
Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodia...
Tom Rini
1
-2
/
+50
2021-01-13
power: regulator: stm32-verfbuf: define LOG_CATEGORY
Patrick Delaunay
1
-0
/
+2
2021-01-11
power: domain: meson-ee-pwrc: add support for the Meson AXG SoCs
Neil Armstrong
1
-0
/
+26
2021-01-11
power: domain: meson-ee-pwrc: add support for the Meson GX SoCs
Neil Armstrong
1
-2
/
+24
2021-01-05
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
6
-20
/
+24
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
2
-1
/
+8
2021-01-05
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
1
-1
/
+1
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
3
-5
/
+6
2021-01-05
x86: apl: Reduce size for TPL
Simon Glass
1
-1
/
+3
[next]