linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-05 12:27:55 to 2022-02-05 19:02:19 UTC [more...]

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-05 18:54 UTC  (67+ messages)
` [PATCH v2 01/66] ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
` [PATCH v2 02/66] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v2 03/66] clk: sunxi-ng: v3s: Export the MBUS clock to the public header
` [PATCH v2 04/66] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v2 05/66] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [PATCH v2 06/66] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH v2 07/66] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 08/66] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v2 09/66] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v2 10/66] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge driver
` [PATCH v2 11/66] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v2 12/66] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation
` [PATCH v2 13/66] media: sunxi: Add support for the A83T MIPI CSI-2 controller
` [PATCH v2 14/66] MAINTAINERS: Add entry for the Allwinner A83T MIPI CSI-2 bridge
` [PATCH v2 15/66] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH NOT FOR MERGE v2 16/66] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865
` [PATCH v2 17/66] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v2 18/66] media: sun6i-csi: Refactor main driver data structures
` [PATCH v2 19/66] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v2 20/66] media: sun6i-csi: Tidy up platform code
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 22/66] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v2 23/66] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v2 24/66] media: sun6i-csi: Tidy up video code
` [PATCH v2 25/66] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v2 26/66] media: sun6i-csi: Register the media device after creation
` [PATCH v2 27/66] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v2 28/66] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v2 29/66] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 31/66] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v2 32/66] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v2 33/66] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v2 34/66] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v2 35/66] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v2 36/66] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v2 37/66] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v2 38/66] media: sun6i-csi: Move register configuration to capture
` [PATCH v2 39/66] media: sun6i-csi: Rework capture format management with helper
` [PATCH v2 40/66] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v2 41/66] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v2 42/66] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v2 43/66] media: sun6i-csi: Tidy capture configure code
` [PATCH v2 44/66] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v2 45/66] media: sun6i-csi: Introduce capture "
` [PATCH v2 46/66] media: sun6i-csi: Configure registers from format tables
` [PATCH v2 47/66] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v2 48/66] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v2 49/66] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v2 50/66] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v2 51/66] media: sun6i-csi: Unset bridge source on capture streamon fail
` [PATCH v2 52/66] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v2 53/66] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v2 54/66] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v2 55/66] media: sun6i-csi: Only configure capture when streaming
` [PATCH v2 56/66] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v2 57/66] media: sun6i-csi: Request a shared interrupt
` [PATCH v2 58/66] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v2 59/66] media: sun6i-csi: Add support for hooking to the isp devices
` [PATCH v2 60/66] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 62/66] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v2 64/66] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v2 65/66] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH NOT FOR MERGE v2 66/66] of: Mark interconnects property supplier as optional

[PATCH] btrfs: send: in case of IO error log inode
 2022-02-05 18:50 UTC  (4+ messages)
` [PATCH v2] btrfs: send: in case of IO error log it
` [PATCH v3] "

[PATCH v2 0/5] dt-bindings: memory: convert to dtschema
 2022-02-05 18:50 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: memory: lpddr3: "
` [PATCH v2 4/5] dt-bindings: memory: lpddr3-timings: "
` [PATCH v2 5/5] dt-bindings: memory: lpddr2-timings: "

[PATCH v1 1/3] iio: imu: inv_mpu6050: Drop wrong use of ACPI_PTR()
 2022-02-05 18:45 UTC  (3+ messages)

[GIT PULL] xen: branch for v5.17-rc3
 2022-02-05 18:45 UTC  (4+ messages)

[PATCH v2 1/1] iio: chemical: atlas-ezo-sensor: Make use of device properties
 2022-02-05 18:41 UTC  (3+ messages)

[PATCH 5.15 00/32] 5.15.20-rc1 review
 2022-02-05 18:41 UTC  (6+ messages)
` [PATCH 5.15 05/32] drm/vc4: hdmi: Make sure the device is powered with CEC

Linux 5.16.7
 2022-02-05 18:34 UTC  (2+ messages)

Linux 5.10.98
 2022-02-05 18:33 UTC  (2+ messages)

Linux 5.15.21
 2022-02-05 18:33 UTC  (2+ messages)

[PATCH v2 1/1] iio: multiplexer: Make use of device properties
 2022-02-05 18:30 UTC  (3+ messages)

[PATCH v5 1/4] iio:frequency:admv1014: add support for ADMV1014
 2022-02-05 18:34 UTC  (3+ messages)

[PATCH] regmap: mmio: prepare/unprepare clk only when read/write
 2022-02-05 18:25 UTC  (11+ messages)
        ` regmap: mmio: lack of runtime_pm support for debugfs

[PATCH v1 1/2] iio: temperature: ltc2983: Don't hard code defined constants in messages
 2022-02-05 18:23 UTC  (5+ messages)
` [PATCH v1 2/2] iio: temperature: ltc2983: Make use of device properties

[PATCH v13 00/11] iio: afe: add temperature rescaling support
 2022-02-05 18:23 UTC  (6+ messages)
` [PATCH v13 06/11] iio: afe: rescale: make use of units.h

[PATCH v2 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2022-02-05 18:23 UTC  (3+ messages)
` [PATCH v2 2/2] iio:frequency:admv4420.c: Add support for ADMV4420

[PATCH] hwmon: (asus-ec-sensors) read sensors as signed ints
 2022-02-05 18:10 UTC  (3+ messages)

[PATCH v3 0/5] random: use computational hash for entropy extraction, and related fixes
 2022-02-05 18:00 UTC  (7+ messages)
` [PATCH v3 1/5] random: use computational hash for entropy extraction
` [PATCH v3 2/5] random: simplify entropy debiting
` [PATCH v3 3/5] random: use linear min-entropy accumulation crediting
` [PATCH v3 4/5] random: always wake up entropy writers after extraction
` [PATCH v3 5/5] random: make credit_entropy_bits() always safe

[GIT PULL] KVM fixes for Linux 5.17-rc3
 2022-02-05 17:59 UTC  (2+ messages)

[PATCH 1/4] ALSA: hda/realtek: fix mute/micmute LEDs for HP 855 G8
 2022-02-05 17:51 UTC  (12+ messages)

[PATCH v2 0/4] drm/tiny: Add driver for Solomon SSD1307 OLED displays
 2022-02-05 17:40 UTC  (6+ messages)
` [PATCH v2 2/4] drm/tiny: Add driver for Solomon SSD130X "

[PATCH] drm/radeon: Avoid open coded arithmetic in memory allocation
 2022-02-05 17:38 UTC 

[PATCH v1 1/1] iio: accel: adxl355: Replace custom definitions with generic from units.h
 2022-02-05 17:41 UTC  (2+ messages)

[PATCH V1] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
 2022-02-05 17:33 UTC  (6+ messages)

[PATCH] arm64: dts: imx8mm-beacon: Enable PCIe
 2022-02-05 17:31 UTC 

[GIT PULL] vfs: fixes for 5.17-rc1
 2022-02-05 17:29 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.17-rc3
 2022-02-05 17:29 UTC  (2+ messages)

[GIT PULL] iomap: fixes for 5.17-rc3
 2022-02-05 17:29 UTC  (2+ messages)

[PATCH v1 1/1] iio: temperature: maxim_thermocouple: Switch from of headers to mod_devicetable.h
 2022-02-05 17:34 UTC  (2+ messages)

[PATCH v1 1/1] iio: temperature: mlx90632: Switch from of headers to mod_devicetable.h
 2022-02-05 17:33 UTC  (2+ messages)

[PATCH v2 1/1] iio: trigger: stm32-timer: Make use of device properties
 2022-02-05 17:31 UTC  (2+ messages)

[PATCH v1 1/1] iio: humidity: dht11: Switch from of headers to mod_devicetable.h
 2022-02-05 17:26 UTC  (2+ messages)

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-05 17:19 UTC  (13+ messages)
` [PATCH v9 23/43] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v9 31/43] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v9 32/43] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v9 38/43] x86/sev: Use firmware-validated CPUID for SEV-SNP guests

[PATCH v2 0/3] iio: Silan SC7A20 accelerometer support
 2022-02-05 17:25 UTC  (2+ messages)

[PATCH v2 2/2] sched/fair: Scan cluster before scanning LLC in wake-up path
 2022-02-05 17:16 UTC  (11+ messages)

[PATCH v2 1/1] iio: frequency: adf4350: Make use of device properties
 2022-02-05 17:20 UTC  (2+ messages)

[PATCH 1/2] iommu/arm-smmu-v3: Avoid open coded arithmetic in memory allocation
 2022-02-05 17:11 UTC  (2+ messages)
` [PATCH 2/2] iommu/arm-smmu-v3: Simplify "

[PATCH RESEND] mm: memcg: synchronize objcg lists with a dedicated spinlock
 2022-02-05 16:58 UTC  (4+ messages)

[PATCH v1 1/1] iio: amplifiers: hmc425a: Make use of device properties
 2022-02-05 16:52 UTC  (2+ messages)

[PATCH v1 1/1] iio: chemical: bme680: Switch from of headers to mod_devicetable.h
 2022-02-05 16:48 UTC  (2+ messages)

[PATCH] power: supply: Simplify memory allocation
 2022-02-05 16:40 UTC 

[PATCH v1 1/1] iio: dac: ad5592r: Drop leftover header inclusion
 2022-02-05 16:41 UTC  (2+ messages)

[PATCH] net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs
 2022-02-05 16:25 UTC  (4+ messages)

[RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
 2022-02-05 16:23 UTC  (17+ messages)

[PATCH V1 00/10] PCI: tegra: Add Tegra234 PCIe support
 2022-02-05 16:21 UTC  (11+ messages)
` [PATCH V1 01/10] dt-bindings: Add Tegra234 PCIe clocks and resets
` [PATCH V1 02/10] dt-bindings: power: Add Tegra234 PCIe power domains
` [PATCH V1 03/10] dt-bindings: memory: Add Tegra234 PCIe memory
` [PATCH V1 04/10] dt-bindings: PHY: P2U: Add support for Tegra234 P2U block
` [PATCH V1 05/10] dt-bindings: PCI: tegra: Add device tree support for Tegra234
` [PATCH V1 06/10] arm64: tegra: Add P2U and PCIe controller nodes to Tegra234 DT
` [PATCH V1 07/10] arm64: tegra: Enable PCIe slots in P3737-0000 board
` [PATCH V1 08/10] phy: tegra: Add PCIe PIPE2UPHY support for Tegra234
` [PATCH V1 09/10] PCI: Disable MSI for Tegra234 root ports
` [PATCH V1 10/10] PCI: tegra: Add Tegra234 PCIe support

[PATCH] PCI: xgene: Fix IB window setup
 2022-02-05 16:05 UTC  (3+ messages)

[PATCH v12 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2022-02-05 15:54 UTC  (5+ messages)
` [PATCH v12 2/2] pwm: Add support for "

[PATCH v3 0/2] Fixing the compile-test warnings in pinctrl-npcm7xx
 2022-02-05 15:53 UTC  (3+ messages)
` [PATCH v3 1/2] pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE()
` [PATCH v3 2/2] pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR()

[PATCH net-next, 0/2] net: mana: Add handling of CQE_RX_TRUNCATED and a cleanup
 2022-02-05 15:40 UTC  (2+ messages)

[RFC PATCH 0/2] perf: arm_spe: Fix consistency of CONTEXT packets in SPE driver
 2022-02-05 15:39 UTC  (3+ messages)
` [RFC PATCH 1/2] perf: arm_spe: Fix consistency of PMSCR register bit CX

[PATCH] Revert "drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR"
 2022-02-05 15:27 UTC 

[PATCH] mm: Remove mmu_gathers storage from remaining architectures
 2022-02-05 15:16 UTC  (2+ messages)

[PATCH net-next 0/3] net: lan966x: add support for mcast snooping
 2022-02-05 15:10 UTC  (2+ messages)

[PATCH] sched: cleanup double word in comment
 2022-02-05 15:05 UTC 

[PATCH] drm/amd/pm: fix error handling
 2022-02-05 15:00 UTC 

[PATCH] net: phy: mscc: enable MAC SerDes autonegotiation
 2022-02-05 14:57 UTC  (2+ messages)

[PATCH 00/23] KVM: MMU: MMU role refactoring
 2022-02-05 14:52 UTC  (13+ messages)
` [PATCH 01/23] KVM: MMU: pass uses_nx directly to reset_shadow_zero_bits_mask
` [PATCH 03/23] KVM: MMU: remove valid from extended role
` [PATCH 07/23] KVM: MMU: remove kvm_mmu_calc_root_page_role
` [PATCH 10/23] KVM: MMU: split cpu_role from mmu_role

[asahilinux:smc/work 7/11] lib/vsprintf.c:1783:30: sparse: sparse: cast to restricted __le32
 2022-02-05 14:38 UTC 

[PATCH net-next 0/7] net: ipa: use bulk interconnect interfaces
 2022-02-05 14:35 UTC  (4+ messages)
` [PATCH net-next 3/7] net: ipa: use interconnect bulk enable/disable operations

[PATCH 5.10 00/25] 5.10.97-rc1 review
 2022-02-05 14:30 UTC  (2+ messages)

[PATCH 5.4 00/10] 5.4.177-rc1 review
 2022-02-05 14:28 UTC  (2+ messages)

[PATCH RFC v1] tmpfs: support for file creation time
 2022-02-05 14:12 UTC 

[PATCH V4 00/11] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-02-05 14:01 UTC  (4+ messages)
` [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains

[PATCH] Add ability to disallow idmapped mounts
 2022-02-05 13:57 UTC  (6+ messages)

[PATCH] iio: stmpe-adc: Use correctly sized arguments for bit field
 2022-02-05 13:38 UTC  (3+ messages)

[bigeasy-staging:nettree 20/30] drivers/net/wireless/broadcom/brcm80211/brcmfmac/proto.h:114:40: error: too many arguments to function call, expected 2, have 3
 2022-02-05 13:37 UTC 

[PATCH 0/2] random: fix write locking for crng_init
 2022-02-05 13:32 UTC  (4+ messages)
` [PATCH 1/2] random: fix locking in crng_fast_load()

[PATCH 00/35] Shadow stacks for userspace
 2022-02-05 13:29 UTC  (4+ messages)

[PATCH] softirq: Remove raise_softirq from tasklet_action_common()
 2022-02-05 13:13 UTC 

[PATCH] SELinux: Always allow FIOCLEX and FIONCLEX
 2022-02-05 13:13 UTC  (11+ messages)

[PATCH 1/3] list: test: Add test for list_del_init_careful()
 2022-02-05 13:06 UTC  (3+ messages)
` [PATCH 2/3] list: test: Add a test for list_is_head()

[PATCH v3 0/4] clk drivers: Terminate clk_div_table with sentinel element
 2022-02-05 13:07 UTC  (10+ messages)
` [PATCH v3 1/4] clk: actions: "
` [PATCH v3 2/4] clk: loongson1: "
` [PATCH v3 4/4] clk: clps711x: "

[PATCH v2 0/4] random: use computational hash for entropy extraction, and related fixes
 2022-02-05 12:54 UTC  (4+ messages)
` [PATCH v2 3/4] random: use linear min-entropy accumulation crediting

[PATCH 5/5] random: Defer processing of randomness on PREEMPT_RT
 2022-02-05 12:50 UTC  (5+ messages)
` [PATCH RFC v1] random: do not take spinlocks in irq handler

[PATCH v5 06/12] dt-bindings: pwm: add microchip corepwm binding
 2022-02-05 12:48 UTC  (7+ messages)

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-05 12:37 UTC  (4+ messages)
` [PATCHv2 17/29] x86/acpi, x86/boot: Add multiprocessor wake-up support


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