leds-apu.c (93562049a62c5519b3787a428cdd3cfa7fc9e7d4) leds-apu.c (60439711b69b893e84d5bab56de66f9433e68a30)
1/*
2 * drivers/leds/leds-apu.c
3 * Copyright (C) 2017 Alan Mizrahi, alan at mizrahi dot com dot ve
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31 * POSSIBILITY OF SUCH DAMAGE.
32 */
33
1/*
2 * drivers/leds/leds-apu.c
3 * Copyright (C) 2017 Alan Mizrahi, alan at mizrahi dot com dot ve
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31 * POSSIBILITY OF SUCH DAMAGE.
32 */
33
34#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
35
34#include <linux/dmi.h>
35#include <linux/err.h>
36#include <linux/init.h>
37#include <linux/io.h>
38#include <linux/kernel.h>
39#include <linux/leds.h>
40#include <linux/module.h>
41#include <linux/platform_device.h>

--- 170 unchanged lines hidden ---
36#include <linux/dmi.h>
37#include <linux/err.h>
38#include <linux/init.h>
39#include <linux/io.h>
40#include <linux/kernel.h>
41#include <linux/leds.h>
42#include <linux/module.h>
43#include <linux/platform_device.h>

--- 170 unchanged lines hidden ---