From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2559AC43334 for ; Fri, 24 Jun 2022 12:17:01 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6AC3884328; Fri, 24 Jun 2022 14:16:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=monstr.eu Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=monstr-eu.20210112.gappssmtp.com header.i=@monstr-eu.20210112.gappssmtp.com header.b="eRwDa77Q"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8265C84390; Fri, 24 Jun 2022 14:16:58 +0200 (CEST) Received: from mail-lf1-x129.google.com (mail-lf1-x129.google.com [IPv6:2a00:1450:4864:20::129]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 40E4D84310 for ; Fri, 24 Jun 2022 14:16:56 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=monstr.eu Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=monstr@monstr.eu Received: by mail-lf1-x129.google.com with SMTP id t25so4143578lfg.7 for ; Fri, 24 Jun 2022 05:16:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=N7BaUJZZDmrvS5CzLK1dzQSUfsQSJ04Xu4CE7hj2SZs=; b=eRwDa77QuGFB7Mi2fdMhohLVb+gRMDudwTdgJ5byoCOi87arRHhsovgR1neQ5reWtM Vyb/t4pmGLrOt4AKqouIbvHMO/4J7Fl1D00AWMXusgy9jM5CdxUB6iM618CpmpxzBlsa /rT7RuUEJ6hZrc2W1dpP8v3dxdpGcHHOoteTSCC9PIMY5JQJxLELQ76PuHZ3slJ673Lv OINzG0cNo1/G7nd3TAf0DSyuvH3JBNKRHC+g9xaz5FrZrexBPy1UwIU27CAy8KLlRMIv yu/NzWlJmoI6LiHmcBaFpgOvbp5QFOMxGrP0JAx5qBZLXE971GDnBtEM9nRSgevgDjI2 dfTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=N7BaUJZZDmrvS5CzLK1dzQSUfsQSJ04Xu4CE7hj2SZs=; b=ng4v1Ux/1jsfhYJD8iOMpuzYiOZpc8cumSr9L3EwyyZzFCiD/I0zJT5pC7Z9F0MFnw e5ekYtrpNoLXKZOW/YyweM9EZkMuKdMOlUA4LZrPR5O0hIe14oV6I6euF54TIBj7YLxX LFLPB7+eE2+FZupQHZ3w/sCF/uIgTFGeCGJQddGyV1us5SBnYIJTNith947k1MNoF4hG HBDaY54UnOyBbpgDLYnlhe+AE3aXq2YuCsragSOcpOjdOCAqiDwfeI/8xqsZJRGpE8KI 95+lioEkZ/Uq8aWu+h64XzHllIITZA46ZA88hGYS8zYx6SKiFmf/M1CvwSwwFoY/7TRA IGqQ== X-Gm-Message-State: AJIora+3rugbxtJIh21SCnaPvHbk8fDrrMQYgvEbPIBFCPTcLWGEt0hN QyF0GXFN74HirEThFH6FGcUHY7z0K7jgjGEjqVwOZdO0FNs= X-Google-Smtp-Source: AGRyM1t7bbtx90MqyqqHjAokv+MsSde/LIg9zhZlBR0RMXDqqnqW41g+jA9S7kDZqQaw2q651ofD2GLl2YVNLNnoftI= X-Received: by 2002:a05:6512:3d02:b0:47f:afa3:296f with SMTP id d2-20020a0565123d0200b0047fafa3296fmr3616476lfv.532.1656073015052; Fri, 24 Jun 2022 05:16:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Michal Simek Date: Fri, 24 Jun 2022 14:16:42 +0200 Message-ID: Subject: Re: [PATCH 0/2] microblaze: Fix timer and interrupt code To: U-Boot , git Cc: Bin Meng , =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= , Eugen Hristev , Giulio Benetti , Heinrich Schuchardt , Jim Liu , Ovidiu Panait , Rick Chen , Sean Anderson , Simon Glass , Stanley Chu Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean st 8. 6. 2022 v 12:39 odes=C3=ADlatel Michal Simek napsa= l: > > Hi, > > this series is moving timer to generic drivers/timer/ location and it is > removing unused interrupt code in architecture. > > note: This patchset is based on rela and cache series. > > Thanks, > Michal > > > Michal Simek (2): > microblaze: Convert axi timer to DM driver > microblaze: Remove interrupt handler > > MAINTAINERS | 1 + > arch/Kconfig | 6 +- > arch/microblaze/cpu/Makefile | 2 +- > arch/microblaze/cpu/interrupts.c | 182 +----------------- > arch/microblaze/cpu/timer.c | 123 ------------ > arch/microblaze/include/asm/microblaze_intc.h | 37 ---- > .../microblaze/include/asm/microblaze_timer.h | 26 --- > drivers/timer/Kconfig | 8 + > drivers/timer/Makefile | 1 + > drivers/timer/xilinx-timer.c | 82 ++++++++ > 10 files changed, 99 insertions(+), 369 deletions(-) > delete mode 100644 arch/microblaze/cpu/timer.c > delete mode 100644 arch/microblaze/include/asm/microblaze_intc.h > delete mode 100644 arch/microblaze/include/asm/microblaze_timer.h > create mode 100644 drivers/timer/xilinx-timer.c > > -- > 2.36.1 > Applied. M --=20 Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Xilinx Microblaze Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs