[PATCH 1/8] [media] v4l2-subdev: add registered_async subdev core operation
V4L2 sub-devices that are registered asynchronously have no way to know when they have been registration with a V4L2 device but they might need to tak
View Article[PATCH 2/8] [media] v4l2-async: call registered_async after subdev registration
V4L2 sub-devices might need to do initialization that depends on being registered with a V4L2 device. As an example, sub-devices with Media Controller
View Article[PATCH 3/8] [media] tvp5150: put endpoint node on error
If the parallel mbus configuration is not correct, the endpoint device node isn't currently put again in the error path. Fix it. Signed-off-by: Javie
View Article[PATCH 4/8] [media] tvp5150: store dev id and rom version
Not all tvp5150 variants support the same, for example some have an internal signal generator that can output a black screen. So the device id and ro
View Article[PATCH 5/8] [media] tvp5150: add internal signal generator to HW input list
Some tvp5150 variants, have an internal generator that can generate a black screen output. Since this is a HW block, it should be in the HW inputs lis
View Article[PATCH 6/8] [media] tvp5150: move input definition header to dt-bindings
Add a header file for the tvp5150 input connectors constants that can be shared between the driver and Device Tree source files. Signed-off-by: Javie
View Article[PATCH 7/8] [media] tvp5150: document input connectors DT bindings
The tvp5150 decoder has different input connectors so extend the device tree binding to allow device tree source files to define the connectors that a
View Article[PATCH 8/8] [media] tvp5150: add HW input connectors support
The tvp5150 decoder has different input connectors. The actual list of HW inputs depends on the device version but all have at least these 3: 1) Comp
View Article[PATCH V1 0/6] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
Add support for Generic Hardware Error Source (GHES) v2, which introduces the capability for the OS to acknowledge the consumption of the error record
View Article[PATCH V1 1/6] acpi: apei: read ack upon ghes record consumption
A RAS (Reliability, Availability, Serviceability) controller may be a separate processor running in parallel with OS execution, and may generate error
View Article[PATCH V1 2/6] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
Currently when a RAS error is reported it is not timestamped. The ACPI 6.1 spec adds the timestamp field to the generic error data entry v3 structure.
View Article[PATCH V1 3/6] efi: parse ARMv8 processor error
Add support for ARMv8 Common Platform Error Record (CPER). UEFI 2.6 specification adds support for ARMv8 specific processor error information to be re
View Article[PATCH V1 4/6] arm64: exception: handle Synchronous External Abort
SEA exceptions are often caused by an uncorrected hardware error and are handled when data abort and instruction abort exception classes have specific
View Article[PATCH V1 5/6] arm64: exception: handle instruction abort at current EL
Add a handler for instruction aborts at the current EL (ESR_ELx_EC_IABT_CUR) so they are no longer handled in el1_inv. This allows firmware first hand
View Article[PATCH V1 6/6] acpi: apei: handle SEA notification type for ARMv8
ARM APEI extension proposal added SEA (Synchrounous External Abort) notification type for ARMv8. Add a new GHES error source handling function for SE
View Article[PATCH] usb: phy: msm: Trigger USB state detection work in DRD mode
From: "Ivan T. Ivanov" <ivan.ivanov@linaro.org> When working in Dual Role Device mode, USB state machine is not kicked, when host or gadget drivers a
View Article[PATCH 2/2 v2] devicetree: Add DTS file to support the Nexus7 2013 (flo) device.
This patch adds a dts file to support the Nexus7 2013 device. Its based off of the qcom-apq8064-ifc6410.dts which is similar hardware. Also includes
View Article[PATCH v3] synopsys pcie rc generic platform driver update
This patch tries to improve the host/pcie-synopsys branch including a new driver name, more accurate documentation and centralized link up validation.
View Article[PATCH RESEND] bufferhead: Force inlining of buffer head flag operations
With both gcc 4.7.2 and 4.9.2, sometimes gcc mysteriously doesn't inline very small functions we expect to be inlined. See https://gcc.gnu.org/bug
View Article[GIT PULL for v4.5-rc3] media fixes
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.5-3 For the following fixes: * vb2:
View Article