From patchwork Mon Dec 21 16:41:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksey Makarov X-Patchwork-Id: 58819 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp2715205lbb; Mon, 21 Dec 2015 08:45:04 -0800 (PST) X-Received: by 10.66.136.108 with SMTP id pz12mr28428642pab.93.1450716293929; Mon, 21 Dec 2015 08:44:53 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r76si3781808pfa.243.2015.12.21.08.44.53; Mon, 21 Dec 2015 08:44:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-serial-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-serial-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-serial-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751432AbbLUQoq (ORCPT + 1 other); Mon, 21 Dec 2015 11:44:46 -0500 Received: from mail-lb0-f181.google.com ([209.85.217.181]:35868 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751434AbbLUQnz (ORCPT ); Mon, 21 Dec 2015 11:43:55 -0500 Received: by mail-lb0-f181.google.com with SMTP id oh2so18229761lbb.3 for ; Mon, 21 Dec 2015 08:43:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=P+4f6yZNTApvINt3YUlH0qPKd6ERpazhs+LdownngmI=; b=Cr3syESlQzRsuy0PTVqFALOVUCYbZbD94Rbg+cfYEzTXLG4OlCcaU5OaVfIpKIFL9I Wu1XTBGUr/px+QWcfeidM8aTBqCgZoKelVe7aNCiAhKl776ku7RPm2F1UV7ODf+TqBBi +cGhtNP14Xh9XAechQ+qvgGMxuKsUvYuGLjTU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=P+4f6yZNTApvINt3YUlH0qPKd6ERpazhs+LdownngmI=; b=Yx1MpEbrf354kV707EzAmANTD2Pq91A+LHWSoNLxMMn7Lqp2H9laZiVzwTnOMt1X1P A5mMuHx/cj7EFp1w+dPcx+Zl5z88SfEuB6mSdJ1m3nRsJ+ijKvhSVGW0Rz4kJ3nZh+hP w1QEvuT0gOXQS655dO83FG6hiC6tC56NmCNWWEOcvzAaF3eBiIlD4PB76f7nlVGuWXTf PW4LkvY68A5gXyNGHCpYSEgOlbS6kU1U9F/+wIIWx39rTcRT49STrJJJrlgfN+tKUwl+ P9V+C/O3Jf3rhcJvhxeZdEp7vxZVrWzWYBeiYOQ1eMahlQSKTO7shzDSuSlxXUvfgcyv f7RQ== X-Gm-Message-State: ALoCoQmXBiuvMEhiFddnyBcRDiA5WgGgYlTGEcqsO6t0zaiHJwA9Y7gmA+tFlTs0LBMJX24YtfU9EaMNEkVODLB+2Ja9gY2rFg== X-Received: by 10.112.142.70 with SMTP id ru6mr6784836lbb.51.1450716234320; Mon, 21 Dec 2015 08:43:54 -0800 (PST) Received: from turnip.localdomain (nivc-213.auriga.ru. [80.240.102.213]) by smtp.gmail.com with ESMTPSA id xt2sm4970674lbb.47.2015.12.21.08.43.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 Dec 2015 08:43:53 -0800 (PST) From: Aleksey Makarov To: linux-acpi@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Aleksey Makarov , Graeme Gregory , Russell King , Greg Kroah-Hartman , "Rafael J . Wysocki" , Shannon Zhao , Len Brown Subject: [PATCH v3 2/3] ACPI: scan add in amba probing Date: Mon, 21 Dec 2015 19:41:37 +0300 Message-Id: <1450716100-13688-3-git-send-email-aleksey.makarov@linaro.org> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1450716100-13688-1-git-send-email-aleksey.makarov@linaro.org> References: <1450716100-13688-1-git-send-email-aleksey.makarov@linaro.org> Sender: linux-serial-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org From: Graeme Gregory Add a new ACPI scan handler for AMBA devices. Signed-off-by: Graeme Gregory Signed-off-by: Aleksey Makarov --- drivers/acpi/scan.c | 1 + 1 file changed, 1 insertion(+) -- 2.6.4 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 78d5f02..20c8cba 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1922,6 +1922,7 @@ int __init acpi_scan_init(void) acpi_memory_hotplug_init(); acpi_pnp_init(); acpi_int340x_thermal_init(); + acpi_amba_init(); acpi_scan_add_handler(&generic_device_handler);