-
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 branch 'staging/for_v3.7' into v4l_for_linus
* staging/for_v3.7: (2891 commits) em28xx: regression fix: use DRX-K sync firmware requests on em28xx drxk: allow loading firmware synchrousnously em28xx: Make all em28xx extensions to be initialized asynchronously [media] tda18271: properly report read errors in tda18271_get_id [media] tda18271: delay IR & RF calibration until init() if delay_cal is set [media] MAINTAINERS: add Michael Krufky as tda827x maintainer [media] MAINTAINERS: add Michael Krufky as tda8290 maintainer [media] MAINTAINERS: add Michael Krufky as cxusb maintainer [media] MAINTAINERS: add Michael Krufky as lg2160 maintainer [media] MAINTAINERS: add Michael Krufky as lgdt3305 maintainer [media] MAINTAINERS: add Michael Krufky as mxl111sf maintainer [media] MAINTAINERS: add Michael Krufky as mxl5007t maintainer [media] MAINTAINERS: add Michael Krufky as tda18271 maintainer [media] s5p-tv: Report only multi-plane capabilities in vidioc_querycap [media] s5p-mfc: Fix misplaced return statement in s5p_mfc_suspend() [media] exynos-gsc: Add missing static storage class specifiers [media] exynos-gsc: Remove <linux/version.h> header file inclusion [media] s5p-fimc: Fix incorrect condition in fimc_lite_reqbufs() [media] s5p-tv: Fix potential NULL pointer dereference error [media] s5k6aa: Fix possible NULL pointer dereference ... Conflicts: drivers/media/platform/s5p-fimc/fimc-capture.c drivers/media/platform/s5p-fimc/fimc-lite.c
- Loading branch information
Showing
3,775 changed files
with
78,164 additions
and
44,880 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,5 @@ | ||
What: /proc/sys/vm/nr_pdflush_threads | ||
Date: June 2012 | ||
Contact: Wanpeng Li <liwp@linux.vnet.ibm.com> | ||
Description: Since pdflush is replaced by per-BDI flusher, the interface of old pdflush | ||
exported in /proc/sys/vm/ should be removed. |
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
44 changes: 44 additions & 0 deletions
44
Documentation/ABI/testing/sysfs-devices-platform-sh_mobile_lcdc_fb
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,44 @@ | ||
What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_alpha | ||
Date: May 2012 | ||
Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
Description: | ||
This file is only available on fb[0-9] devices corresponding | ||
to overlay planes. | ||
|
||
Stores the alpha blending value for the overlay. Values range | ||
from 0 (transparent) to 255 (opaque). The value is ignored if | ||
the mode is not set to Alpha Blending. | ||
|
||
What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_mode | ||
Date: May 2012 | ||
Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
Description: | ||
This file is only available on fb[0-9] devices corresponding | ||
to overlay planes. | ||
|
||
Selects the composition mode for the overlay. Possible values | ||
are | ||
|
||
0 - Alpha Blending | ||
1 - ROP3 | ||
|
||
What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_position | ||
Date: May 2012 | ||
Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
Description: | ||
This file is only available on fb[0-9] devices corresponding | ||
to overlay planes. | ||
|
||
Stores the x,y overlay position on the display in pixels. The | ||
position format is `[0-9]+,[0-9]+'. | ||
|
||
What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_rop3 | ||
Date: May 2012 | ||
Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
Description: | ||
This file is only available on fb[0-9] devices corresponding | ||
to overlay planes. | ||
|
||
Stores the raster operation (ROP3) for the overlay. Values | ||
range from 0 to 255. The value is ignored if the mode is not | ||
set to ROP3. |
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.