Page MenuHomeFreeBSD

GPIO 32 bit access support for Mediatek and gpioc bug fix
AbandonedPublic

Authored by yamori813_yahoo.co.jp on Apr 25 2019, 3:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 6:46 PM
Unknown Object (File)
Fri, Apr 5, 5:39 AM
Unknown Object (File)
Dec 20 2023, 1:34 AM
Unknown Object (File)
Dec 12 2023, 9:24 PM
Unknown Object (File)
Nov 30 2023, 7:00 PM
Unknown Object (File)
Nov 30 2023, 5:00 PM
Unknown Object (File)
Sep 6 2023, 6:47 AM
Unknown Object (File)
Aug 14 2023, 10:02 PM
Subscribers

Details

Summary

GPIO 32 bit access support for Mediatek and gpioc bug fix

Include is bug fix.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237378

Test Plan

RT5350 and RT3050 by mruby

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23884
Build 22812: arc lint + arc unit

Event Timeline

ian added inline comments.
sys/dev/gpio/gpioc.c
195

I already committed this fix as r346713.

sys/mips/mediatek/mtk_gpio_v1.c
546

I think this should probably be return (err). If you agree, just say so and I'll commit it that way (no need to upload a new diff).

This revision is now accepted and ready to land.Apr 25 2019, 10:33 PM
yamori813_yahoo.co.jp added inline comments.
sys/mips/mediatek/mtk_gpio_v1.c
546

OK. Thanks.