summaryrefslogtreecommitdiff
path: root/crypto.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann1-0/+1
This is needed in order to replace curvetun's routines. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
2013-06-04crypto: add crypto header with includes and definesDaniel Borkmann1-0/+19
Add another header with includes and defines, so that we can reduce double-definitions, and shorten long text strings. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
xt.git/tree/?h=nds-private-remove&id=b9ac76f6ac984158175f8928d10bc1a7038b699b'>8cd46b7d7719324c6abb088b1d1a3f62fb58dae7 parent1f238536ae37b179e8beb679bcd0b7259eb5e886 (diff)
drm/msm/dsi: Modify port parsing
The DSI interface is going to have two ports defined in its device node. The first port is always going to be the link between the MDP output and the input to DSI, the second port is going to be the link between the DSI output and the connected panel/bridge: ----- ----- ------- | MDP | ------> | DSI | ------> | Panel | ----- ----- ------- (Port 0) (Port 1) Until now, there was only one Port representing the output. Update the DSI host driver such that it parses Port #1 for a connected device. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat