Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1623954

[PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first level irq unmask

From sathyanarayanan.kuppuswamy@linux.intel.com
Newsgroups linux.kernel
Subject [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first level irq unmask
Date 2017-04-15 01:30 +0200
Message-ID <twiP7-7rl-1@gated-at.bofh.it> (permalink)
References <twiP7-7rl-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>

Currently in WCOVE PMIC mfd driver, all second level irq chips
are chained to the respective first level irqs. So there is no
need for explicitly unmasking the first level irq in this
driver. This patches removes this level 1 irq unmask support.

Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
---
 drivers/platform/x86/intel_bxtwc_tmu.c | 4 ----
 1 file changed, 4 deletions(-)

Changes since v1:
 * None

diff --git a/drivers/platform/x86/intel_bxtwc_tmu.c b/drivers/platform/x86/intel_bxtwc_tmu.c
index e202abd..ea865d4 100644
--- a/drivers/platform/x86/intel_bxtwc_tmu.c
+++ b/drivers/platform/x86/intel_bxtwc_tmu.c
@@ -92,10 +92,6 @@ static int bxt_wcove_tmu_probe(struct platform_device *pdev)
 	}
 	wctmu->irq = virq;
 
-	/* Enable TMU interrupts */
-	regmap_update_bits(wctmu->regmap, BXTWC_MIRQLVL1,
-				  BXTWC_MIRQLVL1_MTMU, 0);
-
 	/* Unmask TMU second level Wake & System alarm */
 	regmap_update_bits(wctmu->regmap, BXTWC_MTMUIRQ_REG,
 				  BXTWC_TMU_ALRM_MASK, 0);
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first level irq unmask sathyanarayanan.kuppuswamy@linux.intel.com - 2017-04-15 01:30 +0200
  Re: [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first  level irq unmask Darren Hart <dvhart@infradead.org> - 2017-04-22 00:10 +0200
    Re: [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first level  irq unmask sathyanarayanan kuppuswamy          <sathyanarayanan.kuppuswamy@linux.intel.com> - 2017-04-22 00:40 +0200
      Re: [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first level  irq unmask Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-04-22 05:00 +0200
        Re: [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first  level irq unmask Lee Jones <lee.jones@linaro.org> - 2017-04-24 11:30 +0200
          Re: [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first level  irq unmask Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-04-24 11:50 +0200
            Re: [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first  level irq unmask Lee Jones <lee.jones@linaro.org> - 2017-04-24 14:30 +0200
    Re: [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first  level irq unmask Lee Jones <lee.jones@linaro.org> - 2017-04-24 11:30 +0200

csiph-web