Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e997bb8 authored by Anton Vorontsov's avatar Anton Vorontsov
Browse files

Merge branch 'urgent'

Conflicts:
	drivers/power/pm2301_charger.c
parents c6cc9fc9 92413a9b
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -1510,6 +1510,14 @@ D: Natsemi ethernet
D: Cobalt Networks (x86) support
D: Cobalt Networks (x86) support
D: This-and-That
D: This-and-That


N: Mark M. Hoffman
E: mhoffman@lightlink.com
D: asb100, lm93 and smsc47b397 hardware monitoring drivers
D: hwmon subsystem core
D: hwmon subsystem maintainer
D: i2c-sis96x and i2c-stub SMBus drivers
S: USA

N: Dirk Hohndel
N: Dirk Hohndel
E: hohndel@suse.de
E: hohndel@suse.de
D: The XFree86[tm] Project
D: The XFree86[tm] Project
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ Supported chips:
    Datasheet: Publicly available at the Maxim website
    Datasheet: Publicly available at the Maxim website
               http://www.maxim-ic.com/
               http://www.maxim-ic.com/
  * Microchip (TelCom) TCN75
  * Microchip (TelCom) TCN75
    Prefix: 'lm75'
    Prefix: 'tcn75'
    Addresses scanned: none
    Addresses scanned: none
    Datasheet: Publicly available at the Microchip website
    Datasheet: Publicly available at the Microchip website
               http://www.microchip.com/
               http://www.microchip.com/
+1 −1
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@ Supported adapters:
    Documentation:
    Documentation:
	http://www.diolan.com/i2c/u2c12.html
	http://www.diolan.com/i2c/u2c12.html


Author: Guenter Roeck <guenter.roeck@ericsson.com>
Author: Guenter Roeck <linux@roeck-us.net>


Description
Description
-----------
-----------
+1 −1
Original line number Original line Diff line number Diff line
@@ -912,7 +912,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
    models depending on the codec chip.  The list of available models
    models depending on the codec chip.  The list of available models
    is found in HD-Audio-Models.txt
    is found in HD-Audio-Models.txt


    The model name "genric" is treated as a special case.  When this
    The model name "generic" is treated as a special case.  When this
    model is given, the driver uses the generic codec parser without
    model is given, the driver uses the generic codec parser without
    "codec-patch".  It's sometimes good for testing and debugging.
    "codec-patch".  It's sometimes good for testing and debugging.


+1 −1
Original line number Original line Diff line number Diff line
@@ -285,7 +285,7 @@ sample data.
<H4>
<H4>
7.2.4 Close Callback</H4>
7.2.4 Close Callback</H4>
The <TT>close</TT> callback is called when this device is closed by the
The <TT>close</TT> callback is called when this device is closed by the
applicaion. If any private data was allocated in open callback, it must
application. If any private data was allocated in open callback, it must
be released in the close callback. The deletion of ALSA port should be
be released in the close callback. The deletion of ALSA port should be
done here, too. This callback must not be NULL.
done here, too. This callback must not be NULL.
<H4>
<H4>
Loading