ht16k33.c (a976c2951d8f376112361830aa7762beff83a205) ht16k33.c (351f683b9823a3d1bffb6e2e3f381601aa0b2671)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * HT16K33 driver
3 *
4 * Author: Robin van der Gracht <robin@protonic.nl>
5 *
6 * Copyright: (C) 2016 Protonic Holland.
2/*
3 * HT16K33 driver
4 *
5 * Author: Robin van der Gracht <robin@protonic.nl>
6 *
7 * Copyright: (C) 2016 Protonic Holland.
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 */
17
18#include <linux/kernel.h>
19#include <linux/module.h>
20#include <linux/interrupt.h>
21#include <linux/i2c.h>
22#include <linux/of.h>
23#include <linux/fb.h>

--- 530 unchanged lines hidden ---
8 */
9
10#include <linux/kernel.h>
11#include <linux/module.h>
12#include <linux/interrupt.h>
13#include <linux/i2c.h>
14#include <linux/of.h>
15#include <linux/fb.h>

--- 530 unchanged lines hidden ---