mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[s3c24xx] Post cleanup cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17055 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
#include <linux/spinlock.h>
|
||||
#include <linux/mfd/core.h>
|
||||
#include <linux/mfd/glamo.h>
|
||||
#include <linux/spi/glamo.h>
|
||||
#include <linux/glamo-gpio.h>
|
||||
#include <linux/glamofb.h>
|
||||
#include <linux/io.h>
|
||||
|
||||
@@ -129,6 +127,15 @@ static void reg_set_bit_mask(struct glamo_core *glamo,
|
||||
spin_unlock(&glamo->lock);
|
||||
}
|
||||
|
||||
static int __reg_write_batch(struct glamo_core *glamo,
|
||||
uint16_t start, size_t num, uint16_t *regs)
|
||||
{
|
||||
int end = start + num * 2
|
||||
for(end = start + num * 2; start < end; start += 2, ++regs) {
|
||||
*regs = __reg_read(glamo, start);
|
||||
}
|
||||
}
|
||||
|
||||
static inline void __reg_set_bit(struct glamo_core *glamo,
|
||||
u_int16_t reg, u_int16_t bit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user