diff --git a/[refs] b/[refs] index 5ab98ddf4f25..e234f7c5e2d4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9718269a7f5f6f3d723dd34e05269579a3ccfc1e +refs/heads/master: 9a684e19afc630e0763246ee79c0578c1a8eaee8 diff --git a/trunk/Documentation/00-INDEX b/trunk/Documentation/00-INDEX index f607367e642f..c17cd4bb2290 100644 --- a/trunk/Documentation/00-INDEX +++ b/trunk/Documentation/00-INDEX @@ -206,8 +206,8 @@ laptops/ - directory with laptop related info and laptop driver documentation. ldm.txt - a brief description of LDM (Windows Dynamic Disks). -leds-class.txt - - documents LED handling under Linux. +leds/ + - directory with info about LED handling under Linux. local_ops.txt - semantics and behavior of local atomic operations. lockdep-design.txt diff --git a/trunk/Documentation/leds/00-INDEX b/trunk/Documentation/leds/00-INDEX new file mode 100644 index 000000000000..29f481df32c7 --- /dev/null +++ b/trunk/Documentation/leds/00-INDEX @@ -0,0 +1,8 @@ +leds-class.txt + - documents LED handling under Linux. +leds-lp3944.txt + - notes on how to use the leds-lp3944 driver. +leds-lp5521.txt + - notes on how to use the leds-lp5521 driver. +leds-lp5523.txt + - notes on how to use the leds-lp5523 driver. diff --git a/trunk/Documentation/leds-class.txt b/trunk/Documentation/leds/leds-class.txt similarity index 99% rename from trunk/Documentation/leds-class.txt rename to trunk/Documentation/leds/leds-class.txt index 58b266bd1846..4996586e27e8 100644 --- a/trunk/Documentation/leds-class.txt +++ b/trunk/Documentation/leds/leds-class.txt @@ -95,4 +95,3 @@ There are a number of cases where a trigger might only be mappable to a particular LED (ACPI?). The addition of triggers provided by the LED driver should cover this option and be possible to add without breaking the current interface. - diff --git a/trunk/Documentation/leds-lp3944.txt b/trunk/Documentation/leds/leds-lp3944.txt similarity index 100% rename from trunk/Documentation/leds-lp3944.txt rename to trunk/Documentation/leds/leds-lp3944.txt