messages from 2020-04-09 12:14:40 to 2020-04-24 20:35:00 UTC [more...]
[PATCH v7 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
2020-04-24 20:34 UTC (2+ messages)
` [PATCH v7 09/12] ARM: dts: sun6i: a31: add sgx gpu child node
[PATCH v6 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
2020-04-24 9:51 UTC (63+ messages)
` [PATCH v6 01/12] dt-bindings: add img,pvrsgx.yaml for Imagination GPUs
` [PATCH v6 01/12] dt-bindings: add img, pvrsgx.yaml "
` [PATCH v6 02/12] ARM: DTS: am33xx: add sgx gpu child node
` [PATCH v6 03/12] ARM: DTS: am3517: "
` [PATCH v6 04/12] ARM: DTS: omap34xx: "
` [PATCH v6 05/12] ARM: DTS: omap36xx: "
` [PATCH v6 06/12] ARM: DTS: omap4: "
` [PATCH v6 07/12] ARM: DTS: omap5: "
` [PATCH v6 08/12] arm: dts: s5pv210: Add G3D node
` [PATCH v6 09/12] ARM: dts: sun6i: a31: add sgx gpu child node
` [PATCH v6 10/12] ARM: dts: sun6i: a31s: "
` [PATCH v6 11/12] ARM: dts: sun8i: a83t: "
` [PATCH v6 12/12] MIPS: DTS: jz4780: add sgx gpu node
[PATCH 0/3] ExynosDRM - rework GEM internals
2020-04-24 8:15 UTC (13+ messages)
` [PATCH 1/3] drm/exynos: gem: Remove dead-code
` [PATCH 2/3] drm/exynos: gem: Rework scatter-list contiguity check on Prime import
` [PATCH v2 2/3] drm/exynos: gem: rework scatter-list contiguity check on prime import
` [PATCH 3/3] drm/exynos: gem: Get rid of the internal 'pages' array
[PATCH v6 0/10] exynos-ufs: Add support for UFS HCI
2020-04-22 6:55 UTC (33+ messages)
` [PATCH v6 01/10] scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclr
` [PATCH v6 02/10] scsi: ufs: add quirk to disallow reset of interrupt aggregation
` [PATCH v6 03/10] scsi: ufs: add quirk to enable host controller without hce
` [PATCH v6 04/10] scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk
` [PATCH v6 05/10] scsi: ufs: add quirk to fix abnormal ocs fatal error
` [PATCH v6 06/10] dt-bindings: phy: Document Samsung UFS PHY bindings
` [PATCH v6 07/10] phy: samsung-ufs: add UFS PHY driver for samsung SoC
` [PATCH v6 08/10] dt-bindings: ufs: Add DT binding documentation for ufs
` [PATCH v6 09/10] scsi: ufs-exynos: add UFS host support for Exynos SoCs
` [PATCH v6 10/10] arm64: dts: Add node for ufs exynos7
[PATCH] drm/exynos: Delete an error message in three functions
2020-04-22 3:38 UTC (2+ messages)
[PATCH] ARM: samsung: Omit superfluous error message in s3c_adc_probe()
2020-04-21 9:38 UTC (2+ messages)
[PATCH] ARM: samsung: Use devm_platform_ioremap_resource() to simplify code
2020-04-21 9:37 UTC (2+ messages)
[PATCH v8 1/3] serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_reg
2020-04-20 14:19 UTC (3+ messages)
` [PATCH v8 3/3] tty: samsung_tty: 32-bit access for TX/RX hold registers
[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
2020-04-18 12:44 UTC (42+ messages)
` [PATCH v2 01/33] iommu: Move default domain allocation to separate function
` [PATCH v2 02/33] iommu: Add def_domain_type() callback in iommu_ops
` [PATCH v2 03/33] iommu/amd: Implement iommu_ops->def_domain_type call-back
` [PATCH v2 04/33] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [PATCH v2 05/33] iommu/amd: Remove dma_mask check from check_device()
` [PATCH v2 06/33] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
` [PATCH v2 07/33] iommu: Add probe_device() and remove_device() call-backs
` [PATCH v2 08/33] iommu: Move default domain allocation to iommu_probe_device()
` [PATCH v2 09/33] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [PATCH v2 10/33] iommu: Move new probe_device path to separate function
` [PATCH v2 11/33] iommu: Split off default domain allocation from group assignment
` [PATCH v2 12/33] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [PATCH v2 13/33] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [PATCH v2 14/33] iommu/amd: Remove dev_data->passthrough
` [PATCH v2 15/33] iommu/amd: Convert to probe/release_device() call-backs
` [PATCH v2 16/33] iommu/vt-d: "
` [PATCH v2 17/33] iommu/arm-smmu: "
` [PATCH v2 18/33] iommu/pamu: "
` [PATCH v2 19/33] iommu/s390: "
` [PATCH v2 20/33] iommu/virtio: "
` [PATCH v2 21/33] iommu/msm: "
` [PATCH v2 22/33] iommu/mediatek: "
` [PATCH v2 23/33] iommu/mediatek-v1 "
` [PATCH v2 24/33] iommu/qcom: "
` [PATCH v2 25/33] iommu/rockchip: "
` [PATCH v2 26/33] iommu/tegra: "
` [PATCH v2 27/33] iommu/renesas: "
` [PATCH v2 28/33] iommu/omap: Remove orphan_dev tracking
` [PATCH v2 29/33] iommu/omap: Convert to probe/release_device() call-backs
` [PATCH v2 30/33] iommu/exynos: Use first SYSMMU in controllers list for IOMMU core
` [PATCH v2 31/33] iommu/exynos: Convert to probe/release_device() call-backs
` [PATCH v2 32/33] iommu: Remove add_device()/remove_device() code-paths
` [PATCH v2 33/33] iommu: Unexport iommu_group_get_for_dev()
[PATCH] MAINTAINERS: adjust entries to moving CEC platform drivers
2020-04-18 9:36 UTC
[PATCH v5 0/5] exynos-ufs: Add support for UFS HCI
2020-04-17 17:51 UTC (11+ messages)
` [PATCH v5 1/5] dt-bindings: phy: Document Samsung UFS PHY bindings
` [PATCH v5 2/5] phy: samsung-ufs: add UFS PHY driver for samsung SoC
` [PATCH v5 3/5] dt-bindings: ufs: Add DT binding documentation for ufs
` [PATCH v5 4/5] scsi: ufs-exynos: add UFS host support for Exynos SoCs
` [PATCH v5 5/5] arm64: dts: Add node for ufs exynos7
[PATCH v7 2/2] Support 32-bit access for the TX/RX hold registers UTXH and URXH
2020-04-17 12:05 UTC (3+ messages)
[PATCH v2 0/6] Move CEC drivers and menu to be out of MEDIA_SUPPORT
2020-04-16 9:46 UTC (8+ messages)
` [PATCH v2 3/6] media: move CEC platform drivers to a separate directory
` [PATCH v2 5/6] media: cec: rename CEC platform drivers config options
[PATCH 0/4] Move CEC drivers and menu to be out of MEDIA_SUPPORT
2020-04-15 9:49 UTC (2+ messages)
` [PATCH 3/4] media: move CEC platform drivers to a separate directory
[PATCH] dt-bindings: memory-controllers: exynos-srom: Remove unneeded type for reg-io-width
2020-04-14 23:13 UTC (2+ messages)
[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
2020-04-14 15:27 UTC (15+ messages)
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
` [RFC PATCH 31/34] iommu/exynos: Create iommu_device in struct exynos_iommu_owner
` [PATCH] iommu/exynos: Get rid of 'struct exynos_iommu_owner' exynos_iommu_owner
` [PATCH] iommu/exynos: Rework intialization
` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
[PATCH] of_device: removed #include that caused a recursion in included headers
2020-04-13 23:02 UTC (4+ messages)
[PATCH 0/1] ARM: convert to use new I2C API
2020-04-13 10:29 UTC (3+ messages)
` [PATCH 1/1] ARM: mach-s3c64xx: convert to use i2c_new_client_device()
[PATCH 0/4] Enable Broadcom SDIO WLAN for the Exynos boards
2020-04-13 10:22 UTC (3+ messages)
` [PATCH 4/4] ARM: exynos_defconfig: Compile MAC80211/CFG80211 as modules
[PATCH] pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210
2020-04-13 10:11 UTC (2+ messages)
[PATCH v4 0/5] exynos-ufs: Add support for UFS HCI
2020-04-12 5:41 UTC (4+ messages)
` [PATCH v4 3/5] Documentation: devicetree: ufs: Add DT bindings for exynos UFS host controller
[RFC PATCH v2 4/6] arm64: dts: pwm: replace flag 0 with PWM_NOFLAGS
2020-04-09 12:14 UTC (4+ messages)
` [RFC PATCH v2 6/6] arm: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox