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 7EE12C43334 for ; Wed, 8 Jun 2022 10:39:16 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 57FED8431A; Wed, 8 Jun 2022 12:39:13 +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="lA8B/u3c"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 49D8B84314; Wed, 8 Jun 2022 12:39:09 +0200 (CEST) Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) (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 421A3842EF for ; Wed, 8 Jun 2022 12:39:05 +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-ed1-x52b.google.com with SMTP id h19so26517754edj.0 for ; Wed, 08 Jun 2022 03:39:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=BVTkP1bIvwV3BWPqWnyUWfuv3y1TAV/SFAp39XvBKr0=; b=lA8B/u3cTyjhgw2G+H87o7NRm8+5pJlmz90Kh+A+ve2jARFzYDj3Uu/ITR/5vbcsGC h4C1m8DI30PQAB3h/C6u0E8GGrgy5VUwQDAVX/WjyiiyfZZyEfEOzvxMmXafLtlPT4Pc WByrVDRNTrb40ORKOhGC7vMTqVx8xg8qH9z8W/1uRsGsgVd+WEI7qOPcTFddfAaqskTI qgqETp38Se2kpOFf/eJyXSSyIe7jEpxM+hwSW7wteC3RZ1vOi1XxUNMPwJPIGsEtyTke LP0czHlQuYx+1BQEOq8iU89XG+xCOs+3Xl5dLytIB73SoGbX5vvryvvfA48OmEe22mBe MmOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=BVTkP1bIvwV3BWPqWnyUWfuv3y1TAV/SFAp39XvBKr0=; b=r29RBzaERWWLNXTuVQvQQvpNHhLgHTPcbBn3mEQIuLM07be1zQWQHsEUO2s/5T1J1F f1YCRc7V+awM2tOdJCFTtQls3QE8SRh70+nlkGxNdxrClQw9+tNJI0iarrzx2Bj5CHRA lGKuEtZvVUfAd7ffzf5mKh5Bzjd3vIVC19tVSpoZzBQVEScwuXSBBFp8eL48bpq3Qx3F IIFdqS8Mb7JZC/gFJE5L8pep1tUhVbapAiUcOBKngxrlXwLBHQOEe3YnP7VJqmPJjd7E 0vFZo9OGvSr0vklNHepIOcnVpDtIVYWL999wL+11+7vaVLTGCebyrzMsMuByhbEm+8Rt Bsaw== X-Gm-Message-State: AOAM531cb/OF92GHEuR3Q/xDFH31Lib1c79xjAYG1n168ZDhEStOXCCt fcQCdNYRt7jIV6QZmmcU1tRU+0mOOdJNKg== X-Google-Smtp-Source: ABdhPJxg/5c2/w1tn1sJjdlbFXKulVtXmY3BHzBgZIKqjYCKxhlVMNZowDSRStcrhBE8ifisLgu3xg== X-Received: by 2002:a50:99de:0:b0:42d:cf13:e17f with SMTP id n30-20020a5099de000000b0042dcf13e17fmr38354665edb.428.1654684744504; Wed, 08 Jun 2022 03:39:04 -0700 (PDT) Received: from localhost ([2a02:768:2307:40d6::f9e]) by smtp.gmail.com with ESMTPSA id h1-20020a170906590100b006fe97996423sm8914468ejq.219.2022.06.08.03.39.03 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 08 Jun 2022 03:39:03 -0700 (PDT) From: Michal Simek X-Google-Original-From: Michal Simek To: u-boot@lists.denx.de, git@xilinx.com Cc: Bin Meng , =?UTF-8?q?Cl=C3=A9ment=20L=C3=A9ger?= , Eugen Hristev , Giulio Benetti , Heinrich Schuchardt , Jim Liu , Michal Simek , Ovidiu Panait , Rick Chen , Sean Anderson , Simon Glass , Stanley Chu Subject: [PATCH 0/2] microblaze: Fix timer and interrupt code Date: Wed, 8 Jun 2022 12:38:52 +0200 Message-Id: X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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.5 at phobos.denx.de X-Virus-Status: Clean 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