diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-08-27 21:40:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-08-27 21:40:58 +0200 |
commit | d77b3f07a1d7127f1ecaf82a95a36b8a3e8fc689 (patch) | |
tree | d76ee572b6a1151d22606b194330b6c2c2fec8a1 /Documentation | |
parent | Revert "driver core: Add sync_state driver/bus callback" (diff) | |
download | linux-d77b3f07a1d7127f1ecaf82a95a36b8a3e8fc689.tar.xz linux-d77b3f07a1d7127f1ecaf82a95a36b8a3e8fc689.zip |
Revert "of/platform: Add functional dependency link from DT bindings"
This reverts commit 690ff7881b2681afca1c3c063f4a5cb7c71d9d8b.
Based on a lot of email and in-person discussions, this patch series is
being reworked to address a number of issues that were pointed out that
needed to be taken care of before it should be merged. It will be
resubmitted with those changes hopefully soon.
Cc: Frank Rowand <frowand.list@gmail.com>
Cc: Saravana Kannan <saravanak@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 794b7fd69361..47d981a86e2f 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -3170,11 +3170,6 @@ This can be set from sysctl after boot. See Documentation/admin-guide/sysctl/vm.rst for details. - of_devlink [KNL] Make device links from common DT bindings. Useful - for optimizing probe order and making sure resources - aren't turned off before the consumer devices have - probed. - ohci1394_dma=early [HW] enable debugging via the ohci1394 driver. See Documentation/debugging-via-ohci1394.txt for more info. |