Linux Samsung SOC development
 help / color / mirror / Atom feed
 messages from 2014-04-27 01:49:59 to 2014-04-29 13:14:02 UTC [more...]

[PATCH V2 0/9] drm: exynos: few patches to enhance bridge chip support
 2014-04-29 13:14 UTC  (24+ messages)
` [PATCH V2 2/9] drm/panel: add pre_enable and post_disable routines
` [PATCH V2 7/9] drm/bridge: ptn3460: add drm_panel controls

[RFC v2 PATCH 00/14] drm/exynos: support MIPI DSI command mode display
 2014-04-29 12:45 UTC  (13+ messages)
` [RFC v2 PATCH 08/14] drm/exynos: dsi: add driver data to support Exynos5420
` [RFC v2 PATCH v3 10/14] drm/panel: add S6E3FA0 driver

[PATCH v2 0/7] Add cros_ec changes for newer boards
 2014-04-29 12:33 UTC  (10+ messages)
` [PATCH v2 6/7] i2c: ChromeOS EC tunnel driver

[PATCH 0/8] i.MX6 PCIe binding change and MSI support
 2014-04-29 12:31 UTC  (7+ messages)
` [PATCH 7/8] PCI: designware: make MSI isr shared irq aware

[PATCH 01/15] ASoC: CS42L51 and WM8962 codecs depend on INPUT
 2014-04-29 11:18 UTC  (7+ messages)
` [PATCH 03/15] ASoC: SMDK_WM8580_PCM needs REGMAP_I2C
` [PATCH 04/15] ASoC: samsung-idma: avoid 64-bit division
` [PATCH 07/15] ASoC: UDA1380 needs I2C
` [PATCH 10/15] ASoC: TLV320AIC23 and Simtec Hermes audio
` [PATCH 11/15] ASoC: WM0010 needs SPI
` [PATCH 13/15] ASoC: SND_S3C_DMA_LEGACY needs S3C24XX_DMA

[PATCHv2 0/4] Enable usbphy and hsotg for exynos4
 2014-04-29 10:21 UTC  (4+ messages)
` [PATCHv2 2/4] ARM: dts: exynos4: add exynos_usbphy node

[RESUBMIT RFC PATCH v2 0/3] Add support for Exynos PMU driver
 2014-04-29  9:27 UTC  (11+ messages)
` [RESUBMIT RFC PATCH v2 1/3] ARM: EXYNOS: Move PMU specific definitions from common.h
` [RESUBMIT RFC PATCH v2 2/3] ARM: EXYNOS: Move pmu specific header files under "linux/mfd/samsung"
` [RESUBMIT RFC PATCH v2 3/3] drivers: mfd: Add support for Exynos PMU driver

[RESEND PATCH v3 3/5] mfd: tps65090: Stop caching most registers
 2014-04-29  8:26 UTC  (7+ messages)

[PATCH-RESEND] ARM: dts: Add arm-pmu node for exynos4412
 2014-04-29  8:03 UTC  (4+ messages)

[PATCH 2/2] cpufreq: Remove exynos_sort_descend_freq_table in exynos5440-cpufreq.c
 2014-04-29  7:05 UTC  (5+ messages)

[PATCHv2] ARM: dts: exynos4: clean up arm-pmu node
 2014-04-29  6:51 UTC  (2+ messages)

[PATCH 1/1] ARM: dts: Add PD entry to MFC codec on 5420
 2014-04-29  6:49 UTC 

[PATCH v12 00/31] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
 2014-04-29  5:55 UTC  (47+ messages)
` [PATCH v12 02/31] iommu/exynos: add missing cache flush for removed page table entries
` [PATCH v12 04/31] iommu/exynos: fix L2TLB invalidation
` [PATCH v12 06/31] iommu/exynos: allocate lv2 page table from own slab
` [PATCH v12 07/31] iommu/exynos: always enable runtime PM
` [PATCH v12 08/31] iommu/exynos: handle one instance of sysmmu with a device descriptor
` [PATCH v12 10/31] iommu/exynos: use managed device helper functions
` [PATCH v12 11/31] documentation: iommu: add binding document of Exynos System MMU
` [PATCH v12 12/31] iommu/exynos: support for device tree
` [PATCH v12 13/31] iommu/exynos: gating clocks of master H/W
` [PATCH v12 15/31] iommu/exynos: handle 'mmu-masters' property of DT and improve handling sysmmu
` [PATCH v12 16/31] iommu/exynos: turn on useful configuration options
` [PATCH v12 17/31] iommu/exynos: add support for power management subsystems
  ` [PATCH v12 01/31] iommu/exynos: do not include removed header
  ` [PATCH v12 03/31] iommu/exynos: change error handling when page table update is failed
  ` [PATCH v12 05/31] iommu/exynos: remove prefetch buffer setting
  ` [PATCH v12 09/31] iommu/exynos: remove dbgname from drvdata of a System MMU
  ` [PATCH v12 14/31] iommu/exynos: remove custom fault handler
  ` [PATCH v12 18/31] iommu/exynos: allow having multiple System MMUs for a master H/W
  ` [PATCH v12 20/31] iommu/exynos: add devices attached to the System MMU to an IOMMU group
  ` [PATCH v12 21/31] iommu/exynos: fix address handling
  ` [PATCH v12 24/31] iommu/exynos: apply workaround of caching fault page table entries
  ` [PATCH v12 25/31] iommu/exynos: enhanced error messages
  ` [PATCH v12 26/31] clk: exynos: add gate clock descriptions of System MMU
  ` [PATCH v12 27/31] ARM: dts: add System MMU nodes of exynos4 series
  ` [PATCH v12 28/31] ARM: dts: add System MMU nodes of exynos4210
  ` [PATCH v12 29/31] ARM: dts: add System MMU nodes of exynos4x12
  ` [PATCH v12 30/31] ARM: dts: add System MMU nodes of exynos5250
  ` [PATCH v12 31/31] ARM: dts: add System MMU nodes of exynos5420
` [PATCH v12 19/31] iommu/exynos: change rwlock to spinlock
` [PATCH v12 22/31] iommu/exynos: use exynos-iommu specific typedef
` [PATCH v12 23/31] iommu/exynos: use simpler function to get MMU version

[PATCH v4 7/7] arm64: KVM: Implement 4 levels of translation tables for HYP and stage2
 2014-04-29  5:00 UTC 

[PATCH v4 6/7] arm64: mm: Implement 4 levels of translation tables
 2014-04-29  4:59 UTC 

[PATCH v4 5/7] arm64: Add 4 levels of page tables definition with 4KB pages
 2014-04-29  4:59 UTC 

[PATCH v4 4/7] arm64: Add a description on 48-bit address space with 4KB pages
 2014-04-29  4:59 UTC 

[PATCH v4 3/7] arm64: Introduce a kernel configuration option for VA_BITS
 2014-04-29  4:59 UTC 

[PATCH v4 2/7] arm64: Decouple page size from level of translation tables
 2014-04-29  4:59 UTC 

[PATCH v4 1/7] arm64: Use pr_* instead of printk
 2014-04-29  4:59 UTC 

[PATCH v4 0/7] Support 4 levels of translation tables for ARM64
 2014-04-29  4:59 UTC 

[PATCH] net: sxgbe: Added set function for interrupt on complete
 2014-04-29  4:15 UTC 

[PATCH] net: sxgbe: Added rxqueue enable function
 2014-04-29  4:15 UTC 

[PATCH] net: sxgbe: sw reset moved to probe function
 2014-04-29  4:15 UTC 

[PATCH v3 6/7] arm64: mm: Implement 4 levels of translation tables
 2014-04-29  4:12 UTC  (5+ messages)

[PATCHv5] ARM: EXYNOS: Support secondary CPU boot of Exynos4212
 2014-04-29  1:37 UTC 

[PATCH 49/97] ARM: l2c: fix register naming
 2014-04-29  0:21 UTC  (9+ messages)
` [PATCH 51/97] ARM: l2c: remove platforms/SoCs setting early BRESP
` [PATCH 58/97] ARM: l2c: exynos: remove cache size override
` [PATCH 59/97] ARM: l2c: exynos: convert to common l2c310 early resume functionality
` [PATCH 60/97] ARM: l2c: exynos: convert to generic l2c initialisation (and thereby fix it)

[PATCH 0/5 v2] iio: exynos_adc: fix minor nits in the driver
 2014-04-28 22:18 UTC  (3+ messages)
` [PATCH 2/5 v2] iio: exynos_adc: rearrange clk and regulator enable/disable calls

[PATCH] [media] s5p-mfc: Add IOMMU support
 2014-04-28 18:10 UTC  (4+ messages)

[PATCH v2] ARM: dts: Add peach-pit board support
 2014-04-28 17:43 UTC  (4+ messages)

[PATCH 00/16] Another 16 L2C patches
 2014-04-28 19:00 UTC  (6+ messages)
` [PATCH 14/16] ARM: l2c: convert exynos to generic l2c initialisation (and thereby fix it)

[PATCH v3 0/3] Generic Device Tree based power domain look-up
 2014-04-28 17:35 UTC  (3+ messages)
` [PATCH v3 1/3] base: power: Add generic OF-based "

[PATCH v3 0/4] usb: ehci/ohci-exynos: Move to generic phy framework
 2014-04-28 15:41 UTC  (9+ messages)
` [PATCH 1/4] usb: ohci-exynos: Use struct device instead of platform_device
` [PATCH 2/4] usb: ehci-exynos: "
` [PATCH v3 3/4] usb: ohci-exynos: Add facility to use phy provided by the generic phy framework
  ` [PATCH v9 4/4] usb: ehci-exynos: Change "

[PATCH V2 0/3] Add PMU and S2R support for exynos5420
 2014-04-28 12:39 UTC  (7+ messages)
` [PATCH V2 1/3] ARM: EXYNOS5: Add PMU settings "
` [PATCH V2 2/3] ARM: EXYNOS5: Support Suspend-to-RAM on EXYNOS5420

[PATCH v2 0/6] rtc: s5m: Add support for S2MPS14
 2014-04-28 12:13 UTC  (3+ messages)
` [PATCH v2 3/6] rtc: s5m: Use shorter time of register update

[RFC PATCH 0/2] Add support for Exynos PMU driver
 2014-04-28 12:08 UTC  (7+ messages)
` [RFC PATCH v2 0/3] "
  ` [RFC PATCH v2 2/3] ARM: EXYNOS: Move pmu specific header files under "linux/mfd/samsung"
  ` [RFC PATCH v2 3/3] drivers: mfd: Add support for Exynos PMU driver

[PATCH 0/3] Add PMU node for Exynos4210, Exynos4412, Exynos4212
 2014-04-28 11:22 UTC  (5+ messages)
` [PATCH v2 0/5] Add PMU node for Exynos SoCs
  ` [PATCH v2 1/5] ARM: dts: Add syscon handle in pmu node for exynos5250

[PATCH] ARM: dts: Remove vmmc-supply for mmc@12220000 on arndale-octa board
 2014-04-28 10:55 UTC  (8+ messages)

[PATCH 0/7 v8] crypto:s5p-sss: Add Device tree and Exynos support
 2014-04-28 10:44 UTC  (8+ messages)
` [PATCH 1/7 v8] crypto:s5p-sss: Use platform_get_irq() instead of _byname()
` [PATCH 2/7 v8] crypto:s5p-sss: Add device tree support
` [PATCH 3/7 v8] crypto:s5p-sss: Add support for SSS module on Exynos
` [PATCH 4/7 v8] crypto:s5p-sss: Kconfig: Let Exynos SoCs select SSS driver
` [PATCH 5/7 v8] crypto:s5p-sss: validate iv before memcpy
` [PATCH 6/7 v8] crypto:s5p-sss: Use clk_prepare/clk_unprepare
` [PATCH 7/7 v8] crypto:s5p-sss: Look for the next request in the queue

[PATCH] clk: exynos5420: Add clock IDs needed by GPU
 2014-04-28 10:20 UTC 

[PATCH v6] clk: Exynos5250: Add clocks for G3D
 2014-04-28  9:37 UTC 

[PATCH v3 0/4] usb: ehci/ohci-exynos: Move to generic phy framework
 2014-04-28  9:24 UTC 

[PATCH] i2c: exynos5: add support for HSI2C on Exynos5260 SoC
 2014-04-28  8:59 UTC 

[PATCH 1/2] i2c: exynos5: add support for HSI2C on Exynos5260 SoC
 2014-04-28  8:15 UTC  (4+ messages)
` [PATCH 1/2 v4] "

[PATCH v3 00/16] exynos5420: clock file cleanup
 2014-04-28  7:41 UTC  (10+ messages)
` [PATCH v3 02/16] clk: exynos5420: add clocks for ISP block
` [PATCH v3 03/16] clk: exynos5420: update clocks for GSCL and MSCL blocks
` [PATCH v3 04/16] clk: exynos5420: correct clock parents for mscl sysmmu
` [PATCH v3 05/16] clk: exynos5420: update clocks for G2D block

[PATCH 2/2] i2c: exynos5: configure fifo_depth based on HSI2C module version
 2014-04-28  6:35 UTC  (4+ messages)
` [PATCH 2/2 v4] i2c: exynos5: configure fifo_depth based on HSI2C module variant

[PATCH v8 0/3] exynos: arch: add support for exynos5260 SoC
 2014-04-28  6:33 UTC  (9+ messages)
` [PATCH v8 1/3] ARM: EXYNOS: initial board "

[PATCH 0/7] ARM: dts: enable hdmi for exynos5 based peach and snow boards
 2014-04-28  6:30 UTC  (3+ messages)
` [PATCH 5/7] ARM: dts: enable hdmi for exynos5250 based snow board

[PATCH v6 0/2] clk: exynos: add support for exynos5260 SoC
 2014-04-28  6:27 UTC  (4+ messages)

[PATCH v7 1/2] phy: Add new Exynos5 USB 3.0 PHY driver
 2014-04-28  6:17 UTC  (2+ messages)
` [PATCH v7 2/2] phy: exynos5-usbdrd: Add facility for VBUS supply

Bare metal Code to test Big Little on Arndale Octa (5420)
 2014-04-28  5:51 UTC 

[PATCH v5 0/2] Add Exynos5 USB 3.0 phy driver based on generic PHY framework
 2014-04-28  5:47 UTC  (4+ messages)
` [PATCH v5 1/2] phy: Add new Exynos5 USB 3.0 PHY driver

[PATCH v5] clk: Exynos5250: Add clocks for G3D
 2014-04-28  4:10 UTC  (3+ messages)

[PATCH v8 2/2] usb: ehci-exynos: Change to use phy provided by the generic phy framework
 2014-04-28  4:08 UTC  (3+ messages)

[PATCH v2 1/2] usb: ohci-exynos: Add facility to use phy provided by the generic phy framework
 2014-04-28  4:06 UTC  (3+ messages)

[PATCH 1/1] ARM: exynos_defconfig: Enable HS-I2C
 2014-04-28  3:56 UTC  (4+ messages)

[PATCH] ARM: dts: Remove mau_pd node for Exynos5420
 2014-04-28  3:41 UTC  (9+ messages)

[PATCHv3 0/4] Enable usbphy and hsotg for exynos4
 2014-04-28  2:28 UTC  (5+ messages)
` [PATCHv3 1/4] ARM: dts: exynos4: add PMU syscon node
` [PATCHv3 2/4] ARM: dts: exynos4: add exynos_usbphy node
` [PATCHv3 3/4] ARM: dts: exynos4: add hsotg device node
` [PATCHv3 4/4] ARM: dts: exynos4412-trats2: enable usb nodes

[PATCH 0/7] ARM: Exynos: PMU cleanup and refactoring for using DT
 2014-04-27  7:29 UTC  (5+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

[RFC v3 PATCH 00/16] drm/exynos: support MIPI DSI command mode display
 2014-04-27  1:50 UTC  (15+ messages)
` [RFC v3 PATCH v2 03/16] ARM: dts: sysreg: add exynos5 compatible to DT bindings
` [RFC v3 PATCH v3 04/16] ARM: dts: samsung-fimd: add I80 specific properties
` [RFC v3 PATCH 05/16] drm/panel: add CPU mode timings structure
` [RFC v3 PATCH 06/16] drm/exynos: add TE handler to support MIPI DSI command mode interface
` [RFC v3 PATCH 07/16] drm/exynos: dsi: add TE handler to support "
` [RFC v3 PATCH 08/16] drm/exynos: fimd: support I80 interface
` [RFC v3 PATCH v2 09/16] ARM: dts: exynos_dsim: add exynos5420 compatible to DT bindings
` [RFC v3 PATCH v2 10/16] drm/exynos: dsi: add driver data to support Exynos5420
` [RFC v3 PATCH v6 11/16] ARM: dts: s6e3fa0: add DT bindings
` [RFC v3 PATCH v4 12/16] drm/panel: add S6E3FA0 driver
` [RFC v3 PATCH 13/16] ARM: dts: exynos4: add system register node
` [RFC v3 PATCH 14/16] ARM: dts: exynos5: add system register support
` [RFC v3 PATCH 15/16] ARM: dts: exynos5420: add mipi-phy node
` [RFC v3 PATCH 16/16] ARM: dts: exynos5420: add dsi node


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