summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/twl4030.c
AgeCommit message (Expand)Author
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-27Replace 2 uses of of_match_compatible(). Also use DEVICE_COMPAT_EOL.thorpej
2021-01-17Use designated initializers and a consistent termination style inthorpej
2019-11-03Fix non-FDT buildjmcneill
2019-11-01Add RTC supportjmcneill
2019-10-30Add driver for TI TWL4030 Power Management ICjmcneill
bsd/commit/usr.sbin/sysinst/arch/arc?id=688c0875e8e092b29f9661a67f87ae4c0112caf5'>Split out /rescue to its own set and adapt installers/images to add it.maya 2019-08-14When we ask the user to select a partitioning scheme and they refusemartin 2019-07-13We may call md_pre_mount() multiple times for the same install set,martin 2019-06-20Use _fmt_ msg_ methods when formats are needed.christos 2019-06-13In the new world order disks may come without any partitioning schememartin 2019-06-12Rework internal data structures and "interfaces to user interface" functionsmartin 2018-11-16Sync install size estimates with current realitymartin 2015-05-10Backout the previous incorrect fix for PR 49440 and redo it more globaly:martin 2015-01-02Rather than scatter set_swap() calls wrapped in ram size checks throughabs 2014-08-03(Finally) merge a slightly modified version of the 2012 GSoC resultsmartin 2014-07-26Move sysinst sources to usr.sbin.dholland