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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
configs: rpi_4: disable USB_XHCI_PCI config
submit/tizen_6.0_hotfix/20211222.000617
submit/tizen_6.0_hotfix/20211221.063452
submit/tizen_6.0_hotfix/20211220.042152
submit/tizen_6.0/20211217.073345
accepted/tizen/6.0/unified/hotfix/20211222.012850
accepted/tizen/6.0/unified/20211220.133120
tizen_6.0_hotfix
tizen_6.0
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.0_unified
Jaehoon Chung
2
-5
/
+1
2021-12-16
board: rpi: modify the tizen-boot-rpi4 bootscript
Jaehoon Chung
2
-5
/
+1
2021-12-16
mmc: sdhci: move the ADMA2 table handling into own module
Michael Walle
5
-56
/
+86
2021-12-16
mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()
Nicolas Saenz Julienne
2
-7
/
+18
2021-12-16
mmc: bcm2835_sdhci: remove QUIRK_BROKEN_SDMA flag
Jaehoon Chung
1
-2
/
+1
2021-12-16
mmc: bcm2835_sdhci: set SDHCI_QUIRK_BROKEN_SDMA flag
Jaehoon Chung
1
-1
/
+2
2021-12-16
mmc: sdhci: Use upper/lower_32_bits macros
Michal Simek
1
-4
/
+4
2021-12-16
mmc: sdhci: use phys2bus macro when dma address is accessed
Jaehoon Chung
1
-1
/
+3
2021-12-16
mmc: sdhci: fix missing cache invalidation after reading by DMA
Masahiro Yamada
1
-0
/
+4
2021-12-16
mmc: sdhci: use dma_map_single() instead of flush_cache() before DMA
Masahiro Yamada
1
-28
/
+26
2021-12-16
mmc: add mmc_get_dma_dir() helper
Masahiro Yamada
1
-0
/
+6
2021-12-16
mmc: sdhci: remove unneeded casts
Masahiro Yamada
1
-3
/
+2
2021-12-16
mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr
Masahiro Yamada
1
-2
/
+3
2021-12-16
mmc: sdhci: reduce code duplication for aligned buffer
Masahiro Yamada
2
-15
/
+11
2021-12-16
mmc: sdhci: put the aligned buffer pointer to struct sdhci_host
Masahiro Yamada
2
-14
/
+14
2021-12-16
dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>
Masahiro Yamada
17
-76
/
+4809
2021-12-16
dma-mapping: fix the prototype of dma_unmap_single()
Masahiro Yamada
9
-15
/
+31
2021-12-16
ARM: bcm283x: change the virtual address of the XHCI PCI device base
Marek Szyprowski
1
-2
/
+2
2021-12-16
pci: brcmstb: Cleanup controller state before handover
Nicolas Saenz Julienne
1
-2
/
+23
2021-12-16
usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped
Stefan Roese
1
-4
/
+4
2021-12-16
xhci: translate virtual addresses into the bus's address space
Nicolas Saenz Julienne
4
-29
/
+53
2021-12-16
usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()
Stefan Roese
1
-2
/
+2
2021-12-16
usb: xhci: fix lack of short packet event trb handling
Ran Wang
1
-3
/
+15
2021-12-16
usb: xhci: avoid type conversion of void *
Heinrich Schuchardt
1
-12
/
+9
2021-12-16
usb: xhci: Add virt_to_phys() to support mapped platforms
Stefan Roese
3
-16
/
+14
2021-12-16
usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()
Stefan Roese
1
-1
/
+1
2021-12-16
usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)
Stefan Roese
1
-4
/
+5
2021-12-16
configs: rpi4: Enable DM_DMA across all RPi4 configurations
Nicolas Saenz Julienne
2
-0
/
+2
2021-12-16
dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()
Nicolas Saenz Julienne
1
-0
/
+17
2021-12-16
dm: Introduce DMA constraints into the core device model
Nicolas Saenz Julienne
3
-0
/
+80
2021-12-16
power: domain: add dev_power_domain_on
Peng Fan
2
-0
/
+38
2021-12-16
core: device: use dev_power_domain_on
Peng Fan
1
-3
/
+3
2021-12-16
dm: core: Use const where possible in device.h
Simon Glass
2
-0
/
+20
2021-12-16
dm: core: Add a new flag to track platform data
Simon Glass
3
-1
/
+10
2021-12-16
dm: core: Export a new function to read platdata
Simon Glass
2
-2
/
+43
2021-12-16
dm: core: Allocate parent data separate from probing parent
Simon Glass
1
-8
/
+11
2021-12-16
dm: core: Move ofdata_to_platdata() call earlier
Simon Glass
1
-6
/
+7
2021-12-16
dm: core: Don't clear active flag twice when probe() fails
Simon Glass
1
-3
/
+1
2021-12-16
drivers: pci: add api to get dma regions
Rayagonda Kokatanur
2
-1
/
+44
2021-12-16
dm: Introduce xxx_get_dma_range()
Nicolas Saenz Julienne
8
-0
/
+234
2021-12-16
pci: pcie-brcmstb: Fix inbound window configurations
Nicolas Saenz Julienne
1
-7
/
+5
2020-10-02
bcmgenet: fix DMA buffer management
tizen_6.0.m2_release
submit/tizen_6.0_hotfix/20201103.115101
submit/tizen_6.0_hotfix/20201102.192901
submit/tizen_6.0/20201029.205501
submit/tizen/20201008.021146
accepted/tizen/unified/20201008.043022
accepted/tizen/6.0/unified/hotfix/20201102.235414
accepted/tizen/6.0/unified/20201030.105045
Jason Wessel
1
-8
/
+9
2020-09-10
rpi: perform xhci firmware upload only once
submit/tizen/20200922.021559
accepted/tizen/unified/20200922.053354
Marek Szyprowski
1
-1
/
+6
2020-08-06
usb: xhci: Load Raspberry Pi 4 VL805's firmware
Nicolas Saenz Julienne
3
-0
/
+15
2020-08-06
arm: rpi: Add function to trigger VL805's firmware load
Marek Szyprowski
3
-0
/
+65
2020-08-06
usb: xhci: move xhci.h to include usb
Jean-Jacques Hiblot
14
-12
/
+13
2020-08-05
configs: rpi_3: disable configs relevant to SPL
Jaehoon Chung
2
-40
/
+4
2020-08-05
packaging: u-boot-rpi3: remove unnecessary files
Jaehoon Chung
1
-27
/
+1
2020-07-07
configs: rpi: set NR_DRAM_BANKS to four
submit/tizen/20200707.104031
accepted/tizen/unified/20200708.125334
Matthias Brugger
2
-2
/
+2
2020-06-23
scripts: tizen: sd_fusing_rpi3: change partition size
Jaehoon Chung
1
-6
/
+24
[next]