Home | History | Annotate | Download | only in sunxi
History log of /src/sys/arch/arm/sunxi/sunxi_pwm.c
RevisionDateAuthorComments
 1.7  27-Jan-2021  thorpej Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.6  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.5  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.4  18-Jan-2021  thorpej Remove "struct of_compat_data" and replace its usage with
"struct device_compatible_entry"; they are ABI-compatible.

Fix several "loses const qualifier" bugs encountered during
this conversion.
 1.3  13-Oct-2019  skrll branches: 1.3.8;
Use PRIxBUSADDR
 1.2  16-Jul-2018  christos Add missing pointer <-> integer casts
Use PRI?64 to print uint64_t instead 'll?'
 1.1  06-May-2018  jmcneill branches: 1.1.2; 1.1.4;
Add driver for Allwinner PWM controller.
 1.1.4.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.1.4.1  10-Jun-2019  christos Sync with HEAD
 1.1.2.3  28-Jul-2018  pgoyette Sync with HEAD
 1.1.2.2  21-May-2018  pgoyette Sync with HEAD
 1.1.2.1  06-May-2018  pgoyette file sunxi_pwm.c was added on branch pgoyette-compat on 2018-05-21 04:35:59 +0000
 1.3.8.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed