forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'asoc-fix-v4.1-rc3' of git://git.kernel.org/pub/scm/linux/k…
…ernel/git/broonie/sound into for-linus ASoC: Fixes for v4.1 A few more fixes for v4.1, some driver fixes plus one core fix which fixes registration of DAI links when adding prefixes to CODECs to deuplicate in multi-CODEC systems.
- Loading branch information
Showing
431 changed files
with
5,137 additions
and
2,707 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3709,6 +3709,13 @@ N: Dirk Verworner | |
D: Co-author of German book ``Linux-Kernel-Programmierung'' | ||
D: Co-founder of Berlin Linux User Group | ||
|
||
N: Andrew Victor | ||
E: [email protected] | ||
W: http://maxim.org.za/at91_26.html | ||
D: First maintainer of Atmel ARM-based SoC, aka AT91 | ||
D: Introduced support for at91rm9200, the first chip of AT91 family | ||
S: South Africa | ||
|
||
N: Riku Voipio | ||
E: [email protected] | ||
D: Author of PCA9532 LED and Fintek f75375s hwmon driver | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Abracon ABX80X I2C ultra low power RTC/Alarm chip | ||
|
||
The Abracon ABX80X family consist of the ab0801, ab0803, ab0804, ab0805, ab1801, | ||
ab1803, ab1804 and ab1805. The ab0805 is the superset of ab080x and the ab1805 | ||
is the superset of ab180x. | ||
|
||
Required properties: | ||
|
||
- "compatible": should one of: | ||
"abracon,abx80x" | ||
"abracon,ab0801" | ||
"abracon,ab0803" | ||
"abracon,ab0804" | ||
"abracon,ab0805" | ||
"abracon,ab1801" | ||
"abracon,ab1803" | ||
"abracon,ab1804" | ||
"abracon,ab1805" | ||
Using "abracon,abx80x" will enable chip autodetection. | ||
- "reg": I2C bus address of the device | ||
|
||
Optional properties: | ||
|
||
The abx804 and abx805 have a trickle charger that is able to charge the | ||
connected battery or supercap. Both the following properties have to be defined | ||
and valid to enable charging: | ||
|
||
- "abracon,tc-diode": should be "standard" (0.6V) or "schottky" (0.3V) | ||
- "abracon,tc-resistor": should be <0>, <3>, <6> or <11>. 0 disables the output | ||
resistor, the other values are in ohm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,9 +119,9 @@ Most notably, in the x509.genkey file, the req_distinguished_name section | |
should be altered from the default: | ||
|
||
[ req_distinguished_name ] | ||
O = Magrathea | ||
CN = Glacier signing key | ||
emailAddress = [email protected] | ||
#O = Unspecified company | ||
CN = Build time autogenerated kernel key | ||
#emailAddress = [email protected] | ||
|
||
The generated RSA key size can also be set with: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -892,11 +892,10 @@ S: Maintained | |
F: arch/arm/mach-alpine/ | ||
|
||
ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES | ||
M: Andrew Victor <[email protected]> | ||
M: Nicolas Ferre <[email protected]> | ||
M: Alexandre Belloni <[email protected]> | ||
M: Jean-Christophe Plagniol-Villard <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://maxim.org.za/at91_26.html | ||
W: http://www.linux4sam.org | ||
S: Supported | ||
F: arch/arm/mach-at91/ | ||
|
@@ -990,6 +989,12 @@ F: drivers/clocksource/timer-prima2.c | |
F: drivers/clocksource/timer-atlas7.c | ||
N: [^a-z]sirf | ||
|
||
ARM/CONEXANT DIGICOLOR MACHINE SUPPORT | ||
M: Baruch Siach <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
N: digicolor | ||
|
||
ARM/EBSA110 MACHINE SUPPORT | ||
M: Russell King <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -1439,9 +1444,10 @@ ARM/SOCFPGA ARCHITECTURE | |
M: Dinh Nguyen <[email protected]> | ||
S: Maintained | ||
F: arch/arm/mach-socfpga/ | ||
F: arch/arm/boot/dts/socfpga* | ||
F: arch/arm/configs/socfpga_defconfig | ||
W: http://www.rocketboards.org | ||
T: git://git.rocketboards.org/linux-socfpga.git | ||
T: git://git.rocketboards.org/linux-socfpga-next.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git | ||
|
||
ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT | ||
M: Dinh Nguyen <[email protected]> | ||
|
@@ -2116,8 +2122,9 @@ S: Supported | |
F: drivers/net/ethernet/broadcom/bnx2x/ | ||
|
||
BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE | ||
M: Christian Daudt <[email protected]> | ||
M: Florian Fainelli <[email protected]> | ||
M: Ray Jui <[email protected]> | ||
M: Scott Branden <[email protected]> | ||
L: [email protected] | ||
T: git git://github.com/broadcom/mach-bcm | ||
S: Maintained | ||
|
@@ -2168,7 +2175,6 @@ S: Maintained | |
F: drivers/usb/gadget/udc/bcm63xx_udc.* | ||
|
||
BROADCOM BCM7XXX ARM ARCHITECTURE | ||
M: Marc Carino <[email protected]> | ||
M: Brian Norris <[email protected]> | ||
M: Gregory Fong <[email protected]> | ||
M: Florian Fainelli <[email protected]> | ||
|
@@ -3413,6 +3419,13 @@ F: drivers/gpu/drm/rcar-du/ | |
F: drivers/gpu/drm/shmobile/ | ||
F: include/linux/platform_data/shmob_drm.h | ||
|
||
DRM DRIVERS FOR ROCKCHIP | ||
M: Mark Yao <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/gpu/drm/rockchip/ | ||
F: Documentation/devicetree/bindings/video/rockchip* | ||
|
||
DSBR100 USB FM RADIO DRIVER | ||
M: Alexey Klimov <[email protected]> | ||
L: [email protected] | ||
|
@@ -5035,17 +5048,19 @@ S: Orphan | |
F: drivers/video/fbdev/imsttfb.c | ||
|
||
INFINIBAND SUBSYSTEM | ||
M: Roland Dreier <[email protected]> | ||
M: Doug Ledford <[email protected]> | ||
M: Sean Hefty <[email protected]> | ||
M: Hal Rosenstock <[email protected]> | ||
L: [email protected] | ||
W: http://www.openfabrics.org/ | ||
Q: http://patchwork.kernel.org/project/linux-rdma/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git | ||
T: git git://github.com/dledford/linux.git | ||
S: Supported | ||
F: Documentation/infiniband/ | ||
F: drivers/infiniband/ | ||
F: include/uapi/linux/if_infiniband.h | ||
F: include/uapi/rdma/ | ||
F: include/rdma/ | ||
|
||
INOTIFY | ||
M: John McCutchan <[email protected]> | ||
|
@@ -5798,6 +5813,7 @@ F: drivers/scsi/53c700* | |
LED SUBSYSTEM | ||
M: Bryan Wu <[email protected]> | ||
M: Richard Purdie <[email protected]> | ||
M: Jacek Anaszewski <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git | ||
S: Maintained | ||
|
@@ -10523,7 +10539,6 @@ F: include/linux/virtio_console.h | |
F: include/uapi/linux/virtio_console.h | ||
|
||
VIRTIO CORE, NET AND BLOCK DRIVERS | ||
M: Rusty Russell <[email protected]> | ||
M: "Michael S. Tsirkin" <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -11031,6 +11046,7 @@ F: drivers/media/pci/zoran/ | |
ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER | ||
M: Minchan Kim <[email protected]> | ||
M: Nitin Gupta <[email protected]> | ||
R: Sergey Senozhatsky <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/block/zram/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.