Module Name:src
Committed By: skrll
Date: Thu Jan 2 12:31:46 UTC 2025
Modified Files:
src/sys/dev/fdt: dwiic_fdt.c
Log Message:
Fix previous with respect to the binding specification which I misread.
There must be 1 clocks (but there can be two) and the reset is optional.
Module Name:src
Committed By: skrll
Date: Thu Jan 2 12:31:46 UTC 2025
Modified Files:
src/sys/dev/fdt: dwiic_fdt.c
Log Message:
Fix previous with respect to the binding specification which I misread.
There must be 1 clocks (but there can be two) and the reset is optional.
Module Name:src
Committed By: skrll
Date: Thu Jan 2 07:54:41 UTC 2025
Modified Files:
src/sys/dev/fdt: dwiic_fdt.c
Log Message:
dwiic_fdt: enable the clock and de-assert the reset
Improve some error handling while I'm here.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: skrll
Date: Thu Jan 2 07:54:41 UTC 2025
Modified Files:
src/sys/dev/fdt: dwiic_fdt.c
Log Message:
dwiic_fdt: enable the clock and de-assert the reset
Improve some error handling while I'm here.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: mlelstv
Date: Fri Dec 20 07:55:45 UTC 2024
Modified Files:
src/sys/dev/fdt: fdt_boot.c
Log Message:
Allocate enough address space for unaligned start/end values.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/fdt
Module Name:src
Committed By: mlelstv
Date: Fri Dec 20 07:55:45 UTC 2024
Modified Files:
src/sys/dev/fdt: fdt_boot.c
Log Message:
Allocate enough address space for unaligned start/end values.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/fdt
Module Name:src
Committed By: skrll
Date: Mon Aug 19 07:35:16 UTC 2024
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
Match "starfive,jh7110-mmc"
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/fdt/dwcmmc_fdt.c
Please note that diff
Module Name:src
Committed By: skrll
Date: Mon Aug 19 07:35:16 UTC 2024
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
Match "starfive,jh7110-mmc"
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/fdt/dwcmmc_fdt.c
Please note that diff
Thank you, too, for clarification!
rin
On 2024/06/13 5:10, Nick Hudson wrote:
Thanks for the fix.
The bug affects enable and disable in the all (-1) indexes case and
references out of bounds data.
Nick
On 12/06/2024 08:36, Rin Okuyama wrote:
Hmm, there was a confusion for my side.
This bug
Thanks for the fix.
The bug affects enable and disable in the all (-1) indexes case and
references out of bounds data.
Nick
On 12/06/2024 08:36, Rin Okuyama wrote:
Hmm, there was a confusion for my side.
This bug affected cases where
(1) index >= 1 is explicitly specified for
fdtbus_powerdom
Hmm, there was a confusion for my side.
This bug affected cases where
(1) index >= 1 is explicitly specified for
fdtbus_powerdomain_enable_index(),
as well as
(2) all indices are implicitly specified by
fdtbus_powerdomain_enable().
s/enable/disable/ functions were affected also.
Thanks,
rin
Module Name:src
Committed By: rin
Date: Wed Jun 12 06:39:28 UTC 2024
Modified Files:
src/sys/dev/fdt: fdt_powerdomain.c
Log Message:
fdt_powerdomain: Fix bug by which pd index >= 1 couldn't be enabled
Length in bytes was mistakenly used as number of uint32_t variables.
Module Name:src
Committed By: rin
Date: Wed Jun 12 06:39:28 UTC 2024
Modified Files:
src/sys/dev/fdt: fdt_powerdomain.c
Log Message:
fdt_powerdomain: Fix bug by which pd index >= 1 couldn't be enabled
Length in bytes was mistakenly used as number of uint32_t variables.
Module Name:src
Committed By: skrll
Date: Fri Feb 9 08:50:52 UTC 2024
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
Limit DMA to below 4GB - the supported controllers are limited this
way.
Thanks to jmcneill for a version of this patch.
To generate a diff
Module Name:src
Committed By: skrll
Date: Fri Feb 9 08:50:52 UTC 2024
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
Limit DMA to below 4GB - the supported controllers are limited this
way.
Thanks to jmcneill for a version of this patch.
To generate a diff
Module Name:src
Committed By: skrll
Date: Fri Feb 9 06:28:50 UTC 2024
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
spaces to tabs
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/fdt/dwcmmc_fdt.c
Please note that diffs are not pub
Module Name:src
Committed By: skrll
Date: Fri Feb 9 06:28:50 UTC 2024
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
spaces to tabs
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/fdt/dwcmmc_fdt.c
Please note that diffs are not pub
Module Name:src
Committed By: kre
Date: Sun Jan 21 15:10:08 UTC 2024
Modified Files:
src/sys/dev/fdt: fdt_boot.c
Log Message:
Include for struct mbr_sector
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/fdt_boot.c
Please note that diffs are
Module Name:src
Committed By: kre
Date: Sun Jan 21 15:10:08 UTC 2024
Modified Files:
src/sys/dev/fdt: fdt_boot.c
Log Message:
Include for struct mbr_sector
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/fdt_boot.c
Please note that diffs are
Module Name:src
Committed By: mlelstv
Date: Sun Jan 14 07:53:38 UTC 2024
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
Handle multiple memory nodes by type, but still allow an untyped
(non-standard) node named /memory.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: mlelstv
Date: Sun Jan 14 07:53:38 UTC 2024
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
Handle multiple memory nodes by type, but still allow an untyped
(non-standard) node named /memory.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: skrll
Date: Fri Jan 12 18:06:18 UTC 2024
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
Cache the result from fdtbus_get_data() in fdt_memory_remove_reserved
NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/
Module Name:src
Committed By: skrll
Date: Fri Jan 12 18:06:18 UTC 2024
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
Cache the result from fdtbus_get_data() in fdt_memory_remove_reserved
NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/
Module Name:src
Committed By: thorpej
Date: Tue Jan 2 07:34:27 UTC 2024
Modified Files:
src/sys/dev/fdt: gfrtc_fdt.c
Log Message:
Adapt to changes in the generic gfrtc code.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/gfrtc_fdt.c
Please
Module Name:src
Committed By: thorpej
Date: Tue Jan 2 07:34:27 UTC 2024
Modified Files:
src/sys/dev/fdt: gfrtc_fdt.c
Log Message:
Adapt to changes in the generic gfrtc code.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/gfrtc_fdt.c
Please
Module Name:src
Committed By: skrll
Date: Fri Dec 29 08:02:47 UTC 2023
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
dwcmmc_fdt_bus_clock: fix an aprint_debug_dev frequency units botch.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/de
Module Name:src
Committed By: skrll
Date: Fri Dec 29 08:02:47 UTC 2023
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
dwcmmc_fdt_bus_clock: fix an aprint_debug_dev frequency units botch.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/de
Module Name:src
Committed By: rin
Date: Mon Jul 31 04:59:47 UTC 2023
Modified Files:
src/sys/dev/fdt: dwc2_fdt.c
Log Message:
dw2c_fdt: Terminate statements by ; instead of , (from Mori Hiroki)
No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1
Module Name:src
Committed By: rin
Date: Mon Jul 31 04:59:47 UTC 2023
Modified Files:
src/sys/dev/fdt: dwc2_fdt.c
Log Message:
dw2c_fdt: Terminate statements by ; instead of , (from Mori Hiroki)
No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1
Module Name:src
Committed By: skrll
Date: Tue Jul 11 05:57:44 UTC 2023
Modified Files:
src/sys/dev/fdt: fdt_boot.c
Log Message:
G/C some #if 0 / #endif code
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/fdt_boot.c
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Tue Jul 11 05:57:44 UTC 2023
Modified Files:
src/sys/dev/fdt: fdt_boot.c
Log Message:
G/C some #if 0 / #endif code
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/fdt_boot.c
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Mon May 8 10:18:03 UTC 2023
Modified Files:
src/sys/dev/fdt: files.fdt
Log Message:
Google goldfish config goop
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/fdt/files.fdt
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Mon May 8 10:18:03 UTC 2023
Modified Files:
src/sys/dev/fdt: files.fdt
Log Message:
Google goldfish config goop
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/fdt/files.fdt
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Mon May 8 07:51:44 UTC 2023
Added Files:
src/sys/dev/fdt: gfrtc_fdt.c
Log Message:
Add a Google Goldfish RTC driver
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/fdt/gfrtc_fdt.c
Please note that diffs ar
Module Name:src
Committed By: skrll
Date: Mon May 8 07:51:44 UTC 2023
Added Files:
src/sys/dev/fdt: gfrtc_fdt.c
Log Message:
Add a Google Goldfish RTC driver
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/fdt/gfrtc_fdt.c
Please note that diffs ar
Module Name:src
Committed By: skrll
Date: Sat Nov 5 10:04:35 UTC 2022
Modified Files:
src/sys/dev/fdt: cpus.c
Log Message:
Fix inverted result when status is "okay"
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/cpus.c
Please note that diff
Module Name:src
Committed By: skrll
Date: Sat Nov 5 10:04:35 UTC 2022
Modified Files:
src/sys/dev/fdt: cpus.c
Log Message:
Fix inverted result when status is "okay"
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/cpus.c
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Wed Nov 2 11:04:02 UTC 2022
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c
Log Message:
Re-enable ADMA2 support for arasan,sdhci-8.9a
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/fdt/arasan_sd
Module Name:src
Committed By: jmcneill
Date: Wed Nov 2 11:04:02 UTC 2022
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c
Log Message:
Re-enable ADMA2 support for arasan,sdhci-8.9a
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/fdt/arasan_sd
Module Name:src
Committed By: jmcneill
Date: Tue Nov 1 00:57:39 UTC 2022
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c
Log Message:
Disable ADMA2 on the Arasan SDHCI 8.9A found in the Xilinx Zinq-7000 due
to sporadic transfer errors until the root cause for the error
Module Name:src
Committed By: jmcneill
Date: Tue Nov 1 00:57:39 UTC 2022
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c
Log Message:
Disable ADMA2 on the Arasan SDHCI 8.9A found in the Xilinx Zinq-7000 due
to sporadic transfer errors until the root cause for the error
Module Name:src
Committed By: jmcneill
Date: Wed Oct 26 20:54:53 UTC 2022
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c
Log Message:
No need to constrain DMA tag to 32-bits on 32-bit platforms.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/de
Module Name:src
Committed By: jmcneill
Date: Wed Oct 26 20:54:53 UTC 2022
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c
Log Message:
No need to constrain DMA tag to 32-bits on 32-bit platforms.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/de
Module Name:src
Committed By: skrll
Date: Thu Oct 20 11:38:21 UTC 2022
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
Do what the comment says and reserve ranges that do and do not have the
"no-map" property.
Required for qemu/riscv
To generate a diff of thi
Module Name:src
Committed By: skrll
Date: Thu Oct 20 11:38:21 UTC 2022
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
Do what the comment says and reserve ranges that do and do not have the
"no-map" property.
Required for qemu/riscv
To generate a diff of thi
Module Name:src
Committed By: ryo
Date: Sat Aug 6 20:16:43 UTC 2022
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
In my previous change, it was necessary to consider the case where the first
block size is zero.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: ryo
Date: Sat Aug 6 20:16:43 UTC 2022
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
In my previous change, it was necessary to consider the case where the first
block size is zero.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: ryo
Date: Thu Aug 4 11:58:55 UTC 2022
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
Don't pass a block of size 0 to fdt_memory_add_range().
There are some environments where size 0 blocks are passed from the loader.
To generat
Module Name:src
Committed By: ryo
Date: Thu Aug 4 11:58:55 UTC 2022
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
Don't pass a block of size 0 to fdt_memory_add_range().
There are some environments where size 0 blocks are passed from the loader.
To generat
Module Name:src
Committed By: skrll
Date: Sun Jun 12 08:04:07 UTC 2022
Modified Files:
src/sys/dev/fdt: dwc3_fdt.c
Log Message:
Attach when dr_mode is "otg" and the controller has the "usb-role-switch" and
"role-switch-default-mode" as seen in the Apple M1 dts.
This assum
Module Name:src
Committed By: skrll
Date: Sun Jun 12 08:04:07 UTC 2022
Modified Files:
src/sys/dev/fdt: dwc3_fdt.c
Log Message:
Attach when dr_mode is "otg" and the controller has the "usb-role-switch" and
"role-switch-default-mode" as seen in the Apple M1 dts.
This assum
Module Name:src
Committed By: jmcneill
Date: Fri Mar 25 21:23:51 UTC 2022
Modified Files:
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/dev/fdt: fdt_userconf.c
Log Message:
fdt: add support for USERCONF option
To generate a diff of this commit:
cvs rdiff -u -r0
Module Name:src
Committed By: jmcneill
Date: Fri Mar 25 21:23:51 UTC 2022
Modified Files:
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/dev/fdt: fdt_userconf.c
Log Message:
fdt: add support for USERCONF option
To generate a diff of this commit:
cvs rdiff -u -r0
Module Name:src
Committed By: skrll
Date: Fri Mar 4 08:19:07 UTC 2022
Modified Files:
src/sys/dev/fdt: fdtbus.c fdtvar.h files.fdt
Added Files:
src/sys/dev/fdt: fdt_mbox.c fdt_powerdomain.c
Log Message:
Add mailbox and power-domain support.
power-domain support i
Module Name:src
Committed By: skrll
Date: Fri Mar 4 08:19:07 UTC 2022
Modified Files:
src/sys/dev/fdt: fdtbus.c fdtvar.h files.fdt
Added Files:
src/sys/dev/fdt: fdt_mbox.c fdt_powerdomain.c
Log Message:
Add mailbox and power-domain support.
power-domain support i
Module Name:src
Committed By: skrll
Date: Wed Feb 23 08:56:11 UTC 2022
Modified Files:
src/sys/dev/fdt: fdtvar.h
Log Message:
Sort a bit. NFC
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/fdt/fdtvar.h
Please note that diffs are not public dom
Module Name:src
Committed By: skrll
Date: Wed Feb 23 08:56:11 UTC 2022
Modified Files:
src/sys/dev/fdt: fdtvar.h
Log Message:
Sort a bit. NFC
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/fdt/fdtvar.h
Please note that diffs are not public dom
Module Name:src
Committed By: jmcneill
Date: Sun Feb 6 15:47:06 UTC 2022
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
fdt: dwcmmc: Honour broken-cd and non-removable DT properties
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/fd
Module Name:src
Committed By: jmcneill
Date: Sun Feb 6 15:47:06 UTC 2022
Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c
Log Message:
fdt: dwcmmc: Honour broken-cd and non-removable DT properties
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/fd
Module Name:src
Committed By: skrll
Date: Sun Jan 23 08:01:33 UTC 2022
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c
Log Message:
Use __MASK(4) in bus_dmatag_subregion. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/fdt/arasan_sdhc_fd
Module Name:src
Committed By: skrll
Date: Sun Jan 23 08:01:33 UTC 2022
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c
Log Message:
Use __MASK(4) in bus_dmatag_subregion. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/fdt/arasan_sdhc_fd
Should fix PR 56650
> Module Name: src
> Committed By: macallan
> Date: Fri Jan 21 21:00:26 UTC 2022
>
> Modified Files:
> src/sys/dev/fdt: fdt_port.c
>
> Log Message:
> when enumerating ports and endpoints treat missing 'reg' properties as zero
> ok jmcneill:
> Looking at Linux.
Module Name:src
Committed By: macallan
Date: Fri Jan 21 21:00:26 UTC 2022
Modified Files:
src/sys/dev/fdt: fdt_port.c
Log Message:
when enumerating ports and endpoints treat missing 'reg' properties as zero
ok jmcneill:
Looking at Linux. If port or endpoint are missing a '
Module Name:src
Committed By: macallan
Date: Fri Jan 21 21:00:26 UTC 2022
Modified Files:
src/sys/dev/fdt: fdt_port.c
Log Message:
when enumerating ports and endpoints treat missing 'reg' properties as zero
ok jmcneill:
Looking at Linux. If port or endpoint are missing a '
Module Name:src
Committed By: skrll
Date: Mon Jan 17 14:00:47 UTC 2022
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c
Log Message:
s/0x/UINT32_MAX/ in bus_dmatag_subregion call
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/arasan
Module Name:src
Committed By: skrll
Date: Mon Jan 17 14:00:47 UTC 2022
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c
Log Message:
s/0x/UINT32_MAX/ in bus_dmatag_subregion call
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/arasan
Module Name:src
Committed By: skrll
Date: Fri Jan 14 07:40:52 UTC 2022
Modified Files:
src/sys/dev/fdt: fdtvar.h
Log Message:
Formatting. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/fdt/fdtvar.h
Please note that diffs are not public d
Module Name:src
Committed By: skrll
Date: Fri Jan 14 07:40:52 UTC 2022
Modified Files:
src/sys/dev/fdt: fdtvar.h
Log Message:
Formatting. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/fdt/fdtvar.h
Please note that diffs are not public d
Module Name:src
Committed By: mlelstv
Date: Fri Jan 7 07:25:37 UTC 2022
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
Calculate the minimum address, don't assume the first entry is the start.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/s
Module Name:src
Committed By: mlelstv
Date: Fri Jan 7 07:25:37 UTC 2022
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
Calculate the minimum address, don't assume the first entry is the start.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/s
Module Name:src
Committed By: jmcneill
Date: Fri Nov 12 21:57:44 UTC 2021
Modified Files:
src/sys/dev/fdt: dw_apb_uart.c
Log Message:
dw_apb_uart: Honour reg-io-width property
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/fdt/dw_apb_uart.c
Pl
Module Name:src
Committed By: jmcneill
Date: Fri Nov 12 21:57:44 UTC 2021
Modified Files:
src/sys/dev/fdt: dw_apb_uart.c
Log Message:
dw_apb_uart: Honour reg-io-width property
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/fdt/dw_apb_uart.c
Pl
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:14:20 UTC 2021
Modified Files:
src/sys/dev/fdt: dwc3_fdt.c
Log Message:
Look for child node by compat string snps,dwc3 instead of by name.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:14:20 UTC 2021
Modified Files:
src/sys/dev/fdt: dwc3_fdt.c
Log Message:
Look for child node by compat string snps,dwc3 instead of by name.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:14:09 UTC 2021
Modified Files:
src/sys/dev/fdt: pwm_backlight.c
Log Message:
pwm_backlight: pick defaults if none are provided
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/fdt/pwm_back
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:14:09 UTC 2021
Modified Files:
src/sys/dev/fdt: pwm_backlight.c
Log Message:
pwm_backlight: pick defaults if none are provided
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/fdt/pwm_back
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:13:53 UTC 2021
Modified Files:
src/sys/dev/fdt: fdt_intr.c fdtvar.h
Log Message:
fdt: add helper for finding intr parent phandle
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/fdt/fdt_i
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:13:53 UTC 2021
Modified Files:
src/sys/dev/fdt: fdt_intr.c fdtvar.h
Log Message:
fdt: add helper for finding intr parent phandle
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/fdt/fdt_i
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:12:26 UTC 2021
Modified Files:
src/sys/dev/fdt: pinctrl_single.c
Log Message:
pinctrl-single: support #pinctrl-cells 2
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/pinctrl_single.c
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:12:26 UTC 2021
Modified Files:
src/sys/dev/fdt: pinctrl_single.c
Log Message:
pinctrl-single: support #pinctrl-cells 2
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/pinctrl_single.c
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:12:16 UTC 2021
Modified Files:
src/sys/dev/fdt: fdtbus.c
Log Message:
fdtbus: match simple-pm-bus
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/fdt/fdtbus.c
Please note that diffs are
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:12:16 UTC 2021
Modified Files:
src/sys/dev/fdt: fdtbus.c
Log Message:
fdtbus: match simple-pm-bus
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/fdt/fdtbus.c
Please note that diffs are
Module Name:src
Committed By: jmcneill
Date: Tue Sep 14 22:00:11 UTC 2021
Modified Files:
src/sys/dev/fdt: dwc3_fdt.c
Log Message:
Remove "no IOMMU" hack.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/fdt/dwc3_fdt.c
Please note that diffs are
Module Name:src
Committed By: jmcneill
Date: Tue Sep 14 22:00:11 UTC 2021
Modified Files:
src/sys/dev/fdt: dwc3_fdt.c
Log Message:
Remove "no IOMMU" hack.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/fdt/dwc3_fdt.c
Please note that diffs are
Module Name:src
Committed By: jmcneill
Date: Sat Sep 4 12:34:39 UTC 2021
Modified Files:
src/sys/dev/fdt: fdtvar.h files.fdt
Added Files:
src/sys/dev/fdt: fdt_iommu.c
Log Message:
Add facility for registering iommus.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Sat Sep 4 12:34:39 UTC 2021
Modified Files:
src/sys/dev/fdt: fdtvar.h files.fdt
Added Files:
src/sys/dev/fdt: fdt_iommu.c
Log Message:
Add facility for registering iommus.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Mon Aug 30 22:49:42 UTC 2021
Modified Files:
src/sys/dev/fdt: dwc3_fdt.c
Log Message:
Until we have proper FDT iommu support, refuse to attach when an iommu
is required.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -
Module Name:src
Committed By: jmcneill
Date: Mon Aug 30 22:49:42 UTC 2021
Modified Files:
src/sys/dev/fdt: dwc3_fdt.c
Log Message:
Until we have proper FDT iommu support, refuse to attach when an iommu
is required.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -
On 2020/10/02 22:42, Jonathan A. Kollasch wrote:
On Sun, Jul 21, 2019 at 03:57:24PM +, Rin Okuyama wrote:
Module Name:src
Committed By: rin
Date: Sun Jul 21 15:57:24 UTC 2019
Modified Files:
src/sys/dev/fdt: dw_apb_uart.c
Log Message:
The device cannot recognize bre
On Sun, Jul 21, 2019 at 03:57:24PM +, Rin Okuyama wrote:
> Module Name: src
> Committed By: rin
> Date: Sun Jul 21 15:57:24 UTC 2019
>
> Modified Files:
> src/sys/dev/fdt: dw_apb_uart.c
>
> Log Message:
> The device cannot recognize break signal. Use + (five plus signs) as
Module Name:src
Committed By: skrll
Date: Sun Nov 24 09:34:38 UTC 2019
Modified Files:
src/sys/dev/fdt: fdt_port.c
Log Message:
Fix build
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/fdt_port.c
Please note that diffs are not public domain;
Module Name:src
Committed By: skrll
Date: Sun Nov 24 09:34:38 UTC 2019
Modified Files:
src/sys/dev/fdt: fdt_port.c
Log Message:
Fix build
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/fdt_port.c
Please note that diffs are not public domain;
On Sat, 23 Nov 2019 19:53:05 +0100, "Jared D. McNeill" wrote:
>
> Module Name: src
> Committed By: jmcneill
> Date: Sat Nov 23 18:53:05 UTC 2019
>
> Modified Files:
> src/sys/dev/fdt: fdt_port.c
>
> Log Message:
> Use fdtbus_get_reg to read "reg" property
Hi,
this change breaks
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 18:53:05 UTC 2019
Modified Files:
src/sys/dev/fdt: fdt_port.c
Log Message:
Use fdtbus_get_reg to read "reg" property
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdt_port.c
Please not
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 18:53:05 UTC 2019
Modified Files:
src/sys/dev/fdt: fdt_port.c
Log Message:
Use fdtbus_get_reg to read "reg" property
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdt_port.c
Please not
Module Name:src
Committed By: jmcneill
Date: Sun Nov 17 19:30:43 UTC 2019
Modified Files:
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/dev/fdt: spdif_tx.c
Log Message:
Add driver for dummy spdif transmitter bindings.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: jmcneill
Date: Sun Nov 17 19:30:43 UTC 2019
Modified Files:
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/dev/fdt: spdif_tx.c
Log Message:
Add driver for dummy spdif transmitter bindings.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: mlelstv
Date: Sat Nov 16 21:53:38 UTC 2019
Modified Files:
src/sys/dev/fdt: fdt_intr.c
Log Message:
be more verbose about errors.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/fdt/fdt_intr.c
Please note that diff
Module Name:src
Committed By: mlelstv
Date: Sat Nov 16 21:53:38 UTC 2019
Modified Files:
src/sys/dev/fdt: fdt_intr.c
Log Message:
be more verbose about errors.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/fdt/fdt_intr.c
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Sat Nov 16 12:47:47 UTC 2019
Modified Files:
src/sys/dev/fdt: ausoc.c
Log Message:
Set sysclk rate at set_format time, so the link set_format callback can read
the new sysclk
To generate a diff of this commit:
cvs rdiff -u -r
1 - 100 of 157 matches
Mail list logo