Message ID | 20250519-dev-axi-clkgen-limits-v6-2-bc4b3b61d1d4@analog.com |
---|---|
State | New |
Headers | show
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8180326C3B8; Mon, 19 May 2025 15:50:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747669827; cv=none; b=Lg0Q2HQAwNFoYYDGOhQcMfuDW4ir3jjuugTfiMJgS4aDLVDSJBKLkBtbBXiB3/cot2D2L20O+mWmJmg9KILIeUylyQMeK/DNzSsdFPi528nyycYkQbZluPLJC6UGblSaEXtNeEjjcnJPQYzkwoNqS5PLt6nj3inPAdf8hjYn4AU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747669827; c=relaxed/simple; bh=Lc+0ipnOsOyMrbnE9ygCUwscmE7Y6WD4G1olrBmxHzk=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=Q/+qcORqQhUoeGkLFlY6Ag/pPHYEAJXAESirFbqRjvMmXoDXJIZPAlp8HenTjUNjHBN8Uuf4DCn++JipezmBMuOc3xx3M+rV6vXV+uc9CzCIRrd6Vi/QKsVUryGVwldVEugjzr/AUAm47JfXnwgp/Y4ZyMN8lGl8unyyEagzF3I= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KIsZt0VZ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KIsZt0VZ" Received: by smtp.kernel.org (Postfix) with ESMTPS id 0EF3FC4CEE9; Mon, 19 May 2025 15:50:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747669827; bh=Lc+0ipnOsOyMrbnE9ygCUwscmE7Y6WD4G1olrBmxHzk=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=KIsZt0VZO6IOlVN6Mwqw1i/Pubpi2mkILfAsucLYiHLoc7xJSK/IH+Hyo6KecTDvb D5UScGmpqPlGF8/Mtp3dWtojHVx/kwFpyqze3Dp5E72VU0xvek0J1ePS+dvB1B3+Oq o0cvSwsISKq3f3FP7wAKQ9vexstdOyeYzMkZQwhOu6JQ99oJrkrckBRBQt3FWPGGoF zE5+NZHjljEZBxWYivMxQ3zkklQJjw63CpPuPQ2ageVGN7dgt2kIvHGUqw9Bc2SJby P+rJ3xyG+8mMfraEQfh1wbopzzLvvAZGVuylNfhaOzsgo/zHkYoElnWPio1jjJudbK rghfS0SugoIYg== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F12E8C54795; Mon, 19 May 2025 15:50:26 +0000 (UTC) From: =?utf-8?q?Nuno_S=C3=A1_via_B4_Relay?= <devnull+nuno.sa.analog.com@kernel.org> Date: Mon, 19 May 2025 16:41:07 +0100 Subject: [PATCH v6 2/7] clk: clk-axi-clkgen: make sure to include mod_devicetable.h Precedence: bulk X-Mailing-List: linux-spi@vger.kernel.org List-Id: <linux-spi.vger.kernel.org> List-Subscribe: <mailto:linux-spi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-spi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-Id: <20250519-dev-axi-clkgen-limits-v6-2-bc4b3b61d1d4@analog.com> References: <20250519-dev-axi-clkgen-limits-v6-0-bc4b3b61d1d4@analog.com> In-Reply-To: <20250519-dev-axi-clkgen-limits-v6-0-bc4b3b61d1d4@analog.com> To: linux-clk@vger.kernel.org, linux-fpga@vger.kernel.org, dmaengine@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-iio@vger.kernel.org, linux-pwm@vger.kernel.org, linux-spi@vger.kernel.org Cc: Stephen Boyd <sboyd@kernel.org>, Michael Turquette <mturquette@baylibre.com>, Moritz Fischer <mdf@kernel.org>, Wu Hao <hao.wu@intel.com>, Xu Yilun <yilun.xu@intel.com>, Tom Rix <trix@redhat.com>, Vinod Koul <vkoul@kernel.org>, Jean Delvare <jdelvare@suse.com>, Guenter Roeck <linux@roeck-us.net>, Michael Hennerich <Michael.Hennerich@analog.com>, Jonathan Cameron <jic23@kernel.org>, Trevor Gamblin <tgamblin@baylibre.com>, =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= <ukleinek@kernel.org>, David Lechner <dlechner@baylibre.com>, Mark Brown <broonie@kernel.org>, Mike Turquette <mturquette@linaro.org> X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1747669828; l=659; i=nuno.sa@analog.com; s=20231116; h=from:subject:message-id; bh=/HIQW7i7xy9rSNcN8n33vnPmXH+zPymhP7sV+jmjYCI=; b=jTfKe41+s39+r1n7FIUdDysTMeQd2qLmCSO1f7t2QqjsJoy2IwxMao0suEh7xk7RpCa7ZDxJN fGi/KcK4OpCB/8Q4whhkL8PTmI7udp70ZunzveDo21hnyxvhrf8v3Aw X-Developer-Key: i=nuno.sa@analog.com; a=ed25519; pk=3NQwYA013OUYZsmDFBf8rmyyr5iQlxV/9H4/Df83o1E= X-Endpoint-Received: by B4 Relay for nuno.sa@analog.com/20231116 with auth_id=100 X-Original-From: =?utf-8?q?Nuno_S=C3=A1?= <nuno.sa@analog.com> Reply-To: nuno.sa@analog.com |
Series |
clk: clk-axi-clkgen: improvements and some fixes
|
expand
|
diff --git a/drivers/clk/clk-axi-clkgen.c b/drivers/clk/clk-axi-clkgen.c index 00bf799964c61a3efc042b0f3a9ec3bc8625c9da..2a95f9b220234a1245024a821c50e1eb9c104ac9 100644 --- a/drivers/clk/clk-axi-clkgen.c +++ b/drivers/clk/clk-axi-clkgen.c @@ -13,6 +13,7 @@ #include <linux/io.h> #include <linux/of.h> #include <linux/module.h> +#include <linux/mod_devicetable.h> #include <linux/err.h> #define AXI_CLKGEN_V2_REG_RESET 0x40