From patchwork Mon Jun 3 10:13:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 2651761 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id DCA90DF24C for ; Mon, 3 Jun 2013 10:14:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756964Ab3FCKOC (ORCPT ); Mon, 3 Jun 2013 06:14:02 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:56376 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755736Ab3FCKNr (ORCPT ); Mon, 3 Jun 2013 06:13:47 -0400 Received: by mail-wi0-f182.google.com with SMTP id c10so2479712wiw.15 for ; Mon, 03 Jun 2013 03:13:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references:content-type:x-gm-message-state; bh=Lghjz0f4m5VgfxWc4mK1t5X2d0bI7q+dIaDxVQMvfY8=; b=l4gVBnxNn5B60i8FUlK7d+QaiiwBhphTYmMQ7uVCTPdflcc0D31z68c/8GhKturvo1 ux8xmd57NfAtv04bDRRo58z9KUGpjqeE5pBek83DAF7MnsYRyu8TWisGmsRn0OTmICGF sqK8lNhEe/27MR1qOHGnzSPWXPx7z+mUpbc1DV5NZwVxZKv40Ps/ki1nbZLnKxt9nTxq tftMzwdXvqhLsR/6BDzDy5NJbrVGvBEEtfEINA55JS+l53dp7wgFOK+NQGX/0X9tCBVD TJobIVX0UX/uXrjoRc0s6uHjgXzgNhwd4Yd9xC5QRQ+4CQmAbcfwiQV6UmUOgBc3R2V7 mj/A== X-Received: by 10.180.9.7 with SMTP id v7mr11900576wia.61.1370254426106; Mon, 03 Jun 2013 03:13:46 -0700 (PDT) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id fz8sm22359476wib.2.2013.06.03.03.13.44 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Mon, 03 Jun 2013 03:13:45 -0700 (PDT) From: Michal Simek To: linux-kernel@vger.kernel.org Cc: Michal Simek , Michal Simek , Arnd Bergmann , Timur Tabi , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , linux-fbdev@vger.kernel.org Subject: [PATCH v4 7/7] video: xilinxfb: Use driver for Xilinx ARM Zynq Date: Mon, 3 Jun 2013 12:13:22 +0200 Message-Id: <282ff667cd78aa58ebe93d856142e8446eb837c5.1370254386.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.3 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQnzyaAkWhoBiHaBfbSM01gCxM1xlJYrJzdTs0iwL6y9XMhauYQ9ZkSt7aobguLy0btnezEf Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org From: Michal Simek Enable this driver for all Xilinx platforms. Signed-off-by: Michal Simek --- Changes in v4: - Remove "video: xilinxfb: Fix sparse warnings" patch because it is trying to fix incorrect API usage and sparse should warn about it. Changes in v3: None Changes in v2: None drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.2.3 diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2e937bd..2c301f8 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -2188,7 +2188,7 @@ config FB_PS3_DEFAULT_SIZE_M config FB_XILINX tristate "Xilinx frame buffer support" - depends on FB && (XILINX_VIRTEX || MICROBLAZE) + depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ) select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT