Author: manu
Date: Fri Dec 18 16:55:54 2020
New Revision: 368766
URL: https://svnweb.freebsd.org/changeset/base/368766
Log:
arm64: rk3399: Export the watchdog clock
This clock is used by the watchdog IP and can be controlled only
in the secure world.
Modified:
head/sys/arm64/rockchip/c
Author: manu
Date: Thu Dec 17 17:11:14 2020
New Revision: 368725
URL: https://svnweb.freebsd.org/changeset/base/368725
Log:
Add IRQ resource to SPIBUS
Add capability to SPIBUS to have child device with IRQ.
For example many ADC chip have a dedicated pin to signal "data ready"
and the ho
Author: manu
Date: Thu Dec 17 17:09:43 2020
New Revision: 368724
URL: https://svnweb.freebsd.org/changeset/base/368724
Log:
arm: Remove samsung exnynos port
Remove the exynos SoC support, this haven't been updated in a while,
isn't present in GENERIC and nobody is motivated to resurect it
Author: manu
Date: Thu Dec 17 17:06:57 2020
New Revision: 368722
URL: https://svnweb.freebsd.org/changeset/base/368722
Log:
kyua: Only install examples if requested
Reviewed by: brooks
Differential Revision:https://reviews.freebsd.org/D27638
Modified:
head/usr.bin/kyua/Makefil
Author: manu
Date: Tue Dec 15 15:13:06 2020
New Revision: 368662
URL: https://svnweb.freebsd.org/changeset/base/368662
Log:
release: Rename arm64/RPI3.conf to arm64/RPI.conf
We now have a u-boot port and config.txt for booting on all 64bits
variant of the RPI boards (RPI2v1.1, RPI3* and R
Author: manu
Date: Thu Dec 3 11:15:49 2020
New Revision: 368299
URL: https://svnweb.freebsd.org/changeset/base/368299
Log:
if_dwc: Honor snps,pbl property
DTS node can have this property which configure the burst length
for both TX and RX if it's the same.
This unbreak if_dwc on Allwin
Author: manu
Date: Mon Nov 30 14:49:13 2020
New Revision: 368186
URL: https://svnweb.freebsd.org/changeset/base/368186
Log:
mmccam: Convert some printf to CAM_DEBUG
This not not useful if you are not debuging mmccam
Modified:
head/sys/cam/mmc/mmc_xpt.c
Modified: head/sys/cam/mmc/mmc_xpt
Author: manu
Date: Mon Nov 30 14:48:50 2020
New Revision: 368185
URL: https://svnweb.freebsd.org/changeset/base/368185
Log:
arm: allwinner: aw_mmc: Add a sysctl for debuging
Add a new hw.aw_mmc.debug sysctl to help debugging the driver.
Bit 0 will debug card changes (removal, insertion, p
> > Directory Properties:
> > head/sys/dev/if_wg/include/crypto/ (props changed)
> > head/sys/dev/if_wg/include/zinc/ (props changed)
> > head/sys/dev/if_wg/module/crypto/ (props changed)
> > head/sys/dev/if_wg/module/crypto/zinc/ (props changed)
> >
Author: manu
Date: Thu Nov 26 20:22:34 2020
New Revision: 368081
URL: https://svnweb.freebsd.org/changeset/base/368081
Log:
arm64: Do not rely on SPCR table to detect acpi
Since EDK2 commit d8e36289cef7bde628b023219cd65fa8e8d4562a, the Graphical
console may
completely hide SPCR, causing
Author: manu
Date: Thu Nov 26 17:19:47 2020
New Revision: 368067
URL: https://svnweb.freebsd.org/changeset/base/368067
Log:
arm: allwinner: a23 timer functions are only used for arm64
Modified:
head/sys/arm/allwinner/a10_timer.c
Modified: head/sys/arm/allwinner/a10_timer.c
==
Author: manu
Date: Thu Nov 26 17:19:30 2020
New Revision: 368066
URL: https://svnweb.freebsd.org/changeset/base/368066
Log:
arm: tegra: Remove unused variable
Modified:
head/sys/arm/nvidia/tegra124/tegra124_machdep.c
Modified: head/sys/arm/nvidia/tegra124/tegra124_machdep.c
=
Author: manu
Date: Thu Nov 26 17:19:13 2020
New Revision: 368065
URL: https://svnweb.freebsd.org/changeset/base/368065
Log:
arm: mv: Remove unused code
Modified:
head/sys/arm/mv/mv_common.c
Modified: head/sys/arm/mv/mv_common.c
Author: manu
Date: Thu Nov 26 17:18:54 2020
New Revision: 368064
URL: https://svnweb.freebsd.org/changeset/base/368064
Log:
arm: ti: Remove unused function ti_first_gpio_bank
Modified:
head/sys/arm/ti/ti_gpio.c
Modified: head/sys/arm/ti/ti_gpio.c
=
Author: manu
Date: Thu Nov 26 16:40:39 2020
New Revision: 368061
URL: https://svnweb.freebsd.org/changeset/base/368061
Log:
sdhci: mmccam: Update vccq in the driver ios
Otherwise we always report that the card is running at 1.2V.
Modified:
head/sys/dev/sdhci/sdhci.c
Modified: head/sys/d
Author: manu
Date: Thu Nov 26 16:40:20 2020
New Revision: 368060
URL: https://svnweb.freebsd.org/changeset/base/368060
Log:
sdhci: Only print mmccam debug code if hw.sdhci.debug is > 1
Modified:
head/sys/dev/sdhci/sdhci.c
Modified: head/sys/dev/sdhci/sdhci.c
=
Author: manu
Date: Thu Nov 26 16:39:56 2020
New Revision: 368059
URL: https://svnweb.freebsd.org/changeset/base/368059
Log:
mmccam: We can't sleep during sdda_add_part so use M_NOWAIT
Reviewed by: kibab
Differential Revision:https://reviews.freebsd.org/D25947
Modified:
head/sy
; ping if progname is ping6 if this isn't the case).
> > > >
> > > > Cheers,
> > > >
> > > > --
> > > > Emmanuel Vadot
> > > >
> > >
> > > Yes, that would make sense. But for how long? Would the ping6 hard link
> > &g
On Thu, 26 Nov 2020 07:36:37 -0700
Alan Somers wrote:
> On Thu, Nov 26, 2020 at 1:27 AM Emmanuel Vadot
> wrote:
>
> >
> > Hi Alan,
> >
> > On Thu, 26 Nov 2020 04:29:31 + (UTC)
> > Alan Somers wrote:
> >
> > > Author: asomers
> >
> PACKAGE=runtime
> PROG=ping
> -SRCS=ping.c utils.c
> +SRCS=main.c ping.c utils.c
I think you should add a LINKS=... here so people script which uses
ping6 won't break (and of course adding support in the code to do ipv6
ping if progname is ping6 if this isn'
Author: manu
Date: Wed Nov 25 11:21:03 2020
New Revision: 368018
URL: https://svnweb.freebsd.org/changeset/base/368018
Log:
dtb: allwinner: Add pineh64 to the build
Modified:
head/sys/modules/dtb/allwinner/Makefile
Modified: head/sys/modules/dtb/allwinner/Makefile
===
Author: manu
Date: Wed Nov 25 11:20:04 2020
New Revision: 368017
URL: https://svnweb.freebsd.org/changeset/base/368017
Log:
arm: allwinner: aw_rtc: Add H6 compatible
Modified:
head/sys/arm/allwinner/aw_rtc.c
Modified: head/sys/arm/allwinner/aw_rtc.c
==
Author: manu
Date: Wed Nov 25 11:19:42 2020
New Revision: 368016
URL: https://svnweb.freebsd.org/changeset/base/368016
Log:
arm64: allwinner: H6: Fix pll 4x clocks
The clock configured by the registers are the 4x version not the 1x.
Modified:
head/sys/arm/allwinner/clkng/ccu_h6.c
Modifi
On Tue, 24 Nov 2020 11:56:53 -0700
Ian Lepore wrote:
> On Tue, 2020-11-24 at 17:52 +0000, Emmanuel Vadot wrote:
> > Author: manu
> > Date: Tue Nov 24 17:52:01 2020
> > New Revision: 367994
> > URL: https://svnweb.freebsd.org/changeset/base/367994
> >
> >
Author: manu
Date: Tue Nov 24 17:53:13 2020
New Revision: 367995
URL: https://svnweb.freebsd.org/changeset/base/367995
Log:
release: Merge the RPI2 and BEAGLEBONE image with the GENERICSD one
Both RPI2 and BEAGLEBONE are still popular and used arm boards.
Both u-boots can coexist as they
Author: manu
Date: Tue Nov 24 17:52:01 2020
New Revision: 367994
URL: https://svnweb.freebsd.org/changeset/base/367994
Log:
Release: arm: Remove config for old boards
All those board are impossible to buy nowadays and could boot using the
GENERICSD image after putting the correct u-boot o
Author: manu
Date: Tue Nov 24 17:51:10 2020
New Revision: 367993
URL: https://svnweb.freebsd.org/changeset/base/367993
Log:
arm: Remove old amlogic support
Remove the port for aml8726.
Kernel config was removed in r346096 and this port was never migrated
to GENERIC.
It is also impossi
Author: manu
Date: Tue Nov 24 17:50:22 2020
New Revision: 367992
URL: https://svnweb.freebsd.org/changeset/base/367992
Log:
arm: Remove old rockchip support
Remove the port for rk30xx.
Kernel config was removed in r346096 and this port was never migrated
to GENERIC.
It is also impossi
Author: manu
Date: Tue Nov 24 14:05:35 2020
New Revision: 367984
URL: https://svnweb.freebsd.org/changeset/base/367984
Log:
arm64: Check if we have a map before checking the flags
This fixes amdgpu on arm64 where linuxkpi is calling id_mapped
and we call might_bounce without a map.
Modif
Author: manu
Date: Sun Nov 22 20:16:46 2020
New Revision: 367940
URL: https://svnweb.freebsd.org/changeset/base/367940
Log:
if_dwc: Correctly configure the DMA engine based on the fdt properties
Do not hardcode what we setup for the DMA engine configuration but
lookup the fdt properties a
Author: manu
Date: Sun Nov 22 18:42:08 2020
New Revision: 367938
URL: https://svnweb.freebsd.org/changeset/base/367938
Log:
release: rpi3: Copy the bcm2710 variant of the rpi2
This is the dtb intented to be used for booting RPI2 v1.2 in aarch64.
Modified:
head/release/arm64/RPI3.conf
Mo
Author: manu
Date: Fri Nov 20 11:31:25 2020
New Revision: 367888
URL: https://svnweb.freebsd.org/changeset/base/367888
Log:
if_dwc: Add checksum offloading support
Modified:
head/sys/dev/dwc/if_dwc.c
Modified: head/sys/dev/dwc/if_dwc.c
Author: manu
Date: Fri Nov 20 11:31:04 2020
New Revision: 367887
URL: https://svnweb.freebsd.org/changeset/base/367887
Log:
if_dwc: Add flow control support
Modified:
head/sys/dev/dwc/if_dwc.c
head/sys/dev/dwc/if_dwc.h
Modified: head/sys/dev/dwc/if_dwc.c
===
Author: manu
Date: Fri Nov 20 11:30:44 2020
New Revision: 367886
URL: https://svnweb.freebsd.org/changeset/base/367886
Log:
if_awg: Add a awg_dma_start_tx function that trigger dma engine
No functional changes intended
Modified:
head/sys/arm/allwinner/if_awg.c
Modified: head/sys/arm/all
Author: manu
Date: Fri Nov 20 11:30:23 2020
New Revision: 367885
URL: https://svnweb.freebsd.org/changeset/base/367885
Log:
if_dwc: Use if_ function where appropriate
No functional changes intended
Modified:
head/sys/dev/dwc/if_dwc.c
Modified: head/sys/dev/dwc/if_dwc.c
=
Author: manu
Date: Fri Nov 20 11:30:01 2020
New Revision: 367884
URL: https://svnweb.freebsd.org/changeset/base/367884
Log:
if_dwc: Reorder functions and sort them by usage
No functional changes intended
Modified:
head/sys/dev/dwc/if_dwc.c
Modified: head/sys/dev/dwc/if_dwc.c
===
Author: manu
Date: Fri Nov 20 11:29:37 2020
New Revision: 367883
URL: https://svnweb.freebsd.org/changeset/base/367883
Log:
if_awg: Reorder functions and sort them by usage
No functional changes intended
Modified:
head/sys/arm/allwinner/if_awg.c
Modified: head/sys/arm/allwinner/if_awg.c
Author: manu
Date: Fri Nov 20 11:29:20 2020
New Revision: 367882
URL: https://svnweb.freebsd.org/changeset/base/367882
Log:
if_dwc: dwc_get_hwaddr cannot fail, change return to void
No functional changes intended
Modified:
head/sys/dev/dwc/if_dwc.c
Modified: head/sys/dev/dwc/if_dwc.c
==
Author: manu
Date: Fri Nov 20 11:29:00 2020
New Revision: 367881
URL: https://svnweb.freebsd.org/changeset/base/367881
Log:
if_dwc: Add dwc_stop_dma and use it in dwc_stop_locked
No functional changes intended
Modified:
head/sys/dev/dwc/if_dwc.c
Modified: head/sys/dev/dwc/if_dwc.c
=
Author: manu
Date: Fri Nov 20 11:28:23 2020
New Revision: 367880
URL: https://svnweb.freebsd.org/changeset/base/367880
Log:
if_awg: Add awg_stop_dma and use it in awg_stop
No functional changes intended
Modified:
head/sys/arm/allwinner/if_awg.c
Modified: head/sys/arm/allwinner/if_awg.c
Author: manu
Date: Fri Nov 20 11:28:06 2020
New Revision: 367879
URL: https://svnweb.freebsd.org/changeset/base/367879
Log:
if_dwc: Use dwc_enable_mac in dwc_stop_locked
No functional changes intended
Modified:
head/sys/dev/dwc/if_dwc.c
Modified: head/sys/dev/dwc/if_dwc.c
==
Author: manu
Date: Fri Nov 20 11:27:43 2020
New Revision: 367878
URL: https://svnweb.freebsd.org/changeset/base/367878
Log:
if_dwc: Add a function to enable/disable the mac tx/rx
No functional changes intended
Modified:
head/sys/dev/dwc/if_dwc.c
Modified: head/sys/dev/dwc/if_dwc.c
=
Author: manu
Date: Fri Nov 20 11:27:26 2020
New Revision: 367877
URL: https://svnweb.freebsd.org/changeset/base/367877
Log:
if_awg: Add a function to enable/disable the mac tx/rx
No functional changes intended
Modified:
head/sys/arm/allwinner/if_awg.c
Modified: head/sys/arm/allwinner/if
Author: manu
Date: Fri Nov 20 11:27:08 2020
New Revision: 367876
URL: https://svnweb.freebsd.org/changeset/base/367876
Log:
if_dwc: Use if_setdrvflagbits to notify that we are running
No functional changes intended
Modified:
head/sys/dev/dwc/if_dwc.c
Modified: head/sys/dev/dwc/if_dwc.c
Author: manu
Date: Fri Nov 20 11:26:46 2020
New Revision: 367875
URL: https://svnweb.freebsd.org/changeset/base/367875
Log:
if_dwc: Split init code into sub function
Be clear of what we enable or init.
No functional changes intended
Modified:
head/sys/dev/dwc/if_dwc.c
Modified: hea
Author: manu
Date: Fri Nov 20 11:26:20 2020
New Revision: 367874
URL: https://svnweb.freebsd.org/changeset/base/367874
Log:
if_awg: Split init code into sub function
Be clear of what we enable or init.
No functional changes intended
Modified:
head/sys/arm/allwinner/if_awg.c
Modifie
Author: manu
Date: Fri Nov 20 11:25:54 2020
New Revision: 367873
URL: https://svnweb.freebsd.org/changeset/base/367873
Log:
if_awg: Remove the taskqueue for miibus_statchg
I guess it was added so we can obtain the device lock but we already
have it when the function is called.
No fun
Author: manu
Date: Thu Nov 19 14:27:01 2020
New Revision: 367843
URL: https://svnweb.freebsd.org/changeset/base/367843
Log:
release: Switch the Allwinner board to GPT
Allwinner bootrom have an alternate location for u-boot at 128k.
Work was made recently in u-boot to relocate correctly if
Author: manu
Date: Tue Nov 17 14:59:58 2020
New Revision: 367767
URL: https://svnweb.freebsd.org/changeset/base/367767
Log:
syscon: Add syscon_get_by_ofw_node
This allow to get a syscon node defined under a specific fdt node (which isn't
always the device one).
Modified:
head/sys/dev/e
Author: manu
Date: Tue Nov 17 14:58:30 2020
New Revision: 367766
URL: https://svnweb.freebsd.org/changeset/base/367766
Log:
arm64: allwinner: Init the Display Engine clock
In case u-boot was compiled without video support set the PLL
to 432Mhz (which allow us to use most of the HDMI resol
Author: manu
Date: Tue Nov 17 14:57:34 2020
New Revision: 367765
URL: https://svnweb.freebsd.org/changeset/base/367765
Log:
arm: allwinner: Add DE2 Clock support for H3 SoC
While here also enable the clock and deassert the reset
Modified:
head/sys/arm/allwinner/clkng/ccu_de2.c
Modified:
Author: manu
Date: Tue Nov 17 14:41:23 2020
New Revision: 367764
URL: https://svnweb.freebsd.org/changeset/base/367764
Log:
vchiq: Rename timer func so they do not conflict with linuxkpi
Modified:
head/sys/contrib/vchiq/interface/compat/vchi_bsd.c
head/sys/contrib/vchiq/interface/compat/vch
Author: manu
Date: Mon Nov 16 11:54:38 2020
New Revision: 367722
URL: https://svnweb.freebsd.org/changeset/base/367722
Log:
imx7gpc: Remove unused functions
Modified:
head/sys/arm64/freescale/imx/imx7gpc.c
Modified: head/sys/arm64/freescale/imx/imx7gpc.c
=
Author: manu
Date: Mon Nov 16 11:53:36 2020
New Revision: 367721
URL: https://svnweb.freebsd.org/changeset/base/367721
Log:
dwmmc: dwmmc_switch_vccq is only used in MMCCAM kernel
Silence the build for non MMCCAM kernel
Modified:
head/sys/dev/mmc/host/dwmmc.c
Modified: head/sys/dev/mmc/h
Author: manu
Date: Thu Nov 12 14:04:08 2020
New Revision: 367616
URL: https://svnweb.freebsd.org/changeset/base/367616
Log:
pkgbase: Move libprivatezstd from utilities to runtime
libarchive depends on it by default and tar uses libarchive.
So on a update :
1/ runtime contain tar
2/ ru
Author: manu
Date: Mon Nov 9 13:20:44 2020
New Revision: 367522
URL: https://svnweb.freebsd.org/changeset/base/367522
Log:
Bump __FreeBSD_version after linuxkpi changes
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
Author: manu
Date: Mon Nov 9 13:20:14 2020
New Revision: 367521
URL: https://svnweb.freebsd.org/changeset/base/367521
Log:
LinuxKPI: Implement ACPI bits required by drm-kmod in base system
It includes:
ACPI_HANDLE() implementation.
AC and VIDEO ACPI events notification support.
Re
Author: manu
Date: Fri Nov 6 15:21:53 2020
New Revision: 367418
URL: https://svnweb.freebsd.org/changeset/base/367418
Log:
pkgbase: Remove %VCS_REVISION% from utilities comments
We don't do that on other packages so be consistent.
It also don't work when building from git.
Modified:
h
Author: manu
Date: Wed Nov 4 20:15:14 2020
New Revision: 367340
URL: https://svnweb.freebsd.org/changeset/base/367340
Log:
dtb/rockchip: Add rockpi-4 to the build
We boot on this board to add the dtb to the build.
Requested by: Daniel Engberg
Modified:
head/sys/modules/dtb/rockchi
Author: manu
Date: Wed Nov 4 18:23:59 2020
New Revision: 367338
URL: https://svnweb.freebsd.org/changeset/base/367338
Log:
Plug minor memory leak in dwc3 USB2/USB3 controller.
OF_getprop_alloc called earlier requires corresponding OF_prop_free to
release allocated memory.
Submitted b
Author: manu
Date: Wed Nov 4 13:43:34 2020
New Revision: 367328
URL: https://svnweb.freebsd.org/changeset/base/367328
Log:
acpi_video(4): mention that acpi_video should be loaded after any drm driver
When not adhering to this order, brightness sysctl's do not show up on some
laptop.
On Tue, 3 Nov 2020 00:32:14 +0200
Konstantin Belousov wrote:
> On Mon, Nov 02, 2020 at 11:22:15PM +0100, Emmanuel Vadot wrote:
> > On Tue, 3 Nov 2020 00:10:39 +0200
> > Konstantin Belousov wrote:
> >
> > > On Mon, Nov 02, 2020 at 10:49:07PM +0100, Emmanuel Vado
On Mon, 2 Nov 2020 23:24:34 +0100
Stefan Esser wrote:
> Am 02.11.20 um 22:49 schrieb Emmanuel Vadot:
> > On Mon, 2 Nov 2020 22:41:38 +0100
> > Stefan Esser wrote:
> >
> >> Am 02.11.20 um 20:20 schrieb Oliver Pinter:> On Monday, November 2,
> >> 2020,
On Tue, 3 Nov 2020 00:10:39 +0200
Konstantin Belousov wrote:
> On Mon, Nov 02, 2020 at 10:49:07PM +0100, Emmanuel Vadot wrote:
> > I think that the first question we want to ask is : Do we want to
> > support LOCALBASE being different than /usr/local
> > I honestly don
e admin controlled
> one).
>
> Regards, STefan
I think that the first question we want to ask is : Do we want to
support LOCALBASE being different than /usr/local
I honestly don't see any advantages of making it !=/usr/local/ and
before we start putting a lot of new/useless(for I
Author: manu
Date: Mon Nov 2 21:10:49 2020
New Revision: 367284
URL: https://svnweb.freebsd.org/changeset/base/367284
Log:
release: Add an image for CI
A lot of projects CI can't do FreeBSD tests currently.
The main reason is that the project CI infrastructure is runned on Linux
and th
Author: manu
Date: Mon Nov 2 18:23:50 2020
New Revision: 367277
URL: https://svnweb.freebsd.org/changeset/base/367277
Log:
pkgbase: Add incremental packages
This adds a new target update-packages which will create the new packages
compared to the last run.
This is how to use it:
A
Author: manu
Date: Sun Oct 11 16:01:16 2020
New Revision: 366628
URL: https://svnweb.freebsd.org/changeset/base/366628
Log:
10Gigabit Ethernet driver for AMD SoC
This patch has the driver for 10Gigabit Ethernet controller in AMD
SoC. This driver is written compatible to the Iflib framewor
Author: manu
Date: Sat Oct 10 07:20:59 2020
New Revision: 366600
URL: https://svnweb.freebsd.org/changeset/base/366600
Log:
arm: Check dtb version against the one we're expecting to find
Reviewed by: imp, emaste, mmel
Differential Revision:https://reviews.freebsd.org/D26725
Modi
Author: manu
Date: Sat Oct 10 07:18:51 2020
New Revision: 366599
URL: https://svnweb.freebsd.org/changeset/base/366599
Log:
Brand our DTS with the Linux version it was imported from
DTS must be synced with the kernel, add a freebsd,dts-version string in
the root node of each DTS that we c
Emmanuel Vadot under sponsorship
+ * from the FreeBSD Foundation.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/compat/linuxkpi/common/include/linux/power_supply.hTue Oct
6 10:39:40 2020(r366478)
@@ -0,0 +1,44 @@
+/*-
+ * Copyright (c) 2020 The FreeBSD Foundation
+ *
+ * This software was developed by Emmanuel
FreeBSD Foundation
+ *
+ * This software was developed by Emmanuel Vadot under sponsorship
+ * from the FreeBSD Foundation.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1
, because file is newly added)
+++ head/sys/compat/linuxkpi/common/include/linux/numa.hTue Oct 6
10:36:16 2020(r366476)
@@ -0,0 +1,36 @@
+/*-
+ * Copyright (c) 2020 The FreeBSD Foundation
+ *
+ * This software was developed by Emmanuel Vadot under sponsorship
+ * from the FreeBSD
Author: manu
Date: Tue Oct 6 10:35:03 2020
New Revision: 366475
URL: https://svnweb.freebsd.org/changeset/base/366475
Log:
linuxkpi: Add gcd function
This compute the common greater divider
Taken from OpenBSD
Reviewed by: bz, imp
Sponsored by: The FreeBSD Foundation
Differentia
Author: manu
Date: Sat Oct 3 14:01:20 2020
New Revision: 366397
URL: https://svnweb.freebsd.org/changeset/base/366397
Log:
pwm_backlight: Add regnode_if.h to SRCS
If the kernel config doesn't have this pseudo device it will not be generated
and then the module will fail to compile.
Author: manu
Date: Sat Oct 3 14:00:33 2020
New Revision: 366396
URL: https://svnweb.freebsd.org/changeset/base/366396
Log:
pwm_backlight: Depend on ext_resources
This driver cannot work without it.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
On Sat, 3 Oct 2020 05:47:22 +0200
Mateusz Guzik wrote:
> On 10/2/20, Emmanuel Vadot wrote:
> > Author: manu
> > Date: Fri Oct 2 19:56:54 2020
> > New Revision: 366381
> > URL: https://svnweb.freebsd.org/changeset/base/366381
> >
> > Log:
> >
On Fri, 02 Oct 2020 21:12:01 -0700
Cy Schubert wrote:
> In message om>
> , Mateusz Guzik writes:
> > On 10/2/20, Emmanuel Vadot wrote:
> > > Author: manu
> > > Date: Fri Oct 2 19:56:54 2020
> > > New Revision: 366381
> > > URL: https://svnwe
Author: manu
Date: Sat Oct 3 08:31:28 2020
New Revision: 366386
URL: https://svnweb.freebsd.org/changeset/base/366386
Log:
pwm_backlight: Fix 32 bits build
Reported by: jenkins, mjg
Modified:
head/sys/dev/pwm/pwm_backlight.c
Modified: head/sys/dev/pwm/pwm_backlight.c
=
Author: manu
Date: Fri Oct 2 20:52:09 2020
New Revision: 366382
URL: https://svnweb.freebsd.org/changeset/base/366382
Log:
Fix LINT: Add backlight to NOTES
Modified:
head/sys/amd64/conf/NOTES
head/sys/arm/conf/NOTES
head/sys/arm64/conf/NOTES
head/sys/i386/conf/NOTES
head/sys/powerpc/
Author: manu
Date: Fri Oct 2 19:56:54 2020
New Revision: 366381
URL: https://svnweb.freebsd.org/changeset/base/366381
Log:
pwm_backlight: Restrict module to armv7 and aarch64
Both powerpc64 and riscv uses fdt but don't use EXT_RESOURCES.
Reported by: jenkins
Modified:
head/sys/mod
Author: manu
Date: Fri Oct 2 18:29:25 2020
New Revision: 366374
URL: https://svnweb.freebsd.org/changeset/base/366374
Log:
Bump __FreeBSD_version after latest linuxkpi changes
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
=
developed by Emmanuel Vadot under sponsorship
+ * from the FreeBSD Foundation.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/compat/linuxkpi/common/include/linux/backlight.h Fri Oct 2
18:26:41 2020(r366372)
@@ -0,0 +1,94 @@
+/*-
+ * Copyright (c) 2020 The FreeBSD Foundation
+ *
+ * This software was developed by Emmanuel Vadot under
Fri Oct 2 18:23:27 2020
(r366371)
@@ -0,0 +1,311 @@
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2020 Emmanuel Vadot
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following
/backlight.8
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/usr.bin/backlight/backlight.8 Fri Oct 2 18:21:30 2020
(r366370)
@@ -0,0 +1,95 @@
+.\" Copyright (c) 2020 Emmanuel
/backlight.9
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/share/man/man9/backlight.9 Fri Oct 2 18:18:01 2020
(r366369)
@@ -0,0 +1,77 @@
+.\" Copyright (c) 2020 Emmanuel
Author: manu
Date: Thu Oct 1 16:55:01 2020
New Revision: 366330
URL: https://svnweb.freebsd.org/changeset/base/366330
Log:
ichsmb_pci: convert to pci_device_table / add PCI_PNP_INFO
Submitted by: Greg V
Reviewed by: mav
Differential Revision:https://reviews.freebsd.org/D25260
Author: manu
Date: Wed Sep 30 17:10:49 2020
New Revision: 366295
URL: https://svnweb.freebsd.org/changeset/base/366295
Log:
ahci_generic: add quirk for NXP0004 (NXP Layerscape LX2160A)
This fixes this error :
(aprobe3:ahcich3:0:15:0): NOP FLUSHQUEUE. ACB: 00 00 00 00 00 00 00 00 00 00
00
Author: manu
Date: Wed Sep 30 17:09:17 2020
New Revision: 366294
URL: https://svnweb.freebsd.org/changeset/base/366294
Log:
acpi_resource: support multiple IRQs
Some DSDT entries have multiple interrupts for one device.
Add support for it.
This fixes ahci on NXP LS2160 and genet on R
Author: manu
Date: Sun Sep 20 16:11:38 2020
New Revision: 365927
URL: https://svnweb.freebsd.org/changeset/base/365927
Log:
arm: allwinner: aw_nmi: Fix wrong logic when we disable the nmi
MFC after:1 week
Modified:
head/sys/arm/allwinner/aw_nmi.c
Modified: head/sys/arm/allwinner/aw_
On Tue, 1 Sep 2020 16:31:58 +0200
Niclas Zeising wrote:
> On 2020-09-01 16:19, Emmanuel Vadot wrote:
> > On Tue, 1 Sep 2020 15:32:18 +0200
> > Niclas Zeising wrote:
> >
> >> On 2020-09-01 15:16, Emmanuel Vadot wrote:
> >>> On Tue, 1 Sep 2020
On Tue, 1 Sep 2020 15:32:18 +0200
Niclas Zeising wrote:
> On 2020-09-01 15:16, Emmanuel Vadot wrote:
> > On Tue, 1 Sep 2020 15:13:53 +0200
> > Michal Meloun wrote:
> >
> >>
> >>
> >> On 25.08.2020 0:53, Niclas Zeising wrote:
> >>> Aut
> - device_printf(dev, "This code is obsolete abandonware. Install the "
> > DRM_PORT " pkg\n"); \
> > + device_printf(dev, "This code is deprecated. Install the " DRM_PORT "
> > pkg\n"); \
> > device_printf(dev,
> > "===\n"); \
> > gone_in_dev(dev, 13, "drm2 drivers");
> > \
> > } while (0)
> >
--
Emmanuel Vadot
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
Author: manu
Date: Sat Aug 29 11:39:53 2020
New Revision: 364952
URL: https://svnweb.freebsd.org/changeset/base/364952
Log:
Fix arm64 build after r364927
Reported by: jenkins, dch
Pointy hat to:manu
Modified:
head/sys/arm/allwinner/clkng/aw_clk_nm.c
Modified: head/sys/arm/all
Author: manu
Date: Fri Aug 28 18:25:45 2020
New Revision: 364927
URL: https://svnweb.freebsd.org/changeset/base/364927
Log:
arm: allwinner: clk: Add printfs when we cannot set the correct freq
For some unknown reason this seems to fix this function when we printf
the best variable. This i
On Thu, 27 Aug 2020 08:08:49 + (UTC)
Emmanuel Vadot wrote:
> Author: manu
> Date: Thu Aug 27 08:08:49 2020
> New Revision: 364859
> URL: https://svnweb.freebsd.org/changeset/base/364859
>
> Log:
> arm: ti: Fix Beaglebone black MMC after DTS update
>
> After
Author: manu
Date: Thu Aug 27 08:08:49 2020
New Revision: 364859
URL: https://svnweb.freebsd.org/changeset/base/364859
Log:
arm: ti: Fix Beaglebone black MMC after DTS update
After DTS sync with Linux kernel 5.8 this patch was included:
"ARM: dts: Move am33xx and am43xx mmc nodes to sdhci
h)
@@ -0,0 +1,51 @@
+/*-
+ * Copyright (c) 2020 The FreeBSD Foundation
+ *
+ * This software was developed by Emmanuel Vadot under sponsorship
+ * from the FreeBSD Foundation.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provid
1 - 100 of 1236 matches
Mail list logo