as3722.c (242b24828472137ec4411826b86e753d49bd2c39) as3722.c (8a7a4683b0832ea18c028588a3c49946d499c371)
1/*-
2 * Copyright (c) 2016 Michal Meloun <mmel@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

46#include <dev/extres/regulator/regulator.h>
47#include <dev/fdt/fdt_pinctrl.h>
48#include <dev/gpio/gpiobusvar.h>
49#include <dev/iicbus/iiconf.h>
50#include <dev/iicbus/iicbus.h>
51#include <dev/ofw/ofw_bus.h>
52#include <dev/ofw/ofw_bus_subr.h>
53
1/*-
2 * Copyright (c) 2016 Michal Meloun <mmel@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

46#include <dev/extres/regulator/regulator.h>
47#include <dev/fdt/fdt_pinctrl.h>
48#include <dev/gpio/gpiobusvar.h>
49#include <dev/iicbus/iiconf.h>
50#include <dev/iicbus/iicbus.h>
51#include <dev/ofw/ofw_bus.h>
52#include <dev/ofw/ofw_bus_subr.h>
53
54#include <gnu/dts/include/dt-bindings/mfd/as3722.h>
54#include <dt-bindings/mfd/as3722.h>
55
56#include "clock_if.h"
57#include "regdev_if.h"
58
59#include "as3722.h"
60
61static struct ofw_compat_data compat_data[] = {
62 {"ams,as3722", 1},

--- 349 unchanged lines hidden ---
55
56#include "clock_if.h"
57#include "regdev_if.h"
58
59#include "as3722.h"
60
61static struct ofw_compat_data compat_data[] = {
62 {"ams,as3722", 1},

--- 349 unchanged lines hidden ---