| Age | Commit message (Expand) | Author |
| 2022-03-19 | rnd(9): Omit needless locks in various HWRNG drivers. | riastradh |
| 2022-03-19 | rnd(9): Adjust IPL of locks used by rndsource callbacks. | riastradh |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-08-09 | Type consistency | skrll |
| 2020-04-30 | rnd_attach_source calls the callback itself now. | riastradh |
| 2020-04-02 | add miivar.h and put a stop gap to compile. | nisimura |
| 2019-12-23 | No need to check cold ourselves; iic_exec() does it for us. | thorpej |
| 2019-12-22 | Cleanup i2c bus acquire / release, centralizing all of the logic into | thorpej |
| 2018-12-11 | Add a convenience function, com_init_regs_stride(), that shifts the register | thorpej |
| 2018-12-08 | Remove the COM_REGMAP option -- just use it all the time. While here, | thorpej |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-04-09 | Stop potential misuse of vendor names and USB vendor IDs in root hub | jakllsch |
| 2017-05-21 | Provide and use some CP0 accessor functions instead of M[TF]C0 macros | skrll |
| 2017-05-19 | Trailing whitespace | skrll |
| 2016-08-27 | Trailing whitespace | skrll |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-04-07 | moar registers, less tpyos | macallan |
| 2016-02-17 | Adapt CI20 HWRNG to synchronous on-demand callback. | macallan |
| 2016-01-02 | properly initialize the EHCI | macallan |
| 2015-12-14 | zero out struct i2cbus_attach_args before messing with it | macallan |
| 2015-11-17 | Long overdue suggestions from Taylor Campbell and a few syntax/style | macallan |
| 2015-10-14 | add some comments | macallan |
| 2015-10-08 | fix build with INGENIC_DEBUG | macallan |
| 2015-10-08 | use the MAC address passed as a property if available instead of relying on | macallan |
| 2015-10-08 | add a driver for the chip's EFUSE interface, use it to find the MAC address | macallan |
| 2015-08-30 | Update for latest dwc2 | skrll |
| 2015-08-30 | add attribution, no functional change. | macallan |
| 2015-08-07 | add driver for jz4780 random number generator | macallan |
| 2015-08-07 | - sprinkle volatile | macallan |
| 2015-07-11 | - get rid of private bus space in ingenic_com.c | macallan |
| 2015-07-11 | fix tpyos | macallan |
| 2015-05-29 | fix pasto | macallan |
| 2015-05-18 | explicitly un-suspend the OTG port after PHY reset | macallan |
| 2015-05-18 | pass the appropriate clock register to devices so different instances of the | macallan |
| 2015-05-18 | add some clock divider registers | macallan |
| 2015-05-04 | - fix pclk calculation | macallan |
| 2015-05-04 | moar registers | macallan |
| 2015-04-28 | add entries for sdmmc hosts, no driver yet | macallan |
| 2015-04-28 | 'USB' -> 'USB OTG' to distinguish this one from the other USB hosts | macallan |
| 2015-04-28 | add sdmmc ('MSC') registers | macallan |
| 2015-04-23 | more bits & registers | macallan |
| 2015-04-21 | enable clocks as needed | macallan |
| 2015-04-21 | #define some bits in the clock gating registers | macallan |
| 2015-04-21 | fix comments, add LCDC*_BASEs | macallan |
| 2015-04-21 | support interrupt-driven transfers | macallan |
| 2015-04-04 | preliminary driver for JZ4780's on-chip SMBus controllers | macallan |
| 2015-03-25 | - determine bus clock, pass it to devices | macallan |