- pxafb-preliminary-smart-panel-interface-support-update.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     pxafb: preliminary smart panel interface support (update)
has been removed from the -mm tree.  Its filename was
     pxafb-preliminary-smart-panel-interface-support-update.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: pxafb: preliminary smart panel interface support (update)
From: Eric Miao <eric.miao@xxxxxxxxxxx>

FB_PXA_SMARTPANEL defaults to "n" and removed the cast to void *.

Signed-off-by: Daniel Mack <daniel@xxxxxxxx>
Acked-by: Eric Miao <eric.miao@xxxxxxxxxxx>
Cc: "Antonino A. Daplas" <adaplas@xxxxxxx>
Cc: Russell King <rmk@xxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/video/Kconfig |    2 +-
 drivers/video/pxafb.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/video/Kconfig~pxafb-preliminary-smart-panel-interface-support-update drivers/video/Kconfig
--- a/drivers/video/Kconfig~pxafb-preliminary-smart-panel-interface-support-update
+++ a/drivers/video/Kconfig
@@ -1776,7 +1776,7 @@ config FB_PXA
 
 config FB_PXA_SMARTPANEL
 	bool "PXA Smartpanel LCD support"
-	default y
+	default n
 	depends on FB_PXA
 
 config FB_PXA_PARAMETERS
diff -puN drivers/video/pxafb.c~pxafb-preliminary-smart-panel-interface-support-update drivers/video/pxafb.c
--- a/drivers/video/pxafb.c~pxafb-preliminary-smart-panel-interface-support-update
+++ a/drivers/video/pxafb.c
@@ -720,7 +720,7 @@ static void setup_smart_timing(struct px
 
 static int pxafb_smart_thread(void *arg)
 {
-	struct pxafb_info *fbi = (struct pxafb_info *) arg;
+	struct pxafb_info *fbi = arg;
 	struct pxafb_mach_info *inf = fbi->dev->platform_data;
 
 	if (!fbi || !inf->smart_update) {
_

Patches currently in -mm which might be from eric.miao@xxxxxxxxxxx are

origin.patch
git-arm.patch
gpio-pca953x-add-support-for-pca9555-i2c-i-o-expander.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux