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)
Tue, May 13, 3:38 AM
Unknown Object (File)
Wed, Apr 30, 8:25 PM
Unknown Object (File)
Wed, Apr 30, 7:47 PM
Unknown Object (File)
Sat, Apr 26, 10:00 AM
Unknown Object (File)
Sun, Apr 20, 7:47 PM
Unknown Object (File)
Sun, Apr 20, 7:05 AM
Unknown Object (File)
Apr 18 2025, 2:37 AM
Unknown Object (File)
Apr 17 2025, 10:58 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.