linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-02 14:26:21 to 2020-08-12 15:59:02 UTC [more...]

[PATCH v2 00/13] clk/watchdog/ARM: Cleanup of various S3C bits
 2020-08-12 15:58 UTC  (28+ messages)
` [PATCH v2 01/13] clk: samsung: s3c64xx: declare s3c64xx_clk_init() in shared header
` [PATCH v2 02/13] clk: samsung: s3c24xx: declare s3c24xx_common_clk_init() "
` [PATCH v2 03/13] ARM: s3c64xx: include header to fix -Wmissing-prototypes
` [PATCH v2 04/13] ARM: s3c: remove plat-samsung/.../samsung-time.h
` [PATCH v2 05/13] ARM: samsung: fix language typo
` [PATCH v2 06/13] ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependencies
` [PATCH v2 07/13] ARM: s3c64xx: switch to generic watchdog driver reset
` [PATCH v2 08/13] ARM: s3c24xx: fix missing system reset
` [PATCH v2 09/13] ARM: s3c24xx: include common.h header in s3c2443.c
` [PATCH v2 10/13] ARM: s3c24xx: sdhci: include plat/sdhci.h header
` [PATCH v2 11/13] ARM: s3c24xx: ts: include platform data header
` [PATCH v2 12/13] ARM: s3c24xx: ts: document function argument
` [PATCH v2 13/13] ARM: s3c24xx: camif: include header with prototypes and unify declaration

[PATCH v2 01/41] ARM: s3c: Remove unneeded machine header includes
 2020-08-12  7:55 UTC  (51+ messages)
` [PATCH v2 02/41] mmc: s3cmci: Remove unneeded machine header include
` [PATCH v2 03/41] ARM: s3c24xx: fix mmc gpio lookup tables
` [PATCH v2 04/41] ARM: s3c24xx: iotiming: make functions static
` [PATCH v2 05/41] ARM: s3c24xx: make S3C24XX_MISCCR access indirect
` [PATCH v2 06/41] ARM: s3c24xx: pass pointer to clk driver via platform data
` [PATCH v2 07/41] ARM: s3c24xx: simplify mach/io.h
` [PATCH v2 08/41] usb: gadget: s3c: use platform resources
` [PATCH v2 09/41] usb: gadget: s3c-hsudc: remove platform header dependency
` [PATCH v2 10/41] ARM: samsung: don't build plat/pm-common for Exynos
` [PATCH v2 11/41] ARM: samsung: remove s3c_pm_debug_init()
` [PATCH v2 12/41] ARM: samsung: make pm-debug platform independent
` [PATCH v2 13/41] ARM: samsung: move CONFIG_DEBUG_S3C_UART to Kconfig.debug
` [PATCH v2 14/41] ARM: exynos: use private samsung_cpu_id copy
` [PATCH v2 15/41] ARM: exynos: stop selecting PLAT_SAMSUNG
` [PATCH v2 16/41] ARM: samsung: move pm check code to drivers/soc
` [PATCH v2 17/41] ARM: s5pv210: use private pm save/restore
` [PATCH v2 18/41] ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNG
` [PATCH v2 19/41] ARM: s3c64xx: remove mach/hardware.h
` [PATCH v2 20/41] ARM: s3c24xx: move regs-spi.h into spi driver
` [PATCH v2 21/41] ARM: s3c24xx: move irqchip driver back into platform
` [PATCH v2 22/41] ARM: s3c: adc: move header to linux/soc/samsung
` [PATCH v2 23/41] ARM: s3c24xx: move spi fiq handler into platform
` [PATCH v2 24/41] ASoC: samsung: h1940: turn into platform driver
` [PATCH v2 25/41] ASoC: samsung: neo1973: "
` [PATCH v2 26/41] ASoC: samsung: rx1950: "
` [PATCH v2 27/41] ASoC: samsung: s3c2412-i2s: avoid hardcoded S3C2410_PA_IIS
` [PATCH v2 28/41] ARM: s3c24xx: move iis pinctrl config into boards
` [PATCH v2 29/41] ARM: s3c24xx: move s3cmci pinctrl handling into board files
` [PATCH v2 30/41] ARM: s3c24xx: include mach/irqs.h where needed
` [PATCH v2 31/41] ARM: s3c24xx: spi: avoid hardcoding fiq number in driver
` [PATCH v2 32/41] ARM: s3c24xx: bast: avoid irq_desc array usage
` [PATCH v2 33/41] fbdev: s3c2410fb: remove mach header dependency
` [PATCH v2 34/41] cpufreq: s3c24xx: split out registers
` [PATCH v2 35/41] ARM: s3c: remove cpufreq header dependencies
` [PATCH v2 36/41] cpufreq: s3c2412: use global s3c2412_cpufreq_setrefresh
` [PATCH v2 37/41] cpufreq: s3c24xx: move low-level clk reg access into platform code
` [PATCH v2 38/41] ARM: s3c24xx: stop including mach/hardware.h from mach/io.h
` [PATCH v2 40/41] ARM: s3c: make headers local if possible
` [PATCH v2 41/41] MAINTAINERS: Add more name matches for Samsung SoC entries

[RESEND PATCH v10 00/10] exynos-ufs: Add support for UFS HCI
 2020-08-12  0:29 UTC  (3+ messages)
  ` [RESEND PATCH v10 04/10] scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk

[PATCH v2] clk: samsung: Prevent potential endless loop in the PLL set_rate ops
 2020-08-11 17:26 UTC  (10+ messages)

[PATCH v2 1/2] clk: samsung: exynos5420: Add definition of clock ID for mout_sw_aclk_g3d
 2020-08-11 15:12 UTC  (2+ messages)
    ` [PATCH v2 2/2] clk: samsung: exynos5420: Avoid __clk_lookup() calls when enabling clocks

[PATCH v2] clk: samsung: Keep top BPLL mux on Exynos542x enabled
 2020-08-11 11:31 UTC  (3+ messages)

[PATCH 1/2] clk: samsung: exynos5420: Add definition of clock ID for mout_sw_aclk_g3d
 2020-08-11 11:26 UTC  (2+ messages)
    ` [PATCH 2/2] clk: samsung: exynos5420: Avoid __clk_lookup() calls when enabling clocks

[PATCH] memory: samsung: exynos5422-dmc: Additional locking for 'curr_rate'
 2020-08-11 10:17 UTC 

[PATCH] memory: samsung: exynos5422-dmc: Additional locking for 'curr_rate'
 2020-08-11 10:16 UTC 

[RFT PATCH v5] serial: samsung: Removes the IRQ not found warning
 2020-08-11  9:39 UTC  (4+ messages)

[RFC] memory: exynos5422-dmc: Document mutex scope
 2020-08-11  9:27 UTC  (4+ messages)

[PATCH AUTOSEL 5.8 04/64] ARM: exynos: clear L310_AUX_CTRL_FULL_LINE_ZERO in default l2c_aux_val
 2020-08-10 19:08 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 21/64] memory: samsung: exynos5422-dmc: Do not ignore return code of regmap_read()

[PATCH AUTOSEL 5.7 04/60] ARM: exynos: clear L310_AUX_CTRL_FULL_LINE_ZERO in default l2c_aux_val
 2020-08-10 19:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 19/60] memory: samsung: exynos5422-dmc: Do not ignore return code of regmap_read()

[PATCH] clk: samsung: Prevent potential endless loop in the PLL set_rate ops
 2020-08-10 16:19 UTC  (6+ messages)

[PATCH 1/2] media: Revert "media: exynos4-is: Add missed check for pinctrl_lookup_state()"
 2020-08-10 15:32 UTC  (2+ messages)
    ` [PATCH 2/2] media: exynos4-is: Simplify the pinctrl code

[PATCH 1/3] ARM: exynos: clear L220_AUX_CTRL_NS_LOCKDOWN in default l2c_aux_val
 2020-08-10 12:34 UTC  (11+ messages)
` [PATCH 2/3] ARM: l2c: update prefetch bits in L2X0_AUX_CTRL using DT value
` [PATCH 3/3] ARM: exynos: use DT prefetch attributes rather than l2c_aux_val

[PATCH v2 1/4] ARM: exynos: clear L310_AUX_CTRL_NS_LOCKDOWN in default l2c_aux_val
 2020-08-10 12:22 UTC  (4+ messages)
` [PATCH v2 2/4] ARM: l2c: fix prefetch bits init in L2X0_AUX_CTRL using DT values
` [PATCH v2 3/4] ARM: dts: exynos: add prefetch properties for L2C-310 cache
` [PATCH v2 4/4] ARM: exynos: clear prefetch bits in default l2c_aux_val

[PATCH v2] ARM: s3c64xx: use simple i2c probe function
 2020-08-10  9:36 UTC  (2+ messages)

[PATCH] media: exynos4-is: fix ptr_ret.cocci warnings
 2020-08-10  9:35 UTC  (2+ messages)

[PATCH v2] media: exynos4-is: Add missed check for pinctrl_lookup_state()
 2020-08-10  9:31 UTC  (2+ messages)

[PATCH AUTOSEL 5.8 20/72] ARM: exynos: MCPM: Restore big.LITTLE cpuidle support
 2020-08-08 23:35 UTC  (3+ messages)
` [PATCH AUTOSEL 5.8 24/72] arm64: dts: exynos: Fix silent hang after boot on Espresso
` [PATCH AUTOSEL 5.8 36/72] ARM: dts: exynos: Disable frequency scaling for FSYS bus on Odroid XU3 family

[PATCH AUTOSEL 5.7 17/58] ARM: exynos: MCPM: Restore big.LITTLE cpuidle support
 2020-08-08 23:36 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 21/58] arm64: dts: exynos: Fix silent hang after boot on Espresso
` [PATCH AUTOSEL 5.7 33/58] ARM: dts: exynos: Disable frequency scaling for FSYS bus on Odroid XU3 family

[PATCH AUTOSEL 5.4 12/40] ARM: exynos: MCPM: Restore big.LITTLE cpuidle support
 2020-08-08 23:38 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 14/40] arm64: dts: exynos: Fix silent hang after boot on Espresso

[PATCH AUTOSEL 4.14 07/14] arm64: dts: exynos: Fix silent hang after boot on Espresso
 2020-08-08 23:40 UTC 

[PATCH AUTOSEL 4.9 3/9] arm64: dts: exynos: Fix silent hang after boot on Espresso
 2020-08-08 23:40 UTC 

[PATCH AUTOSEL 4.19 11/21] arm64: dts: exynos: Fix silent hang after boot on Espresso
 2020-08-08 23:39 UTC 

[PATCH] clk: samsung: Mark top BPLL mux on Exynos542x as critical
 2020-08-07 13:24 UTC  (5+ messages)

[PATCH] ARM: exynos_defconfig: enable platform media drivers
 2020-08-07 10:21 UTC 

[PATCH 02/20] media: exynos4-is: media-dev.c: use PTR_ERR_OR_ZERO
 2020-08-07  8:35 UTC 

[PATCH] leds: s3c24xx: Remove unused machine header include
 2020-08-05 21:57 UTC  (2+ messages)

[PATCH] spi: s3c24xx: correct kerneldoc comment
 2020-08-04 17:09 UTC  (2+ messages)

[PATCH] memory: samsung: exynos5422-dmc: propagate error from exynos5_counters_get()
 2020-08-04 12:38 UTC  (5+ messages)

[PATCH v2 0/2] Exynos5422 DMC: adjust to new devfreq monitoring mechanism
 2020-08-04  8:06 UTC  (5+ messages)
  ` [PATCH v2 2/2] memory: samsung: exynos5422-dmc: Add module param to control IRQ mode

[RFC 00/27] PCI: dwc: Driver clean-ups
 2020-08-03 21:01 UTC  (28+ messages)
` [RFC 01/27] PCI: Allow root and child buses to have different pci_ops
` [RFC 02/27] PCI: dwc: Use DBI accessors instead of own config accessors
` [RFC 03/27] PCI: dwc: Allow overriding bridge pci_ops
` [RFC 04/27] PCI: dwc: Add a default pci_ops.map_bus for root port
` [RFC 05/27] PCI: dwc: al: Use pci_ops for child config space accessors
` [RFC 06/27] PCI: dwc: keystone: Use pci_ops for "
` [RFC 07/27] PCI: dwc: tegra: Use pci_ops for root "
` [RFC 08/27] PCI: dwc: meson: "
` [RFC 09/27] PCI: dwc: kirin: "
` [RFC 10/27] PCI: dwc: exynos: "
` [RFC 11/27] PCI: dwc: histb: "
` [RFC 12/27] PCI: dwc: Remove dwc specific config accessor ops
` [RFC 13/27] PCI: dwc: Use generic config accessors
` [RFC 14/27] PCI: Also call .add_bus() callback for root bus
` [RFC 15/27] PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus
` [RFC 16/27] PCI: dwc: Convert to use pci_host_probe()
` [RFC 17/27] PCI: dwc: Remove root_bus pointer
` [RFC 18/27] PCI: dwc: Remove storing of PCI resources
` [RFC 19/27] PCI: dwc: Simplify config space handling
` [RFC 20/27] PCI: dwc/keystone: Drop duplicated 'num-viewport'
` [RFC 21/27] PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()
` [RFC 22/27] PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROL
` [RFC 23/27] PCI: dwc/meson: Drop unnecessary RC config space initialization
` [RFC 24/27] PCI: dwc/meson: Rework PCI config and DW port logic register accesses
` [RFC 25/27] PCI: dwc/qcom: Use common PCI register definitions
` [RFC 26/27] PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offset
` [RFC 27/27] PCI: dwc/tegra: Use common Designware port logic register definitions

[PATCH 00/10] Remove surplus dev_err() when handing an error from platform_get_irq()
 2020-08-03 14:55 UTC  (10+ messages)
` [PATCH 01/10] PCI: dwc: Remove "
` [PATCH 04/10] PCI: altera: "
` [PATCH 09/10] PCI: rockchip: "
` [PATCH 10/10] PCI: xilinx-nwl: "

[PATCH v3 7/7] Input: Add "inhibited" property
 2020-08-03 14:40 UTC  (4+ messages)
` [PATCH v4 0/7] Support inhibiting input devices

[PATCH] ARM: s3c24xx: demote kerneldoc comment
 2020-08-02 20:42 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).