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 'drm-intel-next-2012-06-21-merged' of git://people.freedesk…
…top.org/~danvet/drm-intel into drm-core-next Daniel writes: New -next pull request. Highlights: - Remaining vlv patches from Jesse et al. - Some hw workarounds from Jesse - hw context support from Ben - full uncore sharing on ivb - prep work to move the gtt code from intel-gtt.c to drm/i915 for gen6+ - some backlight code improvements - leftovers for the timeout ioctl (we've forgotten the getparam) - ibx transcoder workarounds - some smaller fixlets and improvements - the new version of the "dont rely on HPD exclusively for VGA" patch Wrt regressions QA reported quite a few this time around. - The piglit/kernel-test fallout all has patches that are just awaiting review and merging into the next -next cycle. - Which just leaves a bunch of bugs about new modelines that don't work. It looks like these are all due to the new 16:9/16:10 modes in 3.5 (yeah, only in this manual testing cycle did the git branch used by QA contain a backmerge of mainline with these patches). Although I haven't yet confirmed this by letting our QA test the revert of that series. - Wrt bugs in general I'm trying to fight down some of our long-standing backlight issues (not regressions), but this seems to be a game of "you move, you lose" ... :(" Dropped merge bits since this had an -rc4 merge in it to fix some ugly conflicts.
- Loading branch information
Showing
286 changed files
with
3,257 additions
and
1,240 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 |
---|---|---|
|
@@ -111,6 +111,7 @@ Uwe Kleine-König <[email protected]> | |
Uwe Kleine-König <[email protected]> | ||
Uwe Kleine-König <[email protected]> | ||
Valdis Kletnieks <[email protected]> | ||
Viresh Kumar <[email protected]> <[email protected]> | ||
Takashi YOSHII <[email protected]> | ||
Yusuke Goda <[email protected]> | ||
Gustavo Padovan <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -219,6 +219,7 @@ What: /sys/bus/iio/devices/iio:deviceX/in_voltageY_scale | |
What: /sys/bus/iio/devices/iio:deviceX/in_voltageY_supply_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_voltage_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_accel_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_accel_peak_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_scale | ||
|
@@ -273,6 +274,7 @@ What: /sys/bus/iio/devices/iio:deviceX/in_accel_scale_available | |
What: /sys/.../iio:deviceX/in_voltageX_scale_available | ||
What: /sys/.../iio:deviceX/in_voltage-voltage_scale_available | ||
What: /sys/.../iio:deviceX/out_voltageX_scale_available | ||
What: /sys/.../iio:deviceX/out_altvoltageX_scale_available | ||
What: /sys/.../iio:deviceX/in_capacitance_scale_available | ||
KernelVersion: 2.635 | ||
Contact: [email protected] | ||
|
@@ -298,14 +300,19 @@ Description: | |
gives the 3dB frequency of the filter in Hz. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_raw | ||
KernelVersion: 2.6.37 | ||
Contact: [email protected] | ||
Description: | ||
Raw (unscaled, no bias etc.) output voltage for | ||
channel Y. The number must always be specified and | ||
unique if the output corresponds to a single channel. | ||
While DAC like devices typically use out_voltage, | ||
a continuous frequency generating device, such as | ||
a DDS or PLL should use out_altvoltage. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY&Z_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY&Z_raw | ||
KernelVersion: 2.6.37 | ||
Contact: [email protected] | ||
Description: | ||
|
@@ -316,6 +323,8 @@ Description: | |
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_powerdown_mode | ||
What: /sys/bus/iio/devices/iio:deviceX/out_voltage_powerdown_mode | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_powerdown_mode | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltage_powerdown_mode | ||
KernelVersion: 2.6.38 | ||
Contact: [email protected] | ||
Description: | ||
|
@@ -330,6 +339,8 @@ Description: | |
|
||
What: /sys/.../iio:deviceX/out_votlageY_powerdown_mode_available | ||
What: /sys/.../iio:deviceX/out_voltage_powerdown_mode_available | ||
What: /sys/.../iio:deviceX/out_altvotlageY_powerdown_mode_available | ||
What: /sys/.../iio:deviceX/out_altvoltage_powerdown_mode_available | ||
KernelVersion: 2.6.38 | ||
Contact: [email protected] | ||
Description: | ||
|
@@ -338,6 +349,8 @@ Description: | |
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_powerdown | ||
What: /sys/bus/iio/devices/iio:deviceX/out_voltage_powerdown | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_powerdown | ||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltage_powerdown | ||
KernelVersion: 2.6.38 | ||
Contact: [email protected] | ||
Description: | ||
|
@@ -346,6 +359,24 @@ Description: | |
normal operation. Y may be suppressed if all outputs are | ||
controlled together. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency | ||
KernelVersion: 3.4.0 | ||
Contact: [email protected] | ||
Description: | ||
Output frequency for channel Y in Hz. The number must always be | ||
specified and unique if the output corresponds to a single | ||
channel. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_phase | ||
KernelVersion: 3.4.0 | ||
Contact: [email protected] | ||
Description: | ||
Phase in radians of one frequency/clock output Y | ||
(out_altvoltageY) relative to another frequency/clock output | ||
(out_altvoltageZ) of the device X. The number must always be | ||
specified and unique if the output corresponds to a single | ||
channel. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/events | ||
KernelVersion: 2.6.35 | ||
Contact: [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
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 |
---|---|---|
|
@@ -579,7 +579,7 @@ F: drivers/net/appletalk/ | |
F: net/appletalk/ | ||
|
||
ARASAN COMPACT FLASH PATA CONTROLLER | ||
M: Viresh Kumar <viresh.kumar@st.com> | ||
M: Viresh Kumar <viresh.linux@gmail.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: include/linux/pata_arasan_cf_data.h | ||
|
@@ -5296,7 +5296,7 @@ S: Maintained | |
F: drivers/pinctrl/ | ||
|
||
PIN CONTROLLER - ST SPEAR | ||
M: Viresh Kumar <viresh.kumar@st.com> | ||
M: Viresh Kumar <viresh.linux@gmail.com> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://www.st.com/spear | ||
|
@@ -5873,7 +5873,7 @@ S: Maintained | |
F: drivers/tty/serial | ||
|
||
SYNOPSYS DESIGNWARE DMAC DRIVER | ||
M: Viresh Kumar <viresh.kumar@st.com> | ||
M: Viresh Kumar <viresh.linux@gmail.com> | ||
S: Maintained | ||
F: include/linux/dw_dmac.h | ||
F: drivers/dma/dw_dmac_regs.h | ||
|
@@ -6021,7 +6021,7 @@ S: Maintained | |
F: drivers/mmc/host/sdhci-s3c.c | ||
|
||
SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER | ||
M: Viresh Kumar <viresh.kumar@st.com> | ||
M: Viresh Kumar <viresh.linux@gmail.com> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -6377,7 +6377,7 @@ S: Maintained | |
F: include/linux/compiler.h | ||
|
||
SPEAR PLATFORM SUPPORT | ||
M: Viresh Kumar <viresh.kumar@st.com> | ||
M: Viresh Kumar <viresh.linux@gmail.com> | ||
M: Shiraz Hashim <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -6386,7 +6386,7 @@ S: Maintained | |
F: arch/arm/plat-spear/ | ||
|
||
SPEAR13XX MACHINE SUPPORT | ||
M: Viresh Kumar <viresh.kumar@st.com> | ||
M: Viresh Kumar <viresh.linux@gmail.com> | ||
M: Shiraz Hashim <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -6395,7 +6395,7 @@ S: Maintained | |
F: arch/arm/mach-spear13xx/ | ||
|
||
SPEAR3XX MACHINE SUPPORT | ||
M: Viresh Kumar <viresh.kumar@st.com> | ||
M: Viresh Kumar <viresh.linux@gmail.com> | ||
M: Shiraz Hashim <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -6406,15 +6406,15 @@ F: arch/arm/mach-spear3xx/ | |
SPEAR6XX MACHINE SUPPORT | ||
M: Rajeev Kumar <[email protected]> | ||
M: Shiraz Hashim <[email protected]> | ||
M: Viresh Kumar <viresh.kumar@st.com> | ||
M: Viresh Kumar <viresh.linux@gmail.com> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://www.st.com/spear | ||
S: Maintained | ||
F: arch/arm/mach-spear6xx/ | ||
|
||
SPEAR CLOCK FRAMEWORK SUPPORT | ||
M: Viresh Kumar <viresh.kumar@st.com> | ||
M: Viresh Kumar <viresh.linux@gmail.com> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://www.st.com/spear | ||
|
@@ -7421,7 +7421,7 @@ F: include/linux/vlynq.h | |
|
||
VME SUBSYSTEM | ||
M: Martyn Welch <[email protected]> | ||
M: Manohar Vanga <manohar.vanga@cern.ch> | ||
M: Manohar Vanga <manohar.vanga@gmail.com> | ||
M: Greg Kroah-Hartman <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
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
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
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
Oops, something went wrong.