linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-18 07:31:24 to 2022-10-24 11:20:37 UTC [more...]

[PATCH v2 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
 2022-10-24 11:19 UTC  (22+ messages)
` [PATCH v2 01/21] drm/komeda: Don't set struct drm_driver.lastclose
` [PATCH v2 02/21] drm/mcde: "
` [PATCH v2 03/21] drm/vboxvideo: "
` [PATCH v2 04/21] drm/amdgpu: Don't set struct drm_driver.output_poll_changed
` [PATCH v2 05/21] drm/imx/dcss: "
` [PATCH v2 06/21] drm/ingenic: "
` [PATCH v2 07/21] drm/logicvc: "
` [PATCH v2 08/21] drm/rockchip: "
` [PATCH v2 09/21] drm/panel-ili9341: Include <linux/backlight.h>
` [PATCH v2 10/21] drm/tve200: Include <linux/of.h>
` [PATCH v2 11/21] drm/fb-helper: Cleanup include statements in header file
` [PATCH v2 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper
` [PATCH v2 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
` [PATCH v2 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() "
` [PATCH v2 15/21] drm/fb-helper: Disconnect damage worker from update logic
` [PATCH v2 16/21] drm/fb-helper: Call fb_sync in I/O functions
` [PATCH v2 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation
` [PATCH v2 18/21] drm/fb_helper: Minimize damage-helper overhead
` [PATCH v2 19/21] drm/fb-helper: Always initialize generic fbdev emulation
` [PATCH v2 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file
` [PATCH v2 21/21] drm/fb-helper: Remove unnecessary include statements

[PATCH v5 0/3] Add Ingenic JZ4755 CGU driver
 2022-10-24  9:47 UTC  (5+ messages)
` [PATCH v5 1/3] dt-bindings: ingenic: Add support for the JZ4755 CGU
` [PATCH v5 2/3] dt-bindings: clock: Add Ingenic JZ4755 CGU header
` [PATCH v5 3/3] clk: Add Ingenic JZ4755 CGU driver

[PATCH V13 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-24  8:04 UTC  (6+ messages)
` [PATCH V13 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V13 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V13 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V13 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH] drivers/irqchip: fix repeated words in comments
 2022-10-24  5:27 UTC  (2+ messages)

[PATCH v1 0/2] cleanup stackprotector canary generation
 2022-10-24  5:25 UTC  (6+ messages)
` [PATCH v1 1/2] stackprotector: move CANARY_MASK and get_random_canary() into stackprotector.h
` [PATCH v1 2/2] stackprotector: actually use get_random_canary()

[PATCH v1 0/5] Add support for X1000 audio clocks
 2022-10-23 22:45 UTC  (10+ messages)
` [PATCH v1 1/5] clk: ingenic: Make PLL clock "od" field optional
` [PATCH v1 2/5] clk: ingenic: Make PLL clock enable_bit and stable_bit optional
` [PATCH v1 3/5] clk: ingenic: Add .set_rate_hook() for PLL clocks
` [PATCH v1 4/5] dt-bindings: ingenic,x1000-cgu: Add audio clocks
` [PATCH v1 5/5] clk: ingenic: Add X1000 "

[PATCH v1 0/5] convert tree to get_random_u32_{below,above,between}()
 2022-10-23 21:07 UTC  (12+ messages)
` [PATCH v1 2/5] prandom: remove prandom_u32_max()
` [PATCH v1 3/5] random: add helpers for random numbers with given floor or range
` [PATCH v1 4/5] treewide: use get_random_u32_{above,below}() instead of manual loop
` [PATCH v1 5/5] treewide: use get_random_u32_between() when possible

[PATCH v4 0/3] Add Ingenic JZ4755 CGU driver
 2022-10-23 15:33 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: ingenic: Add support for the JZ4755 CGU
` [PATCH v4 2/3] dt-bindings: clock: Add Ingenic JZ4755 CGU header
` [PATCH v4 3/3] clk: Add Ingenic JZ4755 CGU driver

[PATCH v3 0/2] serial: 8250/ingenic: Add support for the JZ4750
 2022-10-23 15:15 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: serial: ingenic: Add support for the JZ4750/55 SoCs
` [PATCH v3 2/2] serial: 8250/ingenic: Add support for the JZ4750/JZ4755

[PATCH v6 0/9] ASoC: cleanups and improvements for jz4740-i2s
 2022-10-23 14:33 UTC  (10+ messages)
` [PATCH v6 1/9] ASoC: jz4740-i2s: Handle independent FIFO flush bits
` [PATCH v6 2/9] ASoC: jz4740-i2s: Convert to regmap API
` [PATCH v6 3/9] ASoC: jz4740-i2s: Simplify using regmap fields
` [PATCH v6 4/9] ASoC: jz4740-i2s: Use FIELD_PREP() macros in hw_params callback
` [PATCH v6 5/9] ASoC: jz4740-i2s: Align macro values and sort includes
` [PATCH v6 6/9] ASoC: jz4740-i2s: Support S20_LE and S24_LE sample formats
` [PATCH v6 7/9] ASoC: jz4740-i2s: Support continuous sample rate
` [PATCH v6 8/9] ASoC: jz4740-i2s: Move component functions near the component driver
` [PATCH v6 9/9] ASoC: jz4740-i2s: Refactor DAI probe/remove ops as component ops

[PATCH v5 0/9] ASoC: cleanups and improvements for jz4740-i2s
 2022-10-23 13:45 UTC  (15+ messages)
` [PATCH v5 1/9] ASoC: jz4740-i2s: Handle independent FIFO flush bits
` [PATCH v5 2/9] ASoC: jz4740-i2s: Convert to regmap API
` [PATCH v5 3/9] ASoC: jz4740-i2s: Simplify using regmap fields
` [PATCH v5 4/9] ASoC: jz4740-i2s: Use FIELD_PREP() macros in hw_params callback
` [PATCH v5 5/9] ASoC: jz4740-i2s: Align macro values and sort includes
` [PATCH v5 6/9] ASoC: jz4740-i2s: Support S20_LE and S24_LE sample formats
` [PATCH v5 7/9] ASoC: jz4740-i2s: Support continuous sample rate
` [PATCH v5 8/9] ASoC: jz4740-i2s: Move component functions near the component driver
` [PATCH v5 9/9] ASoC: jz4740-i2s: Refactor DAI probe/remove ops as component ops

[PATCH v4 00/11] ASoC: cleanups and improvements for jz4740-i2s
 2022-10-23 13:29 UTC  (13+ messages)
` [PATCH v4 01/11] ASoC: jz4740-i2s: Handle independent FIFO flush bits
` [PATCH v4 07/11] ASoC: jz4740-i2s: Make the PLL clock name SoC-specific

[PATCH v3 0/3] Add Ingenic JZ4755 CGU driver
 2022-10-23 13:12 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: ingenic: Add support for the JZ4755 CGU
` [PATCH v3 2/3] dt-bindings: clock: Add Ingenic JZ4755 CGU header
` [PATCH v3 3/3] clk: Add Ingenic JZ4755 CGU driver

[PATCH v1 1/5] treewide: use get_random_u32_below() instead of deprecated function
 2022-10-22 18:44 UTC 

[PATCH v2 0/2] serial: 8250/ingenic: Add support for the JZ4750
 2022-10-22 15:12 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: serial: ingenic: Add support for the JZ4750/55 SoCs
` [PATCH v2 2/2] serial: 8250/ingenic: Add support for the JZ4750/JZ4755

[PATCH 5.19 548/717] MIPS: BCM47XX: Cast memcmp() of function to (void *)
 2022-10-22  7:27 UTC 

[PATCH 1/2] MIPS: vpe-mt: fix possible memory leak
 2022-10-22  6:37 UTC  (2+ messages)
` [PATCH 2/2] MIPS: vpe-cmp: fix possible memory leak while module exiting

[PATCH V12 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-21 14:08 UTC  (8+ messages)
` [PATCH V12 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V12 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V12 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V12 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH v8 0/2] dt-bindings: mips: add CPU bindings for MIPS architecture
 2022-10-21  9:05 UTC  (6+ messages)
` [PATCH v8 1/2] "

[PATCH v3 0/7] ASoC: codecs: jz4725b: Various improvements and fixes
 2022-10-20 12:29 UTC  (6+ messages)

[PATCH 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
 2022-10-20 12:00 UTC  (25+ 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][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
 2022-10-19 15:50 UTC  (8+ messages)

[PATCH 7/8] serial: 8250/ingenic: Add support for the JZ4750/JZ4755 SoCs
 2022-10-19 15:19 UTC  (8+ messages)

[PATCH v3 0/2] Add Ingenic JZ4755 DMA support
 2022-10-19 13:43 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: ingenic: Add support for the JZ4755 dmaengine
` [PATCH v3 2/2] dmaengine: JZ4780: Add support for the JZ4755

[PATCH 6.0 671/862] MIPS: BCM47XX: Cast memcmp() of function to (void *)
 2022-10-19  8:32 UTC 

[PATCH][next] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source"
 2022-10-19  7:16 UTC  (2+ messages)

[PATCH v4 0/2] Add Ingenic JZ4755 DMA support
 2022-10-19  6:39 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: ingenic: Add support for the JZ4755 dmaengine
` [PATCH v4 2/2] dmaengine: JZ4780: Add support for the JZ4755

[PATCH V11 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-19  2:00 UTC  (4+ messages)
` [PATCH V11 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()

[PATCH] mm: remove kern_addr_valid() completely
 2022-10-19  1:31 UTC  (7+ messages)

[PATCH v2 0/4] Add Ingenic JZ4755 CGU driver
 2022-10-18 13:30 UTC  (7+ messages)
` [PATCH v2 4/4] clk: "

Build regressions/improvements in v6.1-rc1
 2022-10-18 13:28 UTC  (4+ messages)

[PATCH v2 0/2] Add Ingenic JZ4755 DMA support
 2022-10-18 13:19 UTC  (6+ messages)
` [PATCH v2 2/2] dmaengine: JZ4780: Add support for the JZ4755

[rft, PATCH v2 00/36] pinctrl: Clean up and add missed headers
 2022-10-18 13:07 UTC  (7+ messages)
` [PATCH v2 36/36] pinctrl: Clean up headers

[PATCH] ASoC: codecs: jz4725b: Various improvements and fixes
 2022-10-18 11:28 UTC  (3+ messages)
` [PATCH v2 0/6] "

[PATCH V3 1/2] dt-bindings: mtd: partitions: add TP-Link SafeLoader layout
 2022-10-18  9:56 UTC  (2+ messages)

[PATCH V3 2/2] mtd: parsers: add TP-Link SafeLoader partitions table parser
 2022-10-18  9:55 UTC  (2+ messages)

[PATCH 00/13] Make user_regset_copyin_ignore() *void*
 2022-10-18  8:35 UTC  (3+ messages)
` [PATCH 06/13] mips: ptrace: user_regset_copyin_ignore() always returns 0

Wycena paneli fotowoltaicznych
 2022-10-18  7:31 UTC 


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).