Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e13a0c5 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queued



Backmerge of drm-next to resolve a few ugly conflicts and to get a few
fixes from 3.4-rc6 (which drm-next has already merged). Note that this
merge also restricts the stencil cache lra evict policy workaround to
snb (as it should) - I had to frob the code anyway because the
CM0_MASK_SHIFT define died in the masked bit cleanups.

We need the backmerge to get Paulo Zanoni's infoframe regression fix
for gm45 - further bugfixes from him touch the same area and would
needlessly conflict.

Signed-Off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parents b615b57a 4f256e8a
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
What:		/sys/bus/hsi
Date:		April 2012
KernelVersion:	3.4
Contact:	Carlos Chinea <carlos.chinea@nokia.com>
Description:
		High Speed Synchronous Serial Interface (HSI) is a
		serial interface mainly used for connecting application
		engines (APE) with cellular modem engines (CMT) in cellular
		handsets.
		The bus will be populated with devices (hsi_clients) representing
		the protocols available in the system. Bus drivers implement
		those protocols.

What:		/sys/bus/hsi/devices/.../modalias
Date:		April 2012
KernelVersion:	3.4
Contact:	Carlos Chinea <carlos.chinea@nokia.com>
Description:	Stores the same MODALIAS value emitted by uevent
		Format: hsi:<hsi_client device name>
+1 −1
Original line number Diff line number Diff line
    <refentry id="V4L2-PIX-FMT-NV12M">
      <refmeta>
	<refentrytitle>V4L2_PIX_FMT_NV12M ('NV12M')</refentrytitle>
	<refentrytitle>V4L2_PIX_FMT_NV12M ('NM12')</refentrytitle>
	&manvol;
      </refmeta>
      <refnamediv>
+1 −1
Original line number Diff line number Diff line
    <refentry id="V4L2-PIX-FMT-YUV420M">
      <refmeta>
	<refentrytitle>V4L2_PIX_FMT_YUV420M ('YU12M')</refentrytitle>
	<refentrytitle>V4L2_PIX_FMT_YUV420M ('YM12')</refentrytitle>
	&manvol;
      </refmeta>
      <refnamediv>
+2 −3
Original line number Diff line number Diff line
* Calxeda SATA Controller
* AHCI SATA Controller

SATA nodes are defined to describe on-chip Serial ATA controllers.
Each SATA controller should have its own node.

Required properties:
- compatible        : compatible list, contains "calxeda,hb-ahci"
- compatible        : compatible list, contains "calxeda,hb-ahci" or "snps,spear-ahci"
- interrupts        : <interrupt mapping for SATA IRQ>
- reg               : <registers mapping>

@@ -14,4 +14,3 @@ Example:
                reg = <0xffe08000 0x1000>;
                interrupts = <115>;
        };
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
Required properties:
- compatible : "fsl,sgtl5000".

- reg : the I2C address of the device

Example:

codec: sgtl5000@0a {
Loading