Linux Samsung SOC development
 help / color / mirror / Atom feed
 messages from 2019-07-13 14:36:49 to 2019-07-23 12:20:16 UTC [more...]

[RFC PATCH 00/11] Simple QoS for exynos-bus driver using interconnect
 2019-07-23 12:20 UTC  (12+ messages)
  ` [RFC PATCH 01/11] devfreq: exynos-bus: Extract exynos_bus_profile_init()
  ` [RFC PATCH 02/11] devfreq: exynos-bus: Extract exynos_bus_profile_init_passive()
  ` [RFC PATCH 03/11] devfreq: exynos-bus: Change goto-based logic to if-else logic
  ` [RFC PATCH 04/11] devfreq: exynos-bus: Clean up code
  ` [RFC PATCH 05/11] icc: Export of_icc_get_from_provider()
  ` [RFC PATCH 06/11] icc: Relax requirement in of_icc_get_from_provider()
  ` [RFC PATCH 07/11] icc: Relax condition in apply_constraints()
  ` [RFC PATCH 08/11] arm: dts: exynos: Add parents and #interconnect-cells to Exynos4412
  ` [RFC PATCH 09/11] devfreq: exynos-bus: Add interconnect functionality to exynos-bus
  ` [RFC PATCH 10/11] arm: dts: exynos: Add interconnects to Exynos4412 mixer
  ` [RFC PATCH 11/11] drm: exynos: mixer: Add interconnect support

[PATCH v1 00/50] Exynos5x clocks and buses changes
 2019-07-23 12:08 UTC  (90+ messages)
  ` [PATCH v1 01/50] clk: samsung: add new IDs for Exynos5420 clocks
  ` [PATCH v1 02/50] clk: samsung: add IDs for Exynos5420 NoC clocks
  ` [PATCH v1 03/50] clk: samsung: change parent of dout_aclk400_wcore in Exynos5420
  ` [PATCH v1 04/50] clk: samsung: add IDs to manage aclk400_mscl "
  ` [PATCH v1 05/50] clk: samsung: add IDs to aclk400_isp "
  ` [PATCH v1 06/50] clk: samsung: add IDs to ACLK266 clocks "
  ` [PATCH v1 07/50] clk: samsung: add IDs to ACLK266_G2D "
  ` [PATCH v1 08/50] clk: samsung: change aclk266_isp clocks definitions Exynos5420
  ` [PATCH v1 09/50] clk: samsung: add IDs to FSYS clocks in Exynos5x
  ` [PATCH v1 10/50] clk: samsung: change ACLK100_NOC clocks definitions Exynos5x
  ` [PATCH v1 11/50] clk: samsung: add IDs to UART clocks in Exynos5420
  ` [PATCH v1 12/50] clk: add ID to PWM MUX "
  ` [PATCH v1 13/50] clk: samsung: add DPLL rate table "
  ` [PATCH v1 14/50] clk: samsung: add CLK_MOUT_SCLK_CPLL in the Exynos5420
  ` [PATCH v1 15/50] clk: samsung: add MPLL rate table in Exynos5420
  ` [PATCH v1 16/50] clk: samsung: add SPLL "
  ` [PATCH v1 17/50] clk: samsung: add CLK_MOUT_MMC0 in the Exynos5420
  ` [PATCH v1 18/50] ARM: dts: exynos: add bus_isp with OPP table
  ` [PATCH v1 19/50] ARM: dts: exynos: change OPPs values for FSYS2 in Exynos5420
  ` [PATCH v1 20/50] ARM: dts: exynos: change and rename FSYS OPP table "
  ` [PATCH v1 21/50] ARM: dts: exynos: add OPP into FSYS APB bus "
  ` [PATCH v1 22/50] ARM: dts: exynos: OPPs for bus_disp1 "
  ` [PATCH v1 23/50] ARM: dts: exynos: change lowest OPP in bus_disp1_fimd "
  ` [PATCH v1 24/50] ARM: dts: exynos: align OPPs with PLL rate for MSCL "
  ` [PATCH v1 25/50] ARM: dts: exynos: add 300MHz to bus_disp1_fimd "
  ` [PATCH v1 26/50] ARM: dts: exynos: align NOC100 bus OPPs "
  ` [PATCH v1 27/50] ARM: dts: exynos: align bus_wcore "
  ` [PATCH v1 28/50] ARM: dts: exynos: change OPPs for g2d and g2d_acp buses "
  ` [PATCH v1 29/50] ARM: dts: exynos: align OPPs of bus_gen "
  ` [PATCH v1 30/50] ARM: dts: exynos: add bus_isp266 into Exynos5800
  ` [PATCH v1 31/50] ARM: dts: exynos: align lowest OPP in bus_jpeg in Exynos5420
  ` [PATCH v1 32/50] ARM: dts: exynos: remove lowest OPP from bus_mfc "
  ` [PATCH v1 33/50] ARM: dts: exynos: set parent clocks to UARTs "
  ` [PATCH v1 34/50] ARM: dts: exynos: set parent clocks to PWM "
  ` [PATCH v1 35/50] ARM: dts: exynos: change speed and parent of NoC clock "
  ` [PATCH v1 36/50] ARM: dts: exynos: change ACLK100_NOC config in Exynos5422
  ` [PATCH v1 37/50] ARM: dts: exynos: change parent and rate of bus_fsys "
  ` [PATCH v1 38/50] ARM: dts: exynos: change parent and rate of bus_fsys2 "
  ` [PATCH v1 39/50] ARM: dts: exynos: change parent and rate of bus_fsys_acp "
  ` [PATCH v1 40/50] ARM: dts: exynos: change parent and rate of bus_gen "
  ` [PATCH v1 41/50] ARM: dts: exynos: change parent and rate of bus_g2d "
  ` [PATCH v1 42/50] ARM: dts: exynos: change parent and rate of bus_mscl "
  ` [PATCH v1 43/50] ARM: dts: exynos: add bus_isp "
  ` [PATCH v1 44/50] ARM: dts: exynos: change rate of bus_jpeg "
  ` [PATCH v1 45/50] ARM: dts: exynos: change rate of bus_disp1_fimd "
  ` [PATCH v1 46/50] ARM: dts: exynos: change rates of bus_disp1 "
  ` [PATCH v1 47/50] ARM: dts: exynos: change rate of bus_gscl_scaler "
  ` [PATCH v1 48/50] ARM: dts: exynos: set proper parents to bus_isp266 Exynos5422
  ` [PATCH v1 49/50] ARM: dts: exynos: add buses support for Exynos5800 Peach Pi
  ` [PATCH v1 50/50] ARM: dts: exynos: change MMC0 clock parent in "

[PATCH v4 00/23] Associate ddc adapters with connectors
 2019-07-23  9:09 UTC  (11+ messages)
` [PATCH v4 12/23] drm: zte: Provide ddc symlink in hdmi connector sysfs directory
` [PATCH v4 13/23] drm: zte: Provide ddc symlink in vga "
` [PATCH v4 14/23] drm/tilcdc: Provide ddc symlink in "
` [PATCH v4 16/23] drm/mgag200: "
` [PATCH v4 17/23] drm/ast: "

[PATCH v2 0/9] Exynos Adaptive Supply Voltage support
 2019-07-23  2:04 UTC  (11+ messages)
  ` [PATCH v2 1/9] soc: samsung: Add exynos chipid driver support
  ` [PATCH v2 2/9] soc: samsung: Convert exynos-chipid driver to use the regmap API
  ` [PATCH v2 3/9] soc: samsung: Add Exynos Adaptive Supply Voltage driver
  ` [PATCH v2 4/9] ARM: EXYNOS: enable exynos_chipid for ARCH_EXYNOS
  ` [PATCH v2 5/9] ARM64: "
  ` [PATCH v2 6/9] ARM: EXYNOS: Enable exynos-asv driver "
  ` [PATCH v2 7/9] soc: samsung: Update the CHIP ID DT binding documentation
  ` [PATCH v2 8/9] ARM: dts: Add "syscon" compatible string to chipid node
  ` [PATCH v2 9/9] ARM: dts: Add samsung,asv-bin property for odroidxu3-lite

[PATCH v3 0/5] add coupled regulators for Exynos5422/5800
 2019-07-23  1:48 UTC  (7+ messages)
  ` [PATCH v3 1/5] devfreq: exynos-bus: correct clock enable sequence
  ` [PATCH v3 2/5] opp: core: add regulators enable and disable
  ` [PATCH v3 3/5] devfreq: exynos-bus: convert to use dev_pm_opp_set_rate()
  ` [PATCH v3 4/5] ARM: dts: exynos: add initial data for coupled regulators for Exynos5422/5800
  ` [PATCH v3 5/5] dt-bindings: devfreq: exynos-bus: remove unused property

[PATCH] drm/exynos: fix missing decrement of retry counter
 2019-07-22 22:25 UTC 

[PATCH 0/4] rtc: convert subsystem to i2c_new_dummy_device()
 2019-07-22 20:50 UTC  (3+ messages)
` [PATCH 4/4] rtc: s5m: convert to i2c_new_dummy_device

[PATCH v2 0/2] Fix USB3.0 DRD PHY calibration issues (DWC3/XHCI) on Exynos542x SoCs
 2019-07-22 19:00 UTC  (5+ messages)
  ` [PATCH v2 1/2] usb: core: phy: add support for PHY calibration
  ` [PATCH v2 2/2] usb: dwc3: remove generic PHY calibrate() calls

[RFC/RFT 0/5] Exynos USB 3.0 PHY tune setting
 2019-07-22 18:59 UTC  (6+ messages)
` [RFC/RFT 1/5] phy: exynos5-usbdrd: read from correct offset of xhci linksystem
` [RFC/RFT 2/5] phy: exynos5-usbdrd: add missing tuning of the phyutmi signal
` [RFC/RFT 3/5] phy: exynos5-usbdrd: UTMI tune signal
` [RFC/RFT 4/5] phy: exynos5-usbdrd: PIPE3 "
` [RFC/RFT 5/5] phy: exynos5-usbdrd: drop duplicate setting "

[PATCH v2] phy: core: document phy_calibrate()
 2019-07-22 17:32 UTC 

drm/exynos: scaler: Reset hardware before starting the operation (bug report)
 2019-07-22 17:05 UTC  (2+ messages)

[PATCH] phy: core: document calibrate() method
 2019-07-22 16:50 UTC  (5+ messages)

[PATCH] mmc: dw_mmc: Fix occasional hang after tuning on eMMC
 2019-07-22 13:41 UTC  (2+ messages)

[PATCH v12 0/9] Exynos5 Dynamic Memory Controller driver
 2019-07-22  9:46 UTC  (10+ messages)
  ` [PATCH v12 1/9] dt-bindings: ddr: rename lpddr2 directory
  ` [PATCH v12 2/9] dt-bindings: ddr: add LPDDR3 memories
  ` [PATCH v12 3/9] drivers: memory: extend of_memory by LPDDR3 support
  ` [PATCH v12 4/9] dt-bindings: memory-controllers: add Exynos5422 DMC device description
  ` [PATCH v12 5/9] drivers: memory: add DMC driver for Exynos5422
  ` [PATCH v12 6/9] ARM: dts: exynos: add chipid label and syscon compatible
  ` [PATCH v12 7/9] ARM: dts: exynos: add syscon to clock compatible
  ` [PATCH v12 8/9] ARM: dts: exynos: add DMC device for exynos5422
  ` [PATCH v12 9/9] ARM: exynos_defconfig: enable DMC driver

[PATCH] phy: samsung: disable bind/unbind platform driver feature
 2019-07-19 12:25 UTC 

[PATCH] drm/exynos: Use dev_get_drv_data
 2019-07-19 10:31 UTC 

[PATCH] usb: dwc3: remove generic PHYs forwarding for XHCI device
 2019-07-19  9:30 UTC 

[PATCH] phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHY
 2019-07-19  9:27 UTC 

[PATCH RFC 0/8] Exynos Adaptive Supply Voltage support
 2019-07-18 14:02 UTC  (4+ messages)
  ` [PATCH RFC 3/8] dt-bindings: exynos: Add ASV tables binding documentation

[PATCH V3] cpufreq: Make cpufreq_generic_init() return void
 2019-07-18  8:47 UTC  (2+ messages)

[PATCH v2 0/4] add coupled regulators for Exynos5422/5800
 2019-07-17 14:14 UTC  (20+ messages)
  ` [PATCH v2 1/4] opp: core: add regulators enable and disable
  ` [PATCH v2 2/4] devfreq: exynos-bus: convert to use dev_pm_opp_set_rate()
  ` [PATCH v2 3/4] ARM: dts: exynos: add initial data for coupled regulators for Exynos5422/5800
  ` [PATCH v2 4/4] dt-bindings: devfreq: exynos-bus: remove unused property

[PATCH 0/3] Fix USB3.0 DRD PHY calibration issues (DWC3/XHCI) on Exynos542x SoCs
 2019-07-16 17:32 UTC  (10+ messages)
  ` [PATCH 1/3] usb: host: xhci-plat: Add support for Exynos5/DWC3 specific variant
  ` [PATCH 2/3] usb: dwc3: exynos: Use Exynos specific XHCI-plat driver variant
  ` [PATCH 3/3] usb: dwc3: Remove generic PHY calibrate() calls

[PATCH 01/12] Documentation: move architectures together
 2019-07-16 14:51 UTC  (5+ messages)
` [PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm

[PATCH AUTOSEL 5.1 158/219] gpio: Fix return value mismatch of function gpiod_get_from_of_node()
 2019-07-15 14:02 UTC 

[PATCH AUTOSEL 5.2 179/249] gpio: Fix return value mismatch of function gpiod_get_from_of_node()
 2019-07-15 13:45 UTC 

[PATCH v3 15/24] media: exynos4-is: Remove call to memset after dma_alloc_coherent
 2019-07-15 11:45 UTC  (5+ messages)

[PATCH] cpufreq: Make cpufreq_generic_init() return void
 2019-07-13 14:36 UTC  (2+ messages)
` [PATCH V2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox