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
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
/
led
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-02
led: led_pwm: typo 'iverted' on code comment
Nylon Chen
1
-1
/
+1
2022-10-31
arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855
William Zhang
1
-1
/
+1
2022-10-31
arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858
William Zhang
1
-1
/
+1
2022-10-31
arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856
William Zhang
1
-1
/
+1
2022-10-31
arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158
William Zhang
1
-1
/
+1
2022-07-08
led: pwm: Use NOP uclass driver for top-level node
Stefan Herbrechtsmeier
1
-12
/
+7
2022-07-07
spl: Ensure all SPL symbols in Kconfig have some SPL dependency
Tom Rini
1
-2
/
+2
2022-04-28
led: Drop led_default_state()
Marek Vasut
1
-6
/
+0
2022-04-28
led: gpio: Use NOP uclass driver for top-level node
Marek Vasut
1
-17
/
+13
2022-04-28
led: gpio: Check device compatible string to determine the top level node
Marek Vasut
1
-2
/
+1
2022-04-28
led: Mark device instance with DM_FLAG_PROBE_AFTER_BIND
Marek Vasut
1
-1
/
+3
2022-04-14
led: Configure LED default-state on boot
Marek Vasut
1
-25
/
+32
2022-04-14
led: gpio: Drop duplicate OF "label" property parsing
Marek Vasut
1
-8
/
+0
2022-04-14
led: pwm: Drop duplicate OF "label" property parsing
Tom Rini
1
-10
/
+0
2022-04-14
led: bcm6753: Drop duplicate OF "label" property parsing
Tom Rini
1
-12
/
+0
2022-04-14
led: cortina: Drop duplicate OF "label" property parsing
Marek Vasut
1
-11
/
+0
2022-04-14
led: bcm6858: Drop duplicate OF "label" property parsing
Marek Vasut
1
-12
/
+0
2022-04-14
led: bcm6358: Drop duplicate OF "label" property parsing
Marek Vasut
1
-12
/
+0
2022-04-14
led: bcm6328: Drop duplicate OF "label" property parsing
Marek Vasut
1
-12
/
+0
2022-04-14
led: Move OF "label" property parsing to core
Marek Vasut
1
-0
/
+12
2022-04-11
drivers: led: bcm6858: Set a default brightness when probing LEDs
Paul HENRYS
1
-1
/
+31
2022-04-11
led: led_pwm: Add a driver for LEDs connected to PWM
Ivan Vozvakhov
3
-0
/
+199
2022-03-07
drivers: led: led_bcm6753: initial support
Philippe Reynes
3
-0
/
+278
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
1
-0
/
+2
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
1
-4
/
+4
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
6
-19
/
+19
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
6
-7
/
+7
2020-11-19
drivers: led: bcm6858: set the correct led polarity register
Steven Lawrance
1
-4
/
+4
2020-10-08
led: gpio: Default to using node name if label is absent
Sean Anderson
1
-5
/
+2
2020-08-07
led: led_cortina: Add CAxxx LED support
Jway Lin
3
-0
/
+307
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
4
-0
/
+4
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2020-01-23
led: bcm6858: allow to use this driver on arm bcm68360
Philippe Reynes
1
-1
/
+1
2019-04-23
led: bcm6858: allow to use this driver on ARCH_963158
Philippe Reynes
1
-1
/
+1
2019-04-22
led: add initial support for bcm6858
Philippe Reynes
3
-0
/
+258
2018-08-10
dm: led: move default state support in led uclass
Patrick Delaunay
2
-8
/
+30
2018-08-10
Revert "dm: led: auto probe() LEDs with "default-state""
Patrick Delaunay
1
-9
/
+0
2018-07-11
led: bcm6328: read base address in the parent node
Philippe Reynes
1
-1
/
+1
2018-06-01
led: bcm6328: convert to use live dt
Álvaro Fernández Rojas
1
-35
/
+17
2018-06-01
led: bcm6358: convert to use live dt
Álvaro Fernández Rojas
1
-29
/
+15
2018-05-08
dm: led: auto probe() LEDs with "default-state"
Patrick Bruenn
1
-0
/
+9
2018-05-08
dm: led: Support "default-state" property
Patrick Bruenn
1
-1
/
+15
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
5
-11
/
+5
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
1
-2
/
+0
2017-06-01
dm: core: Update device_bind_driver_to_node() to use ofnode
Simon Glass
3
-10
/
+7
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2
-4
/
+6
[next]