Loading Documentation/DocBook/device-drivers.tmpl +13 −4 Original line number Diff line number Diff line Loading @@ -50,7 +50,9 @@ <sect1><title>Delaying, scheduling, and timer routines</title> !Iinclude/linux/sched.h !Ekernel/sched.c !Ekernel/sched/core.c !Ikernel/sched/cpupri.c !Ikernel/sched/fair.c !Iinclude/linux/completion.h !Ekernel/timer.c </sect1> Loading Loading @@ -100,9 +102,12 @@ X!Iinclude/linux/kobject.h !Iinclude/linux/device.h </sect1> <sect1><title>Device Drivers Base</title> !Idrivers/base/init.c !Edrivers/base/driver.c !Edrivers/base/core.c !Edrivers/base/syscore.c !Edrivers/base/class.c !Idrivers/base/node.c !Edrivers/base/firmware_class.c !Edrivers/base/transport_class.c <!-- Cannot be included, because Loading @@ -111,13 +116,18 @@ X!Iinclude/linux/kobject.h exceed allowed 44 characters maximum X!Edrivers/base/attribute_container.c --> !Edrivers/base/sys.c !Edrivers/base/dd.c <!-- X!Edrivers/base/interface.c --> !Iinclude/linux/platform_device.h !Edrivers/base/platform.c !Edrivers/base/bus.c </sect1> <sect1><title>Device Drivers DMA Management</title> !Edrivers/base/dma-buf.c !Edrivers/base/dma-coherent.c !Edrivers/base/dma-mapping.c </sect1> <sect1><title>Device Drivers Power Management</title> !Edrivers/base/power/main.c Loading Loading @@ -216,9 +226,8 @@ X!Isound/sound_firmware.c <chapter id="uart16x50"> <title>16x50 UART Driver</title> !Iinclude/linux/serial_core.h !Edrivers/tty/serial/serial_core.c !Edrivers/tty/serial/8250.c !Edrivers/tty/serial/8250/8250.c </chapter> <chapter id="fbdev"> Loading Documentation/DocBook/deviceiobook.tmpl +1 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,7 @@ CPU B: spin_unlock_irqrestore(&dev_lock, flags) <chapter id="pubfunctions"> <title>Public Functions Provided</title> !Iarch/x86/include/asm/io.h !Elib/iomap.c !Elib/pci_iomap.c </chapter> </book> Documentation/devicetree/bindings/sound/alc5632.txt 0 → 100644 +24 −0 Original line number Diff line number Diff line ALC5632 audio CODEC This device supports I2C only. Required properties: - compatible : "realtek,alc5632" - reg : the I2C address of the device. - gpio-controller : Indicates this device is a GPIO controller. - #gpio-cells : Should be two. The first cell is the pin number and the second cell is used to specify optional parameters (currently unused). Example: alc5632: alc5632@1e { compatible = "realtek,alc5632"; reg = <0x1a>; gpio-controller; #gpio-cells = <2>; }; Documentation/devicetree/bindings/sound/imx-audmux.txt 0 → 100644 +13 −0 Original line number Diff line number Diff line Freescale Digital Audio Mux (AUDMUX) device Required properties: - compatible : "fsl,imx21-audmux" for AUDMUX version firstly used on i.MX21, or "fsl,imx31-audmux" for the version firstly used on i.MX31. - reg : Should contain AUDMUX registers location and length Example: audmux@021d8000 { compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux"; reg = <0x021d8000 0x4000>; }; Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt→Documentation/devicetree/bindings/sound/sgtl5000.txt +0 −0 File moved. View file Loading
Documentation/DocBook/device-drivers.tmpl +13 −4 Original line number Diff line number Diff line Loading @@ -50,7 +50,9 @@ <sect1><title>Delaying, scheduling, and timer routines</title> !Iinclude/linux/sched.h !Ekernel/sched.c !Ekernel/sched/core.c !Ikernel/sched/cpupri.c !Ikernel/sched/fair.c !Iinclude/linux/completion.h !Ekernel/timer.c </sect1> Loading Loading @@ -100,9 +102,12 @@ X!Iinclude/linux/kobject.h !Iinclude/linux/device.h </sect1> <sect1><title>Device Drivers Base</title> !Idrivers/base/init.c !Edrivers/base/driver.c !Edrivers/base/core.c !Edrivers/base/syscore.c !Edrivers/base/class.c !Idrivers/base/node.c !Edrivers/base/firmware_class.c !Edrivers/base/transport_class.c <!-- Cannot be included, because Loading @@ -111,13 +116,18 @@ X!Iinclude/linux/kobject.h exceed allowed 44 characters maximum X!Edrivers/base/attribute_container.c --> !Edrivers/base/sys.c !Edrivers/base/dd.c <!-- X!Edrivers/base/interface.c --> !Iinclude/linux/platform_device.h !Edrivers/base/platform.c !Edrivers/base/bus.c </sect1> <sect1><title>Device Drivers DMA Management</title> !Edrivers/base/dma-buf.c !Edrivers/base/dma-coherent.c !Edrivers/base/dma-mapping.c </sect1> <sect1><title>Device Drivers Power Management</title> !Edrivers/base/power/main.c Loading Loading @@ -216,9 +226,8 @@ X!Isound/sound_firmware.c <chapter id="uart16x50"> <title>16x50 UART Driver</title> !Iinclude/linux/serial_core.h !Edrivers/tty/serial/serial_core.c !Edrivers/tty/serial/8250.c !Edrivers/tty/serial/8250/8250.c </chapter> <chapter id="fbdev"> Loading
Documentation/DocBook/deviceiobook.tmpl +1 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,7 @@ CPU B: spin_unlock_irqrestore(&dev_lock, flags) <chapter id="pubfunctions"> <title>Public Functions Provided</title> !Iarch/x86/include/asm/io.h !Elib/iomap.c !Elib/pci_iomap.c </chapter> </book>
Documentation/devicetree/bindings/sound/alc5632.txt 0 → 100644 +24 −0 Original line number Diff line number Diff line ALC5632 audio CODEC This device supports I2C only. Required properties: - compatible : "realtek,alc5632" - reg : the I2C address of the device. - gpio-controller : Indicates this device is a GPIO controller. - #gpio-cells : Should be two. The first cell is the pin number and the second cell is used to specify optional parameters (currently unused). Example: alc5632: alc5632@1e { compatible = "realtek,alc5632"; reg = <0x1a>; gpio-controller; #gpio-cells = <2>; };
Documentation/devicetree/bindings/sound/imx-audmux.txt 0 → 100644 +13 −0 Original line number Diff line number Diff line Freescale Digital Audio Mux (AUDMUX) device Required properties: - compatible : "fsl,imx21-audmux" for AUDMUX version firstly used on i.MX21, or "fsl,imx31-audmux" for the version firstly used on i.MX31. - reg : Should contain AUDMUX registers location and length Example: audmux@021d8000 { compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux"; reg = <0x021d8000 0x4000>; };
Documentation/devicetree/bindings/sound/soc/codecs/fsl-sgtl5000.txt→Documentation/devicetree/bindings/sound/sgtl5000.txt +0 −0 File moved. View file