Page MenuHomeFreeBSD

t_uemura_macome.co.jp (Tetsuya Uemura)
User

Projects

User does not belong to any projects.

User Details

User Since
Nov 22 2022, 7:40 AM (164 w, 3 d)

Recent Activity

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 20 2025, 8:04 AM

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.

Aug 15 2025, 2:24 AM

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.
Jul 31 2025, 4:33 AM
t_uemura_macome.co.jp planned changes to D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..

I note however that I could not find the brcm,bcm2835-virtgpio compatible string in any official device tree sources. What is meant to provide it?

Jul 31 2025, 4:32 AM
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 31 2025, 4:27 AM

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.
Jul 29 2025, 12:52 AM
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 29 2025, 12:50 AM

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 25 2025, 12:54 AM

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.
Jul 24 2025, 5:32 AM
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 24 2025, 5:24 AM

Jul 23 2025

t_uemura_macome.co.jp updated subscribers of D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
Jul 23 2025, 2:39 AM

Jul 22 2025

t_uemura_macome.co.jp requested review of D51456: Add support for bcm2835-virtgpio GPIO controller on some RPi models..
Jul 22 2025, 4:37 AM

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.
Dec 28 2022, 4:38 AM
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 28 2022, 4:37 AM

Dec 27 2022

t_uemura_macome.co.jp added inline comments to D37493: Add support for ACPI WDAT based watchdog timer..
Dec 27 2022, 11:34 AM
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.

Dec 27 2022, 7:32 AM
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 27 2022, 7:21 AM

Dec 10 2022

t_uemura_macome.co.jp added inline comments to D37493: Add support for ACPI WDAT based watchdog timer..
Dec 10 2022, 12:41 AM

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.
Dec 9 2022, 6:25 AM
t_uemura_macome.co.jp planned changes to D37493: Add support for ACPI WDAT based watchdog timer..

I will update the new revision shortly.

Dec 9 2022, 4:53 AM

Nov 29 2022

t_uemura_macome.co.jp added a comment to D37493: Add support for ACPI WDAT based watchdog timer..

Add comment only man style for now. You may want to take a read style(9).

Nov 29 2022, 1:41 AM

Nov 24 2022

t_uemura_macome.co.jp requested review of D37493: Add support for ACPI WDAT based watchdog timer..
Nov 24 2022, 4:23 AM