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
/
include
/
dm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-26
Add a mailbox driver framework/uclass
Stephen Warren
1
-0
/
+1
2016-05-26
Rename reset to sysreset
Stephen Warren
1
-1
/
+1
2016-05-26
dm: allow setting driver_data before/during bind
Stephen Warren
1
-0
/
+24
2016-05-24
drivers: core: device: add support to check dt compatible for a device/machine
Mugunthan V N
1
-0
/
+23
2016-05-17
dm: core: Allow device names to be freed automatically
Simon Glass
1
-0
/
+16
2016-05-17
dm: Rename disk uclass to ahci
Simon Glass
1
-1
/
+1
2016-05-17
m68k: add DM model serial driver
angelo@sysam.it
1
-0
/
+23
2016-04-25
dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address
Stefan Roese
1
-0
/
+10
2016-04-15
fdt: implement dev_get_addr_name()
Stephen Warren
1
-0
/
+12
2016-04-01
drivers: Add SPMI bus uclass
Mateusz Kulikowski
1
-0
/
+1
2016-03-27
serial: add BCM283x mini UART driver
Stephen Warren
1
-0
/
+24
2016-03-22
serial: pl01x: Add support for devices with the rate pre-configured.
Eric Anholt
1
-0
/
+3
2016-03-14
dm: blk: Add a block-device uclass
Simon Glass
1
-0
/
+1
2016-03-14
dm: core: Add uclass_first_device_err() to return a valid device
Simon Glass
1
-2
/
+13
2016-02-24
stm32x7: add support for stm32x7 serial driver
Vikas Manocha
1
-0
/
+17
2016-02-23
dm: implement a DMA uclass
Mugunthan V N
1
-0
/
+1
2016-01-30
video: sandbox: Allow selection of font size and console name
Simon Glass
1
-0
/
+2
2016-01-28
dm: Remove device_probe_child()
Simon Glass
1
-13
/
+0
2016-01-24
ahci: Add a disk-controller uclass
Simon Glass
1
-0
/
+1
2016-01-24
dm: x86: Add a northbridge uclass
Simon Glass
1
-0
/
+1
2016-01-24
dm: x86: Create a driver for x86 interrupts
Simon Glass
1
-0
/
+1
2016-01-21
dm: video: Repurpose the 'displayport' uclass to 'display'
Simon Glass
1
-1
/
+1
2016-01-21
dm: panel: Add a panel uclass
Simon Glass
1
-0
/
+1
2016-01-21
dm: backlight: Add a backlight uclass
Simon Glass
1
-0
/
+1
2016-01-21
dm: pwm: Add a PWM uclass
Simon Glass
1
-0
/
+1
2016-01-21
dm: core: Export uclass_find_device_by_of_offset()
Simon Glass
1
-0
/
+16
2016-01-21
dm: pinctrl: Add a way for a GPIO driver to obtain a pin function
Simon Glass
1
-0
/
+32
2016-01-21
dm: Add a power sequencing uclass
Simon Glass
1
-0
/
+1
2016-01-21
dm: pinctrl: Add a function to parse PIN_CONFIG flags
Simon Glass
1
-0
/
+13
2016-01-20
dm: video: test: Add tests for the video uclass
Simon Glass
1
-0
/
+8
2016-01-20
dm: video: Add a uclass for the text console
Simon Glass
1
-0
/
+1
2016-01-20
dm: video: Add a video uclass
Simon Glass
1
-0
/
+1
2016-01-13
serial: lpc32xx hsuart: port driver to driver model
Vladimir Zapolskiy
1
-0
/
+18
2016-01-13
dm: core: Add a new api to get indexed device address
Mugunthan V N
1
-0
/
+11
2016-01-12
dm: core: Add option to configure an offset for the address translation
Stefan Roese
1
-0
/
+21
2015-12-12
stm32: Convert serial driver to DM
Kamil Lulko
1
-0
/
+16
2015-11-19
Revert "dm: Export device_remove_children / device_unbind_children"
Simon Glass
1
-26
/
+0
2015-11-19
dm: core: Add safe device iteration macros
Simon Glass
2
-0
/
+27
2015-11-19
dm: usb: Add support for USB keyboards with driver model
Simon Glass
1
-0
/
+1
2015-11-12
dm: implement a MTD uclass
Thomas Chou
1
-0
/
+1
2015-11-02
dm: adc: add simple ADC uclass implementation
Przemyslaw Marczak
1
-0
/
+1
2015-10-27
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-56
/
+63
2015-10-23
dm: core: Tidy up comments in device.h
Simon Glass
1
-3
/
+16
2015-10-23
dm: core: Remove a comment about dropping per_child_auto_alloc_size
Simon Glass
1
-4
/
+0
2015-10-23
dm: core: Tidy up devres comments
Simon Glass
1
-26
/
+24
2015-10-23
dm: core: Fix device flag whitespace
Simon Glass
1
-5
/
+5
2015-10-23
dm: core: Adjust device.h header file order
Simon Glass
1
-13
/
+13
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
1
-5
/
+5
2015-10-23
dm: implement a Miscellaneous uclass
Thomas Chou
1
-0
/
+1
2015-10-23
dm: implement a Timer uclass
Thomas Chou
1
-0
/
+1
[next]