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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-17
kerneldoc: Annotate drivers/serial/serial.c
Marek Vasut
1
-0
/
+165
2012-10-17
serial: Reorder get_current()
Marek Vasut
1
-9
/
+12
2012-10-17
serial: Reorder serial_assign()
Marek Vasut
1
-5
/
+6
2012-10-17
serial: Use default_serial_puts() in drivers
Marek Vasut
21
-167
/
+22
2012-10-17
serial: Implement default_serial_puts()
Marek Vasut
1
-0
/
+7
2012-10-15
mx51: Fix USB PHY clocks
Benoît Thébaudeau
1
-1
/
+2
2012-10-15
mx5: Use explicit clock gate names
Benoît Thébaudeau
1
-1
/
+1
2012-10-15
imx: Use MXC_I2C_CLK in imx i2c driver
Matthias Weisser
1
-2
/
+2
2012-10-15
i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fields
Eric Nelson
1
-2
/
+8
2012-10-15
tegra: nand: add board pinmux
Lucas Stach
1
-1
/
+0
2012-10-15
Tegra20: Move some include files to arch-tegra for sharing with Tegra30
Tom Warren
6
-14
/
+12
2012-10-15
input: Add debugging for key matrix key codes
Simon Glass
1
-0
/
+2
2012-10-15
input: Allow key ghosting filter to be disabled
Simon Glass
2
-3
/
+8
2012-10-15
input: Separate out keyboard repeat/delay from init
Simon Glass
2
-6
/
+12
2012-10-15
input: Correct key_matrix fdt decoding
Simon Glass
1
-4
/
+7
2012-10-15
sata.h: Make all sata/ata drivers include <sata.h>
Pavel Herrmann
11
-16
/
+7
2012-10-15
sil_sata: Make sata_write() comply with <part.h>
Tom Rini
1
-3
/
+3
2012-10-15
sata_dwc: Make sata_write() use const void, per <part.h>
Tom Rini
1
-1
/
+1
2012-10-15
pata_bfin: Make sata_{read,write}() comply with <part.h>
Tom Rini
1
-2
/
+2
2012-10-15
fsl_sata: Make sata_{read,write}() comply with <part.h>
Tom Rini
1
-4
/
+6
2012-10-15
dwc_ahsata: Make sata_write() comply with <part.h>
Tom Rini
1
-4
/
+4
2012-10-15
ata_piix: sata_write must take a const void argument.
Tom Rini
2
-2
/
+2
2012-10-15
ata_piix: Fix checkpatch issues
Tom Rini
2
-267
/
+232
2012-10-15
pxa25x: Add support for USB ethernet gadget
Lukasz Dalek
3
-0
/
+2222
2012-10-15
usbether: Removed DEV_CONFIG_{CDC,SUBSET}
Lukasz Dalek
1
-45
/
+30
2012-10-15
usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}
Lukasz Dalek
1
-5
/
+14
2012-10-15
usbether: Fixed bug when using with PXA25X chips
Lukasz Dalek
1
-1
/
+16
2012-10-15
usb: ulpi: add indicator configuration function
Lucas Stach
1
-4
/
+28
2012-10-15
usb: ehci: don't print debug output
Lucas Stach
1
-1
/
+1
2012-10-15
tegra20: port to new ehci interface
Lucas Stach
1
-3
/
+2
2012-10-15
usb: add support for multiple usb controllers
Lucas Stach
1
-1
/
+1
2012-10-15
usb: ehci: rework to take advantage of new lowlevel interface
Lucas Stach
19
-200
/
+171
2012-10-15
usb: lowlevel interface change to support multiple controllers
Lucas Stach
6
-12
/
+12
2012-10-15
ppc4xx: Remove AP1000 board support
Stefan Roese
1
-41
/
+1
2012-10-15
serial: Enhance the manual relocation
Marek Vasut
1
-6
/
+14
2012-10-15
serial: Compile drivers/serial/serial.c by default
Marek Vasut
1
-1
/
+1
2012-10-15
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
Marek Vasut
28
-972
/
+0
2012-10-15
serial: Unconditionally enable CONFIG_SERIAL_MULTI
Marek Vasut
1
-2
/
+0
2012-10-15
serial: Move common/serial.c to drivers/serial/
Marek Vasut
2
-0
/
+358
2012-10-15
serial: ns16550: Rename serial.c to serial_ns16550.c
Marek Vasut
2
-1
/
+1
2012-10-15
serial: ns16550: Call usbtty_poll only in non-SPL build
Marek Vasut
1
-1
/
+1
2012-10-15
serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver
Marek Vasut
1
-6
/
+61
2012-10-15
serial: arm: Implement CONFIG_SERIAL_MULTI into sa1100 serial driver
Marek Vasut
1
-7
/
+61
2012-10-15
serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 serial driver
Marek Vasut
1
-8
/
+60
2012-10-15
serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driver
Marek Vasut
1
-7
/
+62
2012-10-15
serial: arm: Implement CONFIG_SERIAL_MULTI into netarm serial driver
Marek Vasut
1
-6
/
+59
2012-10-15
serial: arm: Implement CONFIG_SERIAL_MULTI into mxc serial driver
Marek Vasut
1
-7
/
+61
2012-10-15
serial: Implement CONFIG_SERIAL_MULTI into max3100 serial driver
Marek Vasut
1
-14
/
+58
2012-10-15
serial: arm: Implement CONFIG_SERIAL_MULTI into lpc2292 serial driver
Marek Vasut
1
-7
/
+59
2012-10-15
serial: arm: Implement CONFIG_SERIAL_MULTI into lh7a40x serial driver
Marek Vasut
1
-7
/
+59
[next]