User Details
User Details
- User Since
- Nov 22 2022, 7:40 AM (164 w, 3 d)
Aug 20 2025
Aug 20 2025
t_uemura_macome.co.jp updated the diff for D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
- Removed gpiobus_attach_bus as per D51578 .
Aug 15 2025
Aug 15 2025
t_uemura_macome.co.jp added a comment to D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
Thanks. I will test the change on Monday and update the patch.
Jul 31 2025
Jul 31 2025
t_uemura_macome.co.jp updated the diff for D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
- Reorganized rpi_virt_gpio_pin_set() by removed unnecessary variables.
- Replaced immediate values with macros defined in bcm2835_vcbus.h.
- Fixed indentation.
t_uemura_macome.co.jp planned changes to D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
t_uemura_macome.co.jp updated the diff for D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
- Reorganized rpi_virt_gpio_pin_set() by removing unnecessary variables.
- Replaced immediate values with macros defined in bcm2835_vcbus.h.
- Fixed indentation.
Jul 29 2025
Jul 29 2025
t_uemura_macome.co.jp updated the diff for D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
- Make my memory region uncacheable by pmap_change_attr(... VM_MEMATTR_UNCACHEABLE).
- Use spin mutex rather than sx lock.
t_uemura_macome.co.jp added a comment to D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
I tested the updated code and found it works as expected, so I will submit the patch shortly.
Jul 25 2025
Jul 25 2025
t_uemura_macome.co.jp planned changes to D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
Added pmap_change_attr(... VM_MEMATTR_UNCACHEABLE) to ensure cache coherence. I will test it on Monday and upload the new patch.
Jul 24 2025
Jul 24 2025
t_uemura_macome.co.jp updated the diff for D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
- Use contigmalloc() rather than busdma to allocate memory region.
t_uemura_macome.co.jp planned changes to D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
I will update the diff shortly, resolving all comments by mhorne. Thanks.
Jul 23 2025
Jul 23 2025
t_uemura_macome.co.jp updated subscribers of D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
Jul 22 2025
Jul 22 2025
Dec 28 2022
Dec 28 2022
t_uemura_macome.co.jp updated the diff for D37493: Add support for ACPI WDAT based watchdog timer..
- Fixed a bug in wdat_merge_region(), that there were a couple of missing assignments. Also added some more comments.
t_uemura_macome.co.jp planned changes to D37493: Add support for ACPI WDAT based watchdog timer..
Will upload the new revision shortly, fixing missing assignments bugs.
Dec 27 2022
Dec 27 2022
t_uemura_macome.co.jp added inline comments to D37493: Add support for ACPI WDAT based watchdog timer..
t_uemura_macome.co.jp updated the diff for D37493: Add support for ACPI WDAT based watchdog timer..
Fixed a bug in wdat_merge_region(), inifinite loop might occur if res1 and res2
had different types.
t_uemura_macome.co.jp planned changes to D37493: Add support for ACPI WDAT based watchdog timer..
Much appreciated for finding out bugs and missing bits. I will upload a new revision shortly.
Dec 10 2022
Dec 10 2022
t_uemura_macome.co.jp added inline comments to D37493: Add support for ACPI WDAT based watchdog timer..
Dec 9 2022
Dec 9 2022
t_uemura_macome.co.jp updated the diff for D37493: Add support for ACPI WDAT based watchdog timer..
- Many changes pointed to by hrs.
- Style(9) changes, some pointed to by takawata.
t_uemura_macome.co.jp planned changes to D37493: Add support for ACPI WDAT based watchdog timer..
I will update the new revision shortly.
Nov 29 2022
Nov 29 2022
t_uemura_macome.co.jp added a comment to D37493: Add support for ACPI WDAT based watchdog timer..
Nov 24 2022
Nov 24 2022
