Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6eda6c5 authored by Sundar Iyer's avatar Sundar Iyer Committed by Linus Walleij
Browse files

mfd/tc35892: rename tc35892 header to tc3589x



Rename the header file to include further variants within
the same mfd core driver

Acked-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
Signed-off-by: default avatarSundar Iyer <sundar.iyer@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
parent d5d22815
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@
#include <linux/gpio.h>
#include <linux/gpio.h>
#include <linux/irq.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/interrupt.h>
#include <linux/mfd/tc35892.h>
#include <linux/mfd/tc3589x.h>


/*
/*
 * These registers are modified under the irq bus lock and cached to avoid
 * These registers are modified under the irq bus lock and cached to avoid
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/i2c.h>
#include <linux/mfd/core.h>
#include <linux/mfd/core.h>
#include <linux/mfd/tc35892.h>
#include <linux/mfd/tc3589x.h>


/**
/**
 * tc35892_reg_read() - read a single TC35892 register
 * tc35892_reg_read() - read a single TC35892 register