Page MenuHomeFreeBSD
Feed Advanced Search

Jul 6 2019

markj added a comment to D16698: First draft HID over I2C support (Mouse only).

@marc.priggemeyer_gmail.com or @markj, is what's here sufficient for now, or do the edev fixes need to go in, too? It looked like suspend/resume was the biggest issue. I'm worried about this review being a casualty of perfection vs making incremental, usable progress. Given the successes reported so far, I'm trying to gauge what's mandatory vs what should be done next post-commit.

Jul 6 2019, 3:41 PM · Contributor Reviews (src)
fbsd_opal.com added a comment to D16698: First draft HID over I2C support (Mouse only).

@marc.priggemeyer_gmail.com or @markj, is what's here sufficient for now, or do the edev fixes need to go in, too? It looked like suspend/resume was the biggest issue. I'm worried about this review being a casualty of perfection vs making incremental, usable progress. Given the successes reported so far, I'm trying to gauge what's mandatory vs what should be done next post-commit.

Jul 6 2019, 10:38 AM · Contributor Reviews (src)
seanc added a comment to D16698: First draft HID over I2C support (Mouse only).

@marc.priggemeyer_gmail.com or @markj, is what's here sufficient for now, or do the edev fixes need to go in, too? It looked like suspend/resume was the biggest issue. I'm worried about this review being a casualty of perfection vs making incremental, usable progress. Given the successes reported so far, I'm trying to gauge what's mandatory vs what should be done next post-commit.

Jul 6 2019, 7:02 AM · Contributor Reviews (src)

Jun 28 2019

bcran closed D20765: Add ACPI entries for Synopsys Designware UARTs used on ARM platforms.
Jun 28 2019, 1:19 AM · Contributor Reviews (src), arm64
bcran closed D20775: Add missing ACPI GICv2 MSI/MSI-X attachment.
Jun 28 2019, 1:17 AM · Contributor Reviews (src), arm64
bcran accepted D20775: Add missing ACPI GICv2 MSI/MSI-X attachment.
Jun 28 2019, 1:14 AM · Contributor Reviews (src), arm64
bcran added a comment to D20765: Add ACPI entries for Synopsys Designware UARTs used on ARM platforms.
In D20765#449872, @greg_unrelenting.technology wrote:
Jun 28 2019, 1:10 AM · Contributor Reviews (src), arm64

Jun 27 2019

val_packett.cool added a comment to D20765: Add ACPI entries for Synopsys Designware UARTs used on ARM platforms.

I just tried booting with this patch applied and with EDK2 firmware built from master yesterday, and I still don't see any output - both with devicetree and acpi.

Jun 27 2019, 10:56 PM · Contributor Reviews (src), arm64
bcran added a comment to D20765: Add ACPI entries for Synopsys Designware UARTs used on ARM platforms.

I just tried booting with this patch applied and with EDK2 firmware built from master yesterday, and I still don't see any output - both with devicetree and acpi.

Jun 27 2019, 6:49 PM · Contributor Reviews (src), arm64
D20775: Add missing ACPI GICv2 MSI/MSI-X attachment is now accepted and ready to land.
Jun 27 2019, 6:22 AM · Contributor Reviews (src), arm64

Jun 26 2019

val_packett.cool retitled D20775: Add missing ACPI GICv2 MSI/MSI-X attachment from Add missing ACPI GICv2 MSI/MSI-X support to Add missing ACPI GICv2 MSI/MSI-X attachment.
Jun 26 2019, 8:54 PM · Contributor Reviews (src), arm64
val_packett.cool updated subscribers of D20775: Add missing ACPI GICv2 MSI/MSI-X attachment.
Jun 26 2019, 8:52 PM · Contributor Reviews (src), arm64
val_packett.cool updated the test plan for D20775: Add missing ACPI GICv2 MSI/MSI-X attachment.
Jun 26 2019, 8:51 PM · Contributor Reviews (src), arm64
val_packett.cool added a project to D20765: Add ACPI entries for Synopsys Designware UARTs used on ARM platforms: Contributor Reviews (src).
Jun 26 2019, 8:48 PM · Contributor Reviews (src), arm64
val_packett.cool created D20775: Add missing ACPI GICv2 MSI/MSI-X attachment.
Jun 26 2019, 8:47 PM · Contributor Reviews (src), arm64

Jun 24 2019

fbsd_opal.com added a comment to D16698: First draft HID over I2C support (Mouse only).

By the way, there is an error in the diff of sys/conf/files in this D16698 patch:

Jun 24 2019, 8:25 AM · Contributor Reviews (src)

Jun 23 2019

fbsd_opal.com added a comment to D16698: First draft HID over I2C support (Mouse only).

Could anyone affected by the issue give the patch here a try? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238037

Jun 23 2019, 8:04 PM · Contributor Reviews (src)
markj added a comment to D16698: First draft HID over I2C support (Mouse only).

Could anyone affected by the issue give the patch here a try? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238037

Jun 23 2019, 7:48 PM · Contributor Reviews (src)
fbsd_opal.com added a comment to D16698: First draft HID over I2C support (Mouse only).

I've been playing around with it here https://gist.github.com/johalun/ffc271a07a0cf50d0bc816138c4eec81 but still no success. Basically there are no interrupts from the device after resume. I don't know if this is because ig4 or the i2c device missing some kind of reset command. I found something in MS docs about sending an i2c reset command which you can see in the resume function but it doesn't do anything which makes me think that ig4 is the problem. Here I simply copy/paste the routine from the attach function to resume but not sure that's enough. Probably need to spend some times reading reference manual for the devices.

Jun 23 2019, 7:45 PM · Contributor Reviews (src)
johalun added a comment to D16698: First draft HID over I2C support (Mouse only).

I've been playing around with it here https://gist.github.com/johalun/ffc271a07a0cf50d0bc816138c4eec81 but still no success. Basically there are no interrupts from the device after resume. I don't know if this is because ig4 or the i2c device missing some kind of reset command. I found something in MS docs about sending an i2c reset command which you can see in the resume function but it doesn't do anything which makes me think that ig4 is the problem. Here I simply copy/paste the routine from the attach function to resume but not sure that's enough. Probably need to spend some times reading reference manual for the devices.

Jun 23 2019, 7:17 PM · Contributor Reviews (src)
fbsd_opal.com added a comment to D16698: First draft HID over I2C support (Mouse only).

After suspend/resume, all input broken (ims mouse, ums mouse and also keyboard), so need hard reboot to resolve.

Jun 23 2019, 6:13 PM · Contributor Reviews (src)
fbsd_opal.com added a comment to D16698: First draft HID over I2C support (Mouse only).

Thank you very much Marc. I have been waiting for this and really appreciate your work.

It works almost for me on an ASUS UX310. Sometimes after boot I need to load the iic kernel module and scan the bus using i2c -s -f /dev/iic1.
Furthermore two finger scrolling does not work but it seems to be recognized. At least the cursor does not move during scrolling. The middle mouse button does not work as well.

...

Jun 23 2019, 2:08 PM · Contributor Reviews (src)

May 24 2019

markj removed a member for Contributor Reviews (src): markj.
May 24 2019, 3:01 PM

May 8 2019

manu closed D19986: Add support for USB 3.0 XHCI via ACPI.
May 8 2019, 3:43 PM · arm64, Contributor Reviews (src)
manu accepted D19986: Add support for USB 3.0 XHCI via ACPI.

Tinh Nguyen from Ampere tested and it doesn't seems to make usb working (xhci controller is discovered but nothing more), I've tried on my overdrive in FDT mode and it works.
In acpi mode this doesn't but it doesn't without this patch too, looks like the acpi table is missing info about interrupts, I'll do one more test on the macchiatobin and then commit this.

May 8 2019, 2:05 PM · arm64, Contributor Reviews (src)
andrew accepted D19986: Add support for USB 3.0 XHCI via ACPI.
May 8 2019, 1:59 PM · arm64, Contributor Reviews (src)
val_packett.cool added inline comments to D19986: Add support for USB 3.0 XHCI via ACPI.
May 8 2019, 11:48 AM · arm64, Contributor Reviews (src)
val_packett.cool updated the diff for D19986: Add support for USB 3.0 XHCI via ACPI.
May 8 2019, 11:47 AM · arm64, Contributor Reviews (src)

May 7 2019

marc.priggemeyer_gmail.com added a comment to D16698: First draft HID over I2C support (Mouse only).

Can someone summarize what's left or preventing this from being committed?

May 7 2019, 2:26 PM · Contributor Reviews (src)
andrew accepted D19986: Add support for USB 3.0 XHCI via ACPI.
May 7 2019, 8:23 AM · arm64, Contributor Reviews (src)
manu accepted D19986: Add support for USB 3.0 XHCI via ACPI.
May 7 2019, 7:40 AM · arm64, Contributor Reviews (src)

May 6 2019

cneirabustos_gmail.com added inline comments to D13656: Bug 223722 add sys/class/net data to linsysfs.
May 6 2019, 11:07 PM · Linux Emulation, Contributor Reviews (src)
dchagin added inline comments to D13656: Bug 223722 add sys/class/net data to linsysfs.
May 6 2019, 9:29 PM · Linux Emulation, Contributor Reviews (src)
dchagin closed D13656: Bug 223722 add sys/class/net data to linsysfs.
May 6 2019, 8:01 PM · Linux Emulation, Contributor Reviews (src)
cneirabustos_gmail.com added inline comments to D13656: Bug 223722 add sys/class/net data to linsysfs.
May 6 2019, 5:39 PM · Linux Emulation, Contributor Reviews (src)

May 1 2019

cem added inline comments to D13656: Bug 223722 add sys/class/net data to linsysfs.
May 1 2019, 9:20 PM · Linux Emulation, Contributor Reviews (src)
dchagin added inline comments to D13656: Bug 223722 add sys/class/net data to linsysfs.
May 1 2019, 8:05 PM · Linux Emulation, Contributor Reviews (src)
val_packett.cool updated the diff for D19986: Add support for USB 3.0 XHCI via ACPI.

Added fdt detach corresponding to the current attach code (usb-phy)

May 1 2019, 4:58 PM · arm64, Contributor Reviews (src)
val_packett.cool added inline comments to D19986: Add support for USB 3.0 XHCI via ACPI.
May 1 2019, 4:56 PM · arm64, Contributor Reviews (src)
johalun added a comment to D16698: First draft HID over I2C support (Mouse only).

Driver does not work after resume. I had to reboot to get working touchpad again.

May 1 2019, 4:14 PM · Contributor Reviews (src)

Apr 30 2019

emaste added a comment to D13656: Bug 223722 add sys/class/net data to linsysfs.

For future updates (to this review, if any, or other reviews) please include context e.g. git diff -U9999

Apr 30 2019, 8:35 PM · Linux Emulation, Contributor Reviews (src)
dchagin added a reviewer for D13656: Bug 223722 add sys/class/net data to linsysfs: dchagin.
Apr 30 2019, 6:32 PM · Linux Emulation, Contributor Reviews (src)

Apr 27 2019

seanc added a comment to D16698: First draft HID over I2C support (Mouse only).

Can someone summarize what's left or preventing this from being committed?

Apr 27 2019, 6:15 PM · Contributor Reviews (src)
manu added a comment to D19986: Add support for USB 3.0 XHCI via ACPI.
In D19986#431905, @manu wrote:

The fdt needs it's own detach function where we disable the phy (like it's done in D19389 for ehci).

Apr 27 2019, 3:57 PM · arm64, Contributor Reviews (src)
manu requested changes to D19986: Add support for USB 3.0 XHCI via ACPI.

The fdt needs it's own detach function where we disable the phy (like it's done in D19389 for ehci).

Apr 27 2019, 3:43 PM · arm64, Contributor Reviews (src)

Apr 25 2019

emaste added a comment to D19986: Add support for USB 3.0 XHCI via ACPI.

As with GregV's report in PR237055 dsdt has for USB:

Method (_STA, 0, NotSerialized)  // _STA: Status
{
    Return (0x00)
}

regardless of BIOS settings; I wasn't able to test this here.

Apr 25 2019, 11:04 PM · arm64, Contributor Reviews (src)
andrew added inline comments to D19986: Add support for USB 3.0 XHCI via ACPI.
Apr 25 2019, 9:55 PM · arm64, Contributor Reviews (src)
val_packett.cool updated the diff for D19986: Add support for USB 3.0 XHCI via ACPI.

Done. btw, the original version was confirmed working on the Ampere system.

Apr 25 2019, 6:48 PM · arm64, Contributor Reviews (src)
val_packett.cool added a comment to D19986: Add support for USB 3.0 XHCI via ACPI.
In D19986#430466, @manu wrote:

Something like D19389 would be better.

Ah, yes. GregV would you rework it using that approach?

Apr 25 2019, 2:22 PM · arm64, Contributor Reviews (src)

Apr 24 2019

emaste added a comment to D19986: Add support for USB 3.0 XHCI via ACPI.
In D19986#430466, @manu wrote:

Something like D19389 would be better.

Apr 24 2019, 11:34 PM · arm64, Contributor Reviews (src)

Apr 23 2019

manu added a comment to D19986: Add support for USB 3.0 XHCI via ACPI.

Something like D19389 would be better.

Apr 23 2019, 5:11 PM · arm64, Contributor Reviews (src)
emaste added a comment to D19986: Add support for USB 3.0 XHCI via ACPI.

Patch looks plausible to me, @manu or @andrew can you review and commit?
PR 237055

Apr 23 2019, 5:01 PM · arm64, Contributor Reviews (src)
emaste closed D19983: Enable Mellanox drivers on AArch64.
Apr 23 2019, 3:11 PM · arm64, Contributor Reviews (src)
hselasky added a comment to D19983: Enable Mellanox drivers on AArch64.

Please take it.

Apr 23 2019, 1:24 PM · arm64, Contributor Reviews (src)
emaste added a comment to D19983: Enable Mellanox drivers on AArch64.

@hselasky will you commit? Otherwise I can take it.

Apr 23 2019, 1:02 PM · arm64, Contributor Reviews (src)
hselasky accepted D19983: Enable Mellanox drivers on AArch64.
Apr 23 2019, 8:40 AM · arm64, Contributor Reviews (src)

Apr 21 2019

johalun added a comment to D16698: First draft HID over I2C support (Mouse only).

Here's preliminary evdev support. Can you please incorporate it into your patch?
https://gist.github.com/johalun/3c67a678e740b82512cec52bfe926092

Apr 21 2019, 8:38 PM · Contributor Reviews (src)
val_packett.cool updated the diff for D19983: Enable Mellanox drivers on AArch64.

Done. Checked that mlx5ib loads.

Apr 21 2019, 3:28 PM · arm64, Contributor Reviews (src)
hselasky added a comment to D19983: Enable Mellanox drivers on AArch64.

mlx5ib depends on ibcore. Can you ensure this module is also built for aarch64 ?

Apr 21 2019, 1:07 PM · arm64, Contributor Reviews (src)

Apr 20 2019

emaste closed D19987: Enable ioremap for aarch64 in the LinuxKPI.
Apr 20 2019, 3:57 PM · arm64, Contributor Reviews (src)
val_packett.cool added a comment to D19983: Enable Mellanox drivers on AArch64.

Can you verify that the LINT kernel passes with this change on aarch64?

Apr 20 2019, 3:13 PM · arm64, Contributor Reviews (src)
val_packett.cool retitled D19987: Enable ioremap for aarch64 in the LinuxKPI from LinuxKPI: enable ioremap on AArch64 to Enable ioremap for aarch64 in the LinuxKPI.
Apr 20 2019, 3:04 PM · arm64, Contributor Reviews (src)
hselasky added a comment to D19983: Enable Mellanox drivers on AArch64.

Can you verify that the LINT kernel passes with this change on aarch64?

Apr 20 2019, 3:03 PM · arm64, Contributor Reviews (src)
hselasky accepted D19987: Enable ioremap for aarch64 in the LinuxKPI.

Commit message should be something like this:
Enable ioremap for aarch64 in the LinuxKPI.

Apr 20 2019, 2:57 PM · arm64, Contributor Reviews (src)
val_packett.cool updated the diff for D19983: Enable Mellanox drivers on AArch64.

Sure, split to D19987

Apr 20 2019, 2:10 PM · arm64, Contributor Reviews (src)
val_packett.cool created D19987: Enable ioremap for aarch64 in the LinuxKPI.
Apr 20 2019, 2:09 PM · arm64, Contributor Reviews (src)
val_packett.cool created D19986: Add support for USB 3.0 XHCI via ACPI.
Apr 20 2019, 2:05 PM · arm64, Contributor Reviews (src)
hselasky added a comment to D19983: Enable Mellanox drivers on AArch64.

Can you split this patch?

Apr 20 2019, 1:08 PM · arm64, Contributor Reviews (src)
val_packett.cool created D19983: Enable Mellanox drivers on AArch64.
Apr 20 2019, 1:01 PM · arm64, Contributor Reviews (src)

Apr 10 2019

trasz added a comment to D19690: mount/unmount events to devd.

Please consider adding it to devd.conf(5) man page.

Apr 10 2019, 2:48 PM · Contributor Reviews (src)

Apr 2 2019

imp added inline comments to D19690: mount/unmount events to devd.
Apr 2 2019, 10:07 PM · Contributor Reviews (src)
imp added inline comments to D19690: mount/unmount events to devd.
Apr 2 2019, 10:01 PM · Contributor Reviews (src)

Mar 31 2019

justus_sutsuj.com added a comment to D16698: First draft HID over I2C support (Mouse only).

Thank you very much Marc. I have been waiting for this and really appreciate your work.

Mar 31 2019, 12:32 AM · Contributor Reviews (src)

Mar 27 2019

mjg added inline comments to D19690: mount/unmount events to devd.
Mar 27 2019, 11:53 PM · Contributor Reviews (src)

Mar 25 2019

cneirabustos_gmail.com added a comment to D13656: Bug 223722 add sys/class/net data to linsysfs.

ok, btw, what is the reason to create only 2 devices (eth0 and lo0)?

Mar 25 2019, 5:15 PM · Linux Emulation, Contributor Reviews (src)
rozhuk.im-gmail.com added a comment to D19690: mount/unmount events to devd.

This is alternate to kqueue EVFILT_FS, but there is no need to keep prev state from getmntinfo() and compare with new to find changes.
Also user can use shell scripts to perform additional actions.

Mar 25 2019, 3:34 PM · Contributor Reviews (src)
dchagin added a comment to D13656: Bug 223722 add sys/class/net data to linsysfs.

ok, btw, what is the reason to create only 2 devices (eth0 and lo0)?

Mar 25 2019, 2:07 PM · Linux Emulation, Contributor Reviews (src)
cneirabustos_gmail.com added a comment to D13656: Bug 223722 add sys/class/net data to linsysfs.

updated patch to address style(9) issues.

Mar 25 2019, 1:19 PM · Linux Emulation, Contributor Reviews (src)
cneirabustos_gmail.com updated the diff for D13656: Bug 223722 add sys/class/net data to linsysfs.

Fixed latest style issue.

Mar 25 2019, 1:18 PM · Linux Emulation, Contributor Reviews (src)
mjg added a comment to D19690: mount/unmount events to devd.

What's the motivation for this functionality?

Mar 25 2019, 12:23 PM · Contributor Reviews (src)

Mar 24 2019

dchagin added a comment to D13656: Bug 223722 add sys/class/net data to linsysfs.

style (9)

Mar 24 2019, 7:29 AM · Linux Emulation, Contributor Reviews (src)

Mar 23 2019

rozhuk.im-gmail.com retitled D19690: mount/unmount events to devd from mount/unmount event to devd to mount/unmount events to devd.
Mar 23 2019, 4:11 PM · Contributor Reviews (src)
rozhuk.im-gmail.com created D19690: mount/unmount events to devd.
Mar 23 2019, 4:09 PM · Contributor Reviews (src)

Mar 21 2019

cneirabustos_gmail.com updated the diff for D13656: Bug 223722 add sys/class/net data to linsysfs.

Fixed style.

Mar 21 2019, 3:57 PM · Linux Emulation, Contributor Reviews (src)

Mar 16 2019

wosch closed D13910: `make buildkernel' should display the build time in seconds.
Mar 16 2019, 8:03 PM · Contributor Reviews (src)
cem accepted D13910: `make buildkernel' should display the build time in seconds.

Thanks, LGTM

Mar 16 2019, 5:43 PM · Contributor Reviews (src)

Mar 12 2019

wosch closed D13911: `make buildworld' should display the build time in seconds.
Mar 12 2019, 7:41 AM · Contributor Reviews (src)

Mar 11 2019

cem accepted D13911: `make buildworld' should display the build time in seconds.
Mar 11 2019, 5:54 PM · Contributor Reviews (src)
wosch updated the diff for D13911: `make buildworld' should display the build time in seconds.

The updated patch works without a temp file.

Mar 11 2019, 4:20 PM · Contributor Reviews (src)

Mar 10 2019

wosch updated the diff for D13910: `make buildkernel' should display the build time in seconds.

The updated patch works without a temp file.

Mar 10 2019, 7:13 PM · Contributor Reviews (src)

Feb 15 2019

Scoobi_doo_yahoo.com added a comment to D16698: First draft HID over I2C support (Mouse only).

I'm working on adding support for the Intel DesignWare I2C controllers that are connected to my touchpad and my touchscreen, also to the touchpad of another user (who originally requested my help on this issue for his laptop). I think I have a working I2C device(running 'i2c -s -v -f /dev/iic0' kills my working PS/2-connected touchpad). I would like to use your iichid module to instantly add support for these HID devices, but when I build & load iichid I see no new HID device nodes.

Feb 15 2019, 7:01 PM · Contributor Reviews (src)

Jan 27 2019

zarychtam_plan-b.pwste.edu.pl added a comment to D16698: First draft HID over I2C support (Mouse only).

Builds on 12.0-STABLE r343501 sources and works fine with Dell Latitude 5590. Thank you!

Jan 27 2019, 7:15 PM · Contributor Reviews (src)

Dec 15 2018

james.wright_digital-chaos.com updated the diff for D18482: Amazon EC2: Disable floppy devices (fdc0, fd0,) and parallel port device (pp0).

Updated file path in diff for Phabricator Diffusion browsing

Dec 15 2018, 3:37 PM · Contributor Reviews (src)

Dec 11 2018

dab closed D18396: asmc: Add Support for MacBookAir 7,1 and 7,2.
Dec 11 2018, 4:36 PM · Contributor Reviews (src)
dab closed D18395: Add uk.macbook.kbd keymap (vt).
Dec 11 2018, 2:14 AM · Contributor Reviews (src)
dab updated the summary of D18395: Add uk.macbook.kbd keymap (vt).
Dec 11 2018, 12:59 AM · Contributor Reviews (src)

Dec 8 2018

james.wright_digital-chaos.com updated the summary of D18482: Amazon EC2: Disable floppy devices (fdc0, fd0,) and parallel port device (pp0).
Dec 8 2018, 11:30 AM · Contributor Reviews (src)
james.wright_digital-chaos.com updated the summary of D18482: Amazon EC2: Disable floppy devices (fdc0, fd0,) and parallel port device (pp0).
Dec 8 2018, 11:29 AM · Contributor Reviews (src)
james.wright_digital-chaos.com updated the summary of D18482: Amazon EC2: Disable floppy devices (fdc0, fd0,) and parallel port device (pp0).
Dec 8 2018, 5:01 AM · Contributor Reviews (src)
james.wright_digital-chaos.com created D18482: Amazon EC2: Disable floppy devices (fdc0, fd0,) and parallel port device (pp0).
Dec 8 2018, 5:00 AM · Contributor Reviews (src)