All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-05 18:21:53 to 2022-02-05 19:27:36 UTC [more...]

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-05 18:54 UTC  (141+ 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 1/1] tools: mkeficapsule: dont use malloc.h
 2022-02-05 19:16 UTC 

[PATCH 1/6] platform/x86: x86-android-tablets: Add battery swnode support
 2022-02-05 19:13 UTC  (6+ messages)
` [PATCH 2/6] platform/x86: x86-android-tablets: Add Asus ME176C/TF103C charger and fuelgauge props
` [PATCH 3/6] platform/x86: x86-android-tablets: Add x86_android_tablet_get_gpiod() helper
` [PATCH 4/6] platform/x86: x86-android-tablets: Add lid-switch gpio-keys pdev to Asus ME176C + TF103C
` [PATCH 5/6] platform/x86: x86-android-tablets: Add IRQ to Asus ME176C accelerometer info
` [PATCH 6/6] platform/x86: x86-android-tablets: Add Nextbook Ares 8 data

[PATCH] net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs
 2022-02-05 19:08 UTC  (2+ messages)
` [PATCH net v2] "

Pull request for efi-2022-04-rc2
 2022-02-05 19:07 UTC  (3+ messages)

stable/linux-5.4.y baseline: 153 runs, 4 regressions (v5.4.177)
 2022-02-05 19:02 UTC 

[PATCH] lima: avoid error task dump attempt when not enabled
 2022-02-05 18:59 UTC  (2+ messages)

[PATCH v2 0/2] Add BananaPi R2 Pro board
 2022-02-05 18:59 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: rockchip: Add BananaPi R2 Pro Board
  ` Aw: "

[libvirt test] 168021: regressions - FAIL
 2022-02-05 19:01 UTC 

[PATCH v3 0/3] Add support for LTC2688
 2022-02-05 18:58 UTC  (6+ messages)
` [PATCH v3 1/3] iio: dac: add support for ltc2688

[PATCH 0/2] Make mc146818rtc more self-contained
 2022-02-05 18:53 UTC  (3+ messages)
` [PATCH 1/2] isa/piix4: Resolve RTCState attribute

[PATCH v2] pata_hpt366: check channel enable bits
 2022-02-05 18:57 UTC 

[PATCH] pata_hpt366: check channel enable bits
 2022-02-05 18:52 UTC 

stable-rc/queue/4.14 build: 183 builds: 2 failed, 181 passed, 31 warnings (v4.14.264-51-g458d6a0ac5d9)
 2022-02-05 18:51 UTC 

[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  (5+ messages)
` [PATCH v2 4/5] dt-bindings: memory: lpddr3-timings: "
` [PATCH v2 5/5] dt-bindings: memory: lpddr2-timings: "

[PATCH v2] pata_hpt3x2n: check channel enable bits
 2022-02-05 18:50 UTC 

[PATCH] pata_hpt3x2n: check channel enable bits
 2022-02-05 18:49 UTC  (3+ messages)

[PATCH 00/10] Light core IIO enhancements
 2022-02-05 18:56 UTC  (10+ messages)
` [PATCH 09/10] iio: core: Simplify the registration of kfifo buffers
` [PATCH 10/10] iio: core: Clarify the modes

stable/linux-5.10.y baseline: 158 runs, 1 regressions (v5.10.97)
 2022-02-05 18:47 UTC 

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

[PATCH] pata_hpt366: check channel enable bits
 2022-02-05 18:46 UTC 

[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  (5+ messages)
` [PATCH 5.15 05/32] drm/vc4: hdmi: Make sure the device is powered with CEC

Linux kernel 5.16.7 released
 2022-02-05 18:40 UTC 

FAILED: patch "[PATCH] Revert "fbcon: Disable accelerated scrolling"" failed to apply to 5.10-stable tree
 2022-02-05 18:36 UTC  (2+ messages)

[PATCH] power: supply: rt9455: Don't pass an error code in remove callback
 2022-02-05 18:35 UTC 

Linux kernel 5.10.98 released
 2022-02-05 18:35 UTC 

Linux kernel 5.15.21 released
 2022-02-05 18:35 UTC 

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)

stable-rc/queue/5.16 build: 172 builds: 5 failed, 167 passed, 12 errors, 4 warnings (v5.16.5-87-g4be891b27351)
 2022-02-05 18:33 UTC 

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

FAILED: patch "[PATCH] net: ipa: request IPA register values be retained" failed to apply to 5.15-stable tree
 2022-02-05 18:30 UTC  (5+ 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  (4+ messages)
` [PATCH v1 2/2] iio: temperature: ltc2983: Make use of device properties

v4 clientid uniquifiers in containers/namespaces
 2022-02-05 18:24 UTC  (2+ messages)

[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 v1] hwmon: (tc654) Add thermal_cooling device support
 2022-02-05 18:23 UTC  (2+ messages)

[Buildroot] [PATCH] configs/orangepi_zero_defconfig: switch to extlinux
 2022-02-05 18:21 UTC  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.