Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271605
b: refs/heads/master
c: b903d32
h: refs/heads/master
i:
  271603: 867feb4
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 27, 2011
1 parent 9f06de3 commit a80225f
Show file tree
Hide file tree
Showing 2,158 changed files with 46,096 additions and 100,933 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83f89ca755c9f783b8229d968c4e9d2c660ca427
refs/heads/master: b903d324bee2627036d024dceed73b3c96558795
13 changes: 0 additions & 13 deletions trunk/Documentation/ABI/testing/sysfs-block
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,3 @@ Description:
when a discarded area is read the discard_zeroes_data
parameter will be set to one. Otherwise it will be 0 and
the result of reading a discarded area is undefined.
What: /sys/block/<disk>/alias
Date: Aug 2011
Contact: Nao Nishijima <nao.nishijima.xt@hitachi.com>
Description:
A raw device name of a disk does not always point a same disk
each boot-up time. Therefore, users have to use persistent
device names, which udev creates when the kernel finds a disk,
instead of raw device name. However, kernel doesn't show those
persistent names on its messages (e.g. dmesg).
This file can store an alias of the disk and it would be
appeared in kernel messages if it is set. A disk can have an
alias which length is up to 255bytes. Users can use alphabets,
numbers, "-" and "_" in alias name. This file is writeonce.
72 changes: 0 additions & 72 deletions trunk/Documentation/ABI/testing/sysfs-driver-wacom

This file was deleted.

10 changes: 10 additions & 0 deletions trunk/Documentation/ABI/testing/sysfs-wacom
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
What: /sys/class/hidraw/hidraw*/device/speed
Date: April 2010
Kernel Version: 2.6.35
Contact: linux-bluetooth@vger.kernel.org
Description:
The /sys/class/hidraw/hidraw*/device/speed file controls
reporting speed of wacom bluetooth tablet. Reading from
this file returns 1 if tablet reports in high speed mode
or 0 otherwise. Writing to this file one of these values
switches reporting speed.
36 changes: 15 additions & 21 deletions trunk/Documentation/DocBook/writing-an-alsa-driver.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4288,7 +4288,7 @@ struct _snd_pcm_runtime {
<![CDATA[
struct snd_rawmidi *rmidi;
snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, port, info_flags,
irq, &rmidi);
irq, irq_flags, &rmidi);
]]>
</programlisting>
</informalexample>
Expand Down Expand Up @@ -4343,13 +4343,6 @@ struct _snd_pcm_runtime {
by itself to start processing the output stream in the irq handler.
</para>

<para>
If the MPU-401 interface shares its interrupt with the other logical
devices on the card, set <constant>MPU401_INFO_IRQ_HOOK</constant>
(see <link linkend="midi-interface-interrupt-handler"><citetitle>
below</citetitle></link>).
</para>

<para>
Usually, the port address corresponds to the command port and
port + 1 corresponds to the data port. If not, you may change
Expand Down Expand Up @@ -4382,26 +4375,27 @@ struct _snd_pcm_runtime {
</para>

<para>
The 6th argument specifies the ISA irq number that will be
allocated. If no interrupt is to be allocated (because your
code is already allocating a shared interrupt, or because the
device does not use interrupts), pass -1 instead.
For a MPU-401 device without an interrupt, a polling timer
will be used instead.
The 6th argument specifies the irq number for UART. If the irq
is already allocated, pass 0 to the 7th argument
(<parameter>irq_flags</parameter>). Otherwise, pass the flags
for irq allocation
(<constant>SA_XXX</constant> bits) to it, and the irq will be
reserved by the mpu401-uart layer. If the card doesn't generate
UART interrupts, pass -1 as the irq number. Then a timer
interrupt will be invoked for polling.
</para>
</section>

<section id="midi-interface-interrupt-handler">
<title>Interrupt Handler</title>
<para>
When the interrupt is allocated in
<function>snd_mpu401_uart_new()</function>, an exclusive ISA
interrupt handler is automatically used, hence you don't have
anything else to do than creating the mpu401 stuff. Otherwise, you
have to set <constant>MPU401_INFO_IRQ_HOOK</constant>, and call
<function>snd_mpu401_uart_interrupt()</function> explicitly from your
own interrupt handler when it has determined that a UART interrupt
has occurred.
<function>snd_mpu401_uart_new()</function>, the private
interrupt handler is used, hence you don't have anything else to do
than creating the mpu401 stuff. Otherwise, you have to call
<function>snd_mpu401_uart_interrupt()</function> explicitly when
a UART interrupt is invoked and checked in your own interrupt
handler.
</para>

<para>
Expand Down
4 changes: 1 addition & 3 deletions trunk/Documentation/devicetree/bindings/arm/primecell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ driver matching.

Required properties:

- compatible : should be a specific name for the peripheral and
"arm,primecell". The specific name will match the ARM
engineering name for the logic block in the form: "arm,pl???"
- compatible : should be a specific value for peripheral and "arm,primecell"

Optional properties:

Expand Down
10 changes: 0 additions & 10 deletions trunk/Documentation/devicetree/bindings/gpio/pl061-gpio.txt

This file was deleted.

27 changes: 0 additions & 27 deletions trunk/Documentation/devicetree/bindings/mmc/nvidia-sdhci.txt

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8510.txt

This file was deleted.

16 changes: 0 additions & 16 deletions trunk/Documentation/devicetree/bindings/sound/wm8523.txt

This file was deleted.

16 changes: 0 additions & 16 deletions trunk/Documentation/devicetree/bindings/sound/wm8580.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8711.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8728.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8731.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8737.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8741.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8750.txt

This file was deleted.

Loading

0 comments on commit a80225f

Please sign in to comment.