summaryrefslogtreecommitdiff
path: root/sys/arch/arm/sunxi
AgeCommit message (Expand)Author
2023-05-02Cleanup previous: Try new bindings first, document old with DTCOMPAT, KNFjmcneill
2023-05-02apparently the 'ahb' and 'ths' clocks were renamed to 'bus' and 'mod' in themacallan
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2022-11-19sunxi_can.c: fix build with MBUFTRACEyamt
2022-10-29sun8icodec: Update for binding spec changes.jmcneill
2022-09-27malloc -> kmemskrll
2022-09-25sunxidrm: Set is_console on the drm device, not the fb child.riastradh
2022-09-21Just skipping sunxi_can_rx_intr() if the DATA_OR flag is set isn't enoughbouyer
2022-09-19Don't process RX if SUNXI_CAN_INT_DATA_OR is pending. Seems to fix occasionalbouyer
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-07-20drm: Use CPPFLAGS.drmkms in all local drm drivers too.riastradh
2022-06-28Add support for Lichee Pi Zero from Rui-Xiang Guo on port-armskrll
2022-06-25pic: Update ci_cpl in pic_set_priority callback.jmcneill
2022-05-22opencrypto: Make freesession callback return void.riastradh
2022-05-15sun8icrypto(4): Switch off polling when ready for interrupts.riastradh
2022-04-21s/subesquent/subsequent/ in copy pasted comments.andvar
2022-03-19rnd(9): Adjust IPL of locks used by rndsource callbacks.riastradh
2022-03-18sun8icrypto(4): Do self-test and first RNG draw synchronously.riastradh
2022-03-18sun8icrypto(4): Attach rndsource as RND_TYPE_RNG.riastradh
2022-03-18sun8icrypto(4): Split out interrupt and thread locks.riastradh
2022-01-01s/coudn/couldn/ and s/couln/couldn/ in comment and log messages.andvar
2021-12-31sys: Use if_init wrapper function.riastradh
2021-12-19sunxi/drm, rockchip/drm: Avoid messy error output.riastradh
2021-12-19sunxi/drm: Use an explicit task queue to avoid config_defer pitfalls.riastradh
2021-12-19catch up with newer drm_encoder_init prototyperiastradh
2021-12-19Defer call to drmfb_attach, otherwise we lock against ourselvesriastradh
2021-12-19Use helper to fill fb structriastradh
2021-12-19Fill fb->dev.riastradh
2021-12-19drm_dev_alloc now returns ERR_PTR, check for that.riastradh
2021-12-19Sort includes.riastradh
2021-12-19Get drm to build on arm64 again.riastradh
2021-11-10add clock and reset for APB2 RSB on Allwinner H6jakllsch
2021-11-08This H6 pin (PL9) function is called s_cir_rx, not s_cir.jakllsch
2021-11-07Handle RGMII variants.jmcneill
2021-11-07sunxi: nmi: add support for #interrupt-cells 3 bindingsjmcneill
2021-11-07sunxi: sun50i-a64: add support for A64_CLK_CPUX clockjmcneill
2021-11-07sunxi: ccu: add support for basic "mux" clocksjmcneill
2021-11-07dts: adapt to dts-5.15 bindingsjmcneill
2021-08-20fix various typos in comments and log messages.andvar
2021-08-19s/memry/memory+s/softare/software/+s/grapics/graphics+s/ouput/outputandvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-07sun8icrypto(4): Call crypto_unblock when a task completes.riastradh
2021-07-31sunxi_platform: declare UART FIFO sizes for SoCs we supporttnn
2021-07-30com(4): fix FIFO for DW_APB on Allwinner A20 (got broken by com.c 1.360)tnn
2021-05-05Fix GENERIC64 buildjmcneill
2021-05-05Add support for Allwinner V3s, from Rui-Xiang Guo.jmcneill
2021-04-28enable sun8icrypto on Allwinner H3 too.bad
2021-04-24Merge thorpej-cfargs branch:thorpej