messages from 2022-09-29 16:32:02 to 2022-10-20 10:38:13 UTC [more...]
[PATCH 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
2022-10-20 10:37 UTC (22+ messages)
` [PATCH 01/21] drm/amdgpu: Don't set struct drm_driver.lastclose
` [PATCH 02/21] drm/imx: "
` [PATCH 03/21] drm/ingenic: "
` [PATCH 04/21] drm/komeda: "
` [PATCH 05/21] drm/logicvc: "
` [PATCH 06/21] drm/mcde: "
` [PATCH 07/21] drm/rockchip: "
` [PATCH 08/21] drm/vboxvideo: "
` [PATCH 09/21] drm/panel-ili9341: Include <linux/backlight.h>
` [PATCH 10/21] drm/tve200: Include <linux/of.h>
` [PATCH 11/21] drm/fb-helper: Cleanup include statements in header file
` [PATCH 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper
` [PATCH 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
` [PATCH 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() "
` [PATCH 15/21] drm/fb-helper: Disconnect damage worker from update logic
` [PATCH 16/21] drm/fb-helper: Call fb_sync in I/O functions
` [PATCH 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation
` [PATCH 18/21] drm/fb_helper: Minimize damage-helper overhead
` [PATCH 19/21] drm/fb-helper: Always initialize generic fbdev emulation
` [PATCH 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file
` [PATCH 21/21] drm/fb-helper: Remove unnecessary include statements
[PATCH v5 00/22] drm: Analog TV Improvements
2022-10-20 7:55 UTC (53+ messages)
` [PATCH v5 01/22] drm/tests: Add Kunit Helpers
` [PATCH v5 02/22] drm/connector: Rename legacy TV property
` [PATCH v5 03/22] drm/connector: Only register TV mode property if present
` [PATCH v5 04/22] drm/connector: Rename drm_mode_create_tv_properties
` [PATCH v5 05/22] drm/connector: Add TV standard property
` [PATCH v5 06/22] drm/modes: Add a function to generate analog display modes
` [PATCH v5 07/22] drm/client: Add some tests for drm_connector_pick_cmdline_mode()
` [PATCH v5 08/22] drm/modes: Move named modes parsing to a separate function
` [PATCH v5 09/22] drm/modes: Switch to named mode descriptors
` [PATCH v5 10/22] drm/modes: Fill drm_cmdline mode from named modes
` [PATCH v5 11/22] drm/connector: Add pixel clock to cmdline mode
` [PATCH v5 12/22] drm/connector: Add a function to lookup a TV mode by its name
` [PATCH v5 13/22] drm/modes: Introduce the tv_mode property as a command-line option
` [PATCH v5 14/22] drm/modes: Properly generate a drm_display_mode from a named mode
` [PATCH v5 15/22] drm/modes: Introduce more named modes
` [PATCH v5 16/22] drm/atomic-helper: Add a TV properties reset helper
` [PATCH v5 17/22] drm/atomic-helper: Add an analog TV atomic_check implementation
` [PATCH v5 18/22] drm/vc4: vec: Use TV Reset implementation
` [PATCH v5 19/22] drm/vc4: vec: Check for VEC output constraints
` [PATCH v5 20/22] drm/vc4: vec: Convert to the new TV mode property
` [PATCH v5 21/22] drm/vc4: vec: Add support for more analog TV standards
` [PATCH] drm/vc4: vec: Add support for PAL-60
` [PATCH v5 22/22] drm/sun4i: tv: Convert to the new TV mode property
` "
Pull request: u-boot-sunxi/master for 2023.01
2022-10-19 23:54 UTC
[PATCH 0/2] media: cedrus: h264/h265: Improve aux buffer management
2022-10-19 17:45 UTC (3+ messages)
` [PATCH 1/2] media: cedrus: h265: Associate mv col buffers with buffer
` [PATCH 2/2] media: cedrus: h264: Optimize mv col buffer allocation
[PATCH] ASoC: sun50i-dmic: avoid unused variable warning for sun50i_dmic_of_match
2022-10-19 3:56 UTC (2+ messages)
[PATCH 0/6] sunxi: improve F1C200s support
2022-10-19 3:55 UTC (19+ messages)
` [PATCH 1/6] sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MB
` [PATCH 2/6] sunxi: fix 32MB load address layout
` [PATCH 3/6] sunxi: f1c100: move SKIP_LOWLEVEL_INIT_ONLY into Kconfig
` [PATCH 4/6] sunxi: f1c100: add UART1 support
` [PATCH 5/6] sunxi: f1c100: dtsi: add UART1 pins
` [PATCH 6/6] sunxi: add CherryPi-F1C200s support
[PATCH v4 00/30] drm: Analog TV Improvements
2022-10-18 7:34 UTC (40+ messages)
` [PATCH v4 01/30] drm/docs: Remove unused TV Standard property
` [PATCH v4 02/30] drm/tests: Order Kunit tests in Makefile
` (subset) "
` [PATCH v4 03/30] drm/tests: Add Kunit Helpers
` [PATCH v4 04/30] drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambiguity
` (subset) "
` [PATCH v4 05/30] drm/connector: Rename subconnector state variable
` (subset) "
` [PATCH v4 06/30] drm/atomic: Add TV subconnector property to get/set_property
` (subset) "
` [PATCH v4 10/30] drm/connector: Add TV standard property
` [PATCH v4 11/30] drm/modes: Add a function to generate analog display modes
` [PATCH v4 12/30] drm/modes: Only consider bpp and refresh before options
` (subset) "
` [PATCH v4 13/30] drm/modes: parse_cmdline: Add support for named modes containing dashes
` (subset) "
` [PATCH v4 14/30] drm/client: Add some tests for drm_connector_pick_cmdline_mode()
` [PATCH v4 21/30] drm/modes: Properly generate a drm_display_mode from a named mode
` [PATCH v4 22/30] drm/modes: Introduce more named modes
` [PATCH v4 23/30] drm/atomic-helper: Add a TV properties reset helper
` [PATCH v4 24/30] drm/atomic-helper: Add an analog TV atomic_check implementation
` [PATCH v4 25/30] drm/vc4: vec: Fix definition of PAL-M mode
` (subset) "
` [PATCH v4 26/30] drm/vc4: vec: Use TV Reset implementation
` [PATCH v4 27/30] drm/vc4: vec: Check for VEC output constraints
` [PATCH v4 28/30] drm/vc4: vec: Convert to the new TV mode property
` [PATCH v4 29/30] drm/vc4: vec: Add support for more analog TV standards
` [PATCH v4 30/30] drm/sun4i: tv: Convert to the new TV mode property
[PATCH] media: cedrus: hevc: Fix offset adjustments
2022-10-17 19:44 UTC
[PATCH 00/10] spi: Add support for stacked/parallel memories
2022-10-17 13:32 UTC (13+ messages)
` [PATCH 01/10] spi: Add stacked memories support in SPI core
` [PATCH 02/10] spi: Replace all spi->chip_select & spi->cs_gpiod references with array
` [PATCH 03/10] net: Replace spi->chip_select references to spi->chip_select[0]
` [PATCH 04/10] mtd: devices: "
` [PATCH 05/10] iio: imu: "
` [PATCH 06/10] mtd: spi-nor: Add stacked memories support in spi-nor
` [PATCH 07/10] spi: spi-zynqmp-gqspi: Add stacked memories support in GQSPI driver
` [PATCH 08/10] spi: Add parallel memories support in SPI core
` [PATCH 09/10] mtd: spi-nor: Add parallel memories support in spi-nor
` [PATCH 10/10] spi: spi-zynqmp-gqspi: Add parallel memories support in GQSPI driver
[PATCH 0/2] sunxi: fix SUNIV D$ support
2022-10-17 9:27 UTC (6+ messages)
` [PATCH 1/2] sunxi: fix SUNIV build when enabling D-Cache
` [PATCH 2/2] configs: sunxi: licheepi_nano: enable D-Cache
[RESEND] clocksource: sun4i: Fix the bug that tick_resume stucks
2022-10-15 9:04 UTC (3+ messages)
[PATCH 0/5] iommu/sun50i: Fix various issues
2022-10-14 15:03 UTC (10+ messages)
` [PATCH 1/5] iommu/sun50i: Fix reset release
` [PATCH 2/5] iommu/sun50i: Consider all fault sources for reset
` [PATCH 3/5] iommu/sun50i: Fix R/W permission check
` [PATCH 4/5] iommu/sun50i: Fix flush size
` [PATCH 5/5] iommu/sun50i: Invalidate iova at map and unmap
` [PATCH 5/5] iommu/sun50i: Invalidate iova in map and unmap callback
` "
[PATCH v2 00/10] SUNIV USB and PopStick support (and updating mailmap)
2022-10-14 2:56 UTC (25+ messages)
` [PATCH v2 01/10] mailmap: update Icenowy Zheng's mail address
` [PATCH v2 02/10] dt-bindings: phy: add binding document for Allwinner F1C100s USB PHY
` [PATCH v2 03/10] dt-bindings: usb: sunxi-musb: add F1C100s MUSB compatible string
` [PATCH v2 04/10] phy: sun4i-usb: add support for the USB PHY on F1C100s SoC
` "
` [PATCH v2 05/10] musb: sunxi: add support for the F1C100s MUSB controller
` [PATCH v2 06/10] ARM: suniv: add USB-related device nodes
` [PATCH v2 07/10] ARM: suniv: f1c100s: enable USB on Lichee Pi Nano
` [PATCH v2 08/10] dt-bindings: vendor-prefixes: add Source Parts
` [PATCH v2 09/10] dt-binding: arm: sunxi: add compatible strings for PopStick v1.1
` [PATCH v2 10/10] ARM: dts: suniv: add device tree "
[PATCH 0/2] sunxi: update devicetree files from the kernel
2022-10-13 19:01 UTC (3+ messages)
` "
[PATCH v1] ARM: dts: sun8i: h3: orangepi-pc: Add CMA reserved memory node
2022-10-13 13:36 UTC (5+ messages)
` "
[PATCH -next] media: sun6i-csi: Remove unnecessary print function dev_err()
2022-10-12 22:04 UTC (2+ messages)
[PATCH v3 0/2] AXP221/AXP223/AXP809 GPIO support
2022-10-12 22:01 UTC (5+ messages)
` [PATCH v3 1/2] ARM: dts: axp803/axp81x: Drop GPIO LDO pinctrl nodes
` [PATCH v3 2/2] ARM: dts: axp22x/axp809: Add GPIO controller nodes
[PATCH] ARM: dts: sunxi: correct indentation
2022-10-12 21:47 UTC (2+ messages)
[PATCH] sunxi: defconfig: Add X96 Mate TV box
2022-10-12 21:28 UTC (2+ messages)
[PATCH AUTOSEL 6.0 27/44] ASoC: sunxi: sun4i-codec: set debugfs_prefix for CPU DAI component
2022-10-09 23:49 UTC
[PATCH] ARM: sun9i: smp: fix out-of-bounds access error
2022-10-03 22:10 UTC
[PATCH -next] iio: adc: sun4i-gpadc-iio: fix PM disable depth imbalance in sun4i_gpadc_probe
2022-10-02 12:25 UTC (2+ messages)
[PATCH v4 0/4] Pine64 PinePhone keyboard support
2022-10-01 6:28 UTC (5+ messages)
` [PATCH v4 2/4] Input: pinephone-keyboard - Add PinePhone keyboard driver
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