summaryrefslogtreecommitdiffstats
path: root/sys/dev/extres
Commit message (Expand)AuthorAgeFilesLines
* MFC r308298, r308440manu2016-12-092-2/+52
* MFC r307558:mmel2016-11-052-0/+105
* MFC r302523,r302528:mmel2016-11-059-37/+55
* Rename gpiobus_map_pin() to gpiobus_acquire_pin(), to better reflect theian2016-05-261-2/+2
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-145-17/+17
* Fix a format string when uint64_t is not unsigned long long by castingandrew2016-04-041-2/+2
* Pass clkdev_if methods through to parent device by default.jmcneill2016-03-281-5/+53
* Do nothing if requested clk frequency is already correct.kan2016-03-271-0/+4
* Fix support for fixed factor clocks.jmcneill2016-03-231-4/+11
* clk_parse_ofw_out_names is supposed to return a list of indices when thejmcneill2016-03-232-4/+4
* Return BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_probe, givingjmcneill2016-03-231-1/+1
* Add phy framework, a next part of new 'extended resources' family ofmmel2016-03-153-0/+382
* Add regulator framework, a next part of new 'extended resources' family ofmmel2016-03-157-0/+1838
* CLK: Add and use explicit locking for access to clock device registers.mmel2016-03-154-5/+68
* CLK: Add enumerator for 'clocks' OFW node. Add bus device bindingsmmel2016-03-154-7/+340
* CLK: Remove forgotten mutex from clk_fixed class.mmel2016-03-152-9/+3
* Add reset framework, a second part of new 'extended resources' family ofmmel2016-01-243-0/+325
* Add clock framework, a first part of new 'extended resources' family ofmmel2016-01-2412-0/+2296
OpenPOWER on IntegriCloud