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 'qcom-cleanup-for-4.1' of git://git.kernel.org/pub/scm/linu…
…x/kernel/git/galak/linux-qcom into next/cleanup Merge "qcom cleanup changes for 4.1" from Kumar Gala: General cleanups for MSM/QCOM for 4.1 * Removal of mach-msm and associated drivers cleanups that have been ack'd by associated maintainers * tag 'qcom-cleanup-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom: mmc: Remove msm_sdcc driver gpio: Remove gpio-msm-v1 driver ARM: Remove mach-msm and associated ARM architecture code + Linux 4.0-rc3 Signed-off-by: Olof Johansson <[email protected]>
- Loading branch information
Showing
406 changed files
with
3,651 additions
and
13,387 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Code of Conflict | ||
---------------- | ||
|
||
The Linux kernel development effort is a very personal process compared | ||
to "traditional" ways of developing software. Your code and ideas | ||
behind it will be carefully reviewed, often resulting in critique and | ||
criticism. The review will almost always require improvements to the | ||
code before it can be included in the kernel. Know that this happens | ||
because everyone involved wants to see the best possible solution for | ||
the overall success of Linux. This development process has been proven | ||
to create the most robust operating system kernel ever, and we do not | ||
want to do anything to cause the quality of submission and eventual | ||
result to ever decrease. | ||
|
||
If however, anyone feels personally abused, threatened, or otherwise | ||
uncomfortable due to this process, that is not acceptable. If so, | ||
please contact the Linux Foundation's Technical Advisory Board at | ||
<[email protected]>, or the individual members, and they | ||
will work to resolve the issue to the best of their ability. For more | ||
information on who is on the Technical Advisory Board and what their | ||
role is, please see: | ||
http://www.linuxfoundation.org/programs/advisory-councils/tab | ||
|
||
As a reviewer of code, please strive to keep things civil and focused on | ||
the technical issues involved. We are all humans, and frustrations can | ||
be high on both sides of the process. Try to keep in mind the immortal | ||
words of Bill and Ted, "Be excellent to each other." |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -1244,22 +1244,6 @@ L: [email protected] (subscribers-only) | |
W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | ||
S: Supported | ||
|
||
ARM/QUALCOMM MSM MACHINE SUPPORT | ||
M: David Brown <[email protected]> | ||
M: Daniel Walker <[email protected]> | ||
M: Bryan Huntsman <[email protected]> | ||
L: [email protected] | ||
F: arch/arm/mach-msm/ | ||
F: drivers/video/fbdev/msm/ | ||
F: drivers/mmc/host/msm_sdcc.c | ||
F: drivers/mmc/host/msm_sdcc.h | ||
F: drivers/tty/serial/msm_serial.h | ||
F: drivers/tty/serial/msm_serial.c | ||
F: drivers/*/pm8???-* | ||
F: drivers/mfd/ssbi.c | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git | ||
S: Maintained | ||
|
||
ARM/TOSA MACHINE SUPPORT | ||
M: Dmitry Eremin-Solenikov <[email protected]> | ||
M: Dirk Opfer <[email protected]> | ||
|
@@ -1317,6 +1301,10 @@ L: [email protected] | |
S: Maintained | ||
F: arch/arm/mach-qcom/ | ||
F: drivers/soc/qcom/ | ||
F: drivers/tty/serial/msm_serial.h | ||
F: drivers/tty/serial/msm_serial.c | ||
F: drivers/*/pm8???-* | ||
F: drivers/mfd/ssbi.c | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git | ||
|
||
ARM/RADISYS ENP2611 MACHINE SUPPORT | ||
|
@@ -2065,7 +2053,7 @@ F: include/net/bluetooth/ | |
BONDING DRIVER | ||
M: Jay Vosburgh <[email protected]> | ||
M: Veaceslav Falico <[email protected]> | ||
M: Andy Gospodarek <[email protected]> | ||
M: Andy Gospodarek <[email protected]> | ||
L: [email protected] | ||
W: http://sourceforge.net/projects/bonding/ | ||
S: Supported | ||
|
@@ -8480,6 +8468,14 @@ S: Supported | |
L: [email protected] | ||
F: drivers/net/ethernet/samsung/sxgbe/ | ||
|
||
SAMSUNG THERMAL DRIVER | ||
M: Lukasz Majewski <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
T: https://github.com/lmajewski/linux-samsung-thermal.git | ||
F: drivers/thermal/samsung/ | ||
|
||
SAMSUNG USB2 PHY DRIVER | ||
M: Kamil Debski <[email protected]> | ||
L: [email protected] | ||
|
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.