[mips*/loongson-2f] video: Re-add and enable sm7xxfb driver, removed upstream in 3.15

svn path=/dists/trunk/linux/; revision=21775
This commit is contained in:
Ben Hutchings 2014-09-07 20:39:29 +00:00
parent 84a0830f61
commit 394b7f7b25
4 changed files with 1914 additions and 0 deletions

2
debian/changelog vendored
View File

@ -29,6 +29,8 @@ linux (3.16.2-1) UNRELEASED; urgency=medium
* [armhf] Re-enable SPI_IMX as module
* [i386] comedi: Enable COMEDI_DAC02 as module, replacing COMEDI_POC
* sound: Disable SND_CS5535AUDIO on all but i386 and mips*/loongson-2f
* [mips*/loongson-2f] video: Re-add and enable sm7xxfb driver, removed
upstream in 3.15
[ Vagrant Cascadian ]
* [armmp] Enable IMX_IPUV3_CORE (closes: #756810).

View File

@ -75,6 +75,11 @@ CONFIG_RTC_DRV_CMOS=y
##
# CONFIG_SCSI_LPFC is not set
##
## file: drivers/staging/sm7xxfb/Kconfig
##
CONFIG_FB_SM7XX=y
##
## file: drivers/tty/Kconfig
##

File diff suppressed because it is too large Load Diff

View File

@ -105,3 +105,4 @@ features/x86/x86-make-x32-syscall-support-conditional.patch
bugfix/s390/s390-3215-fix-hanging-console-issue.patch
bugfix/all/aio-fix-reqs_available-handling.patch
features/all/virtio-scsi-Implement-change_queue_depth-for-virtscs.patch
debian/revert-staging-sm7xxfb-remove-driver.patch