| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
| |
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| |
|
|
|
|
|
|
|
|
| |
In some drivers we need to assert and deassert a group of hardware
resets in any order. To support this add a new hwreset_array that
manages all hwresets defined for a device.
Reviewed by: bz, manu, mmel
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D37357
|
| |
|
|
|
|
| |
We need to include opt_platform.h as it's where FDT will be defined.
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
|
| |
fail when building with -Werror.
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=322697
|
| |
|
|
|
|
|
|
|
|
|
| |
In some cases, the driver must handle given properties located in
specific OF subnode. Instead of creating duplicate set of function, add
'node' as argument to existing functions, defaulting it to device OF node.
MFC after: 3 weeks
Notes:
svn path=/head/; revision=302528
|
| |
|
|
|
|
|
| |
Reviewed by: mmel@
Notes:
svn path=/head/; revision=299714
|
|
|
support frameworks (i.e. regulators/phy/tsensors/fuses...).
It provides simple unified consumers interface for manipulations with
on-chip resets.
Reviewed by: ian, imp (paritaly)
Notes:
svn path=/head/; revision=294661
|