diff --git a/[refs] b/[refs]
index 0846bc205f14..853bcfbffb53 100644
--- a/[refs]
+++ b/[refs]
@@ -1,2 +1,2 @@
---
-refs/heads/master: c4a227d89f758e582fd167bb15245f2704de99ef
+refs/heads/master: f62508f68d04adefc4cf9b0177ba02c8818b3eec
diff --git a/trunk/Documentation/00-INDEX b/trunk/Documentation/00-INDEX
index 1f89424c36a6..1b777b960492 100644
--- a/trunk/Documentation/00-INDEX
+++ b/trunk/Documentation/00-INDEX
@@ -192,6 +192,10 @@ kernel-docs.txt
- listing of various WWW + books that document kernel internals.
kernel-parameters.txt
- summary listing of command line / boot prompt args for the kernel.
+keys-request-key.txt
+ - description of the kernel key request service.
+keys.txt
+ - description of the kernel key retention service.
kobject.txt
- info of the kobject infrastructure of the Linux kernel.
kprobes.txt
@@ -290,8 +294,6 @@ scheduler/
- directory with info on the scheduler.
scsi/
- directory with info on Linux scsi support.
-security/
- - directory that contains security-related info
serial/
- directory with info on the low level serial API.
serial-console.txt
diff --git a/trunk/Documentation/DocBook/dvb/dvbproperty.xml b/trunk/Documentation/DocBook/dvb/dvbproperty.xml
index b5365f61d69b..52d5e3c7cf6c 100644
--- a/trunk/Documentation/DocBook/dvb/dvbproperty.xml
+++ b/trunk/Documentation/DocBook/dvb/dvbproperty.xml
@@ -141,15 +141,13 @@ struct dtv_properties {
-
- Property types
On FE_GET_PROPERTY/FE_SET_PROPERTY,
the actual action is determined by the dtv_property cmd/data pairs. With one single ioctl, is possible to
get/set up to 64 properties. The actual meaning of each property is described on the next sections.
-The available frontend property types are:
+The Available frontend property types are:
#define DTV_UNDEFINED 0
#define DTV_TUNE 1
@@ -195,7 +193,6 @@ get/set up to 64 properties. The actual meaning of each property is described on
#define DTV_ISDBT_LAYER_ENABLED 41
#define DTV_ISDBS_TS_ID 42
-
Parameters that are common to all Digital TV standards
diff --git a/trunk/Documentation/DocBook/media-entities.tmpl b/trunk/Documentation/DocBook/media-entities.tmpl
index e5fe09430fd9..c8abb23ef1e7 100644
--- a/trunk/Documentation/DocBook/media-entities.tmpl
+++ b/trunk/Documentation/DocBook/media-entities.tmpl
@@ -293,7 +293,6 @@
-
@@ -374,9 +373,9 @@
-
-
-
+
+
+
diff --git a/trunk/Documentation/DocBook/mtdnand.tmpl b/trunk/Documentation/DocBook/mtdnand.tmpl
index 17910e2052ad..6f242d5dee9a 100644
--- a/trunk/Documentation/DocBook/mtdnand.tmpl
+++ b/trunk/Documentation/DocBook/mtdnand.tmpl
@@ -189,7 +189,8 @@ static void __iomem *baseaddr;
Partition defines
If you want to divide your device into partitions, then
- define a partitioning scheme suitable to your board.
+ enable the configuration switch CONFIG_MTD_PARTITIONS and define
+ a partitioning scheme suitable to your board.
#define NUM_PARTITIONS 2
diff --git a/trunk/Documentation/DocBook/v4l/media-controller.xml b/trunk/Documentation/DocBook/v4l/media-controller.xml
index 873ac3a621f0..2dc25e1d4089 100644
--- a/trunk/Documentation/DocBook/v4l/media-controller.xml
+++ b/trunk/Documentation/DocBook/v4l/media-controller.xml
@@ -78,9 +78,9 @@
Function Reference
- &sub-media-func-open;
- &sub-media-func-close;
- &sub-media-func-ioctl;
+ &sub-media-open;
+ &sub-media-close;
+ &sub-media-ioctl;
&sub-media-ioc-device-info;
&sub-media-ioc-enum-entities;
diff --git a/trunk/Documentation/DocBook/v4l/pixfmt.xml b/trunk/Documentation/DocBook/v4l/pixfmt.xml
index deb660207f94..dbfe3b08435f 100644
--- a/trunk/Documentation/DocBook/v4l/pixfmt.xml
+++ b/trunk/Documentation/DocBook/v4l/pixfmt.xml
@@ -673,7 +673,6 @@ access the palette, this must be done with ioctls of the Linux framebuffer API.<
&sub-srggb8;
&sub-sbggr16;
&sub-srggb10;
- &sub-srggb12;