Page MenuHomeFreeBSD
Feed Advanced Search

Oct 14 2016

gonzo committed rS307328: Remove redundant kern_clocksource.c. It is already in conf/files.arm64.
Remove redundant kern_clocksource.c. It is already in conf/files.arm64
Oct 14 2016, 5:40 PM
gonzo committed rS307257: Add initial Raspberry Pi 3 support.
Add initial Raspberry Pi 3 support
Oct 14 2016, 3:37 AM
gonzo committed rS307252: Make bcm2835_machdep.c optional.
Make bcm2835_machdep.c optional
Oct 14 2016, 3:01 AM
gonzo committed rS307241: Do not set FB_FLAG_MEMATTR if VM_MEMATTR_WRITE_COMBINING is not available.
Do not set FB_FLAG_MEMATTR if VM_MEMATTR_WRITE_COMBINING is not available
Oct 14 2016, 1:23 AM
gonzo committed rS307240: Fix BCM238x framebuffer driver build for ARM64.
Fix BCM238x framebuffer driver build for ARM64
Oct 14 2016, 12:42 AM

Oct 13 2016

gonzo committed rS307239: Fix BCM283x(Raspberry Pi) SDHCI driver for ARM64 build.
Fix BCM283x(Raspberry Pi) SDHCI driver for ARM64 build
Oct 13 2016, 11:29 PM
gonzo accepted D8230: Always NETIF_OPEN_CLOSE_ONCE.

This patch fixes netboot on U-Boot + loader.efi on RPi 3

Oct 13 2016, 5:36 PM

Oct 12 2016

gonzo retitled D8233: Refactor FDT part of gpioled driver - Split driver in two parts FDT and !FDT - Instead of hackish old way (reattach led nodes to GPIO bus) use gpio_pin_get_by_ofw_idx and add ofwbus and simplebus as possible parrent buses from to Refactor FDT part of gpioled driver - Split driver in two parts FDT and !FDT - Instead of hackish old way (reattach led nodes to GPIO bus) use gpio_pin_get_by_ofw_idx and add ofwbus and simplebus as possible parrent buses.
Oct 12 2016, 9:23 PM
gonzo committed rS307154: [fdt] Add one more heuristic to determine MAC address of the SMSC device.
[fdt] Add one more heuristic to determine MAC address of the SMSC device
Oct 12 2016, 7:53 PM
gonzo committed rS307151: INTRNG: Propagate IRQ activation error to API consumer.
INTRNG: Propagate IRQ activation error to API consumer
Oct 12 2016, 5:11 PM
gonzo committed rS307115: Fix typo in comment.
Fix typo in comment
Oct 12 2016, 5:36 AM
gonzo committed rS307098: Make BCM28x USB driver compatible with upstream device tree.
Make BCM28x USB driver compatible with upstream device tree
Oct 12 2016, 3:37 AM
gonzo committed rS307095: Make VCHI driver compatible with upstream DT.
Make VCHI driver compatible with upstream DT
Oct 12 2016, 3:09 AM
gonzo committed rS307093: Make BCM283x USB driver compatible with upstream DT.
Make BCM283x USB driver compatible with upstream DT
Oct 12 2016, 3:08 AM
gonzo committed rS307092: Make BCM2835 GPIO driver compatible with upstream DT.
Make BCM2835 GPIO driver compatible with upstream DT
Oct 12 2016, 3:06 AM
gonzo committed rS307091: Add compatibility string from upstream DT.
Add compatibility string from upstream DT
Oct 12 2016, 3:04 AM
gonzo committed rS307089: Make framebuffer driver compatible with upstream DT.
Make framebuffer driver compatible with upstream DT
Oct 12 2016, 3:03 AM
gonzo committed rS307088: Add compatible strings used in upstream dts files.
Add compatible strings used in upstream dts files
Oct 12 2016, 3:00 AM
gonzo committed rS307087: Make sure intc is attached before interrupt consumers.
Make sure intc is attached before interrupt consumers
Oct 12 2016, 2:58 AM

Oct 11 2016

gonzo committed rS307068: Make Rapsberry Pi watchdog driver compatible with upstream DTS.
Make Rapsberry Pi watchdog driver compatible with upstream DTS
Oct 11 2016, 9:40 PM
gonzo committed rS307067: Make intc driver compatible with upstream DTS.
Make intc driver compatible with upstream DTS
Oct 11 2016, 9:37 PM
gonzo committed rS307059: INTRNG - fix MSI/MSIX release path.
INTRNG - fix MSI/MSIX release path
Oct 11 2016, 5:00 PM
gonzo closed D8206: INTRNG - fix MSI/MSIX release path by committing rS307059: INTRNG - fix MSI/MSIX release path.
Oct 11 2016, 5:00 PM

Oct 9 2016

gonzo retitled D8206: INTRNG - fix MSI/MSIX release path from to INTRNG - fix MSI/MSIX release path.
Oct 9 2016, 8:41 PM
gonzo committed rS306899: Fix release MSI method for ARM GIC.
Fix release MSI method for ARM GIC
Oct 9 2016, 4:37 AM
gonzo committed rS306898: Fix release MSI method for NVidia Tegra PCI controller.
Fix release MSI method for NVidia Tegra PCI controller
Oct 9 2016, 4:37 AM
gonzo committed rS306897: Fix MSI allocation for NVidia Tegra.
Fix MSI allocation for NVidia Tegra
Oct 9 2016, 4:29 AM

Oct 8 2016

gonzo committed rS306860: Add multitouch support for RPi's FT5406.
Add multitouch support for RPi's FT5406
Oct 8 2016, 6:20 PM
gonzo committed rS306857: Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints).
Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints)
Oct 8 2016, 6:00 PM
gonzo committed rS306855: Allow using of driver's mutex instead internal one for evdev locking..
Allow using of driver's mutex instead internal one for evdev locking.
Oct 8 2016, 5:58 PM

Oct 6 2016

gonzo committed rS306746: Fix extended buttons support on synaptic clickpad.
Fix extended buttons support on synaptic clickpad
Oct 6 2016, 1:01 AM

Oct 3 2016

gonzo committed rS306653: Add Tegra TK1 DTBs to GENERIC kernel.
Add Tegra TK1 DTBs to GENERIC kernel
Oct 3 2016, 7:34 PM
gonzo committed rS306647: const-ify struct evdev_methods.
const-ify struct evdev_methods
Oct 3 2016, 5:20 PM
gonzo committed rS306619: Add rpi_ft5406 module and add it to extra modules in Raspberry Pi configs.
Add rpi_ft5406 module and add it to extra modules in Raspberry Pi configs
Oct 3 2016, 1:08 AM
gonzo committed rS306618: Fix attach/detach methods.
Fix attach/detach methods
Oct 3 2016, 1:07 AM

Oct 2 2016

gonzo committed rS306579: Modularize evdev.
Modularize evdev
Oct 2 2016, 3:20 AM
gonzo committed rS306578: Fix gcc compilation error.
Fix gcc compilation error
Oct 2 2016, 3:07 AM

Oct 1 2016

gonzo committed rS306557: Use VM_MEMATTR_WRITE_COMBINING memattr for mmap(2) on framebuffer.
Use VM_MEMATTR_WRITE_COMBINING memattr for mmap(2) on framebuffer
Oct 1 2016, 5:57 PM
gonzo committed rS306556: Bump _FreeBSD_version after adding fb_memattr field to fb_info in r306555.
Bump _FreeBSD_version after adding fb_memattr field to fb_info in r306555
Oct 1 2016, 5:48 PM
gonzo committed rS306555: Provide way for framebuffer driver to request mmap(2) mapping type.
Provide way for framebuffer driver to request mmap(2) mapping type
Oct 1 2016, 5:43 PM
gonzo closed D8064: Allow framebuffer driver control memory mapping type for mmap(2) call by committing rS306555: Provide way for framebuffer driver to request mmap(2) mapping type.
Oct 1 2016, 5:43 PM

Sep 30 2016

gonzo committed rS306532: Add dependency to evdev module.
Add dependency to evdev module
Sep 30 2016, 9:15 PM
gonzo committed rS306531: Add dependency to evdev module (if required).
Add dependency to evdev module (if required)
Sep 30 2016, 9:13 PM
gonzo committed rS306530: Declare a module for evdev and add dependency to ukbd(4) and ums(4).
Declare a module for evdev and add dependency to ukbd(4) and ums(4)
Sep 30 2016, 9:05 PM
gonzo committed rS306474: Replace explicit TUNABLE_INT to sysctl with CTLFLAG_TUN.
Replace explicit TUNABLE_INT to sysctl with CTLFLAG_TUN
Sep 30 2016, 3:03 AM

Sep 29 2016

gonzo committed rS306460: Add dtb module for Jetson-TK1 board.
Add dtb module for Jetson-TK1 board
Sep 29 2016, 10:01 PM
gonzo added a comment to D7974: Linux ARM v2 5/9.

Looks like patch to sys/conf/files.arm was not included in either of revisions. It should contain all source files in sys/arm/linux/. Gregory, could you include this change and attach to any of the existing revisions?

Sep 29 2016, 5:54 PM ยท Linux Emulation, ARM
gonzo added a comment to D7970: Linux ARM v2 1/9.
In D7970#166887, @gonzo wrote:

Gregory,

I take it v2 reviews are the ones that are relevant and that should be reviewed/tested. And previous 16 reviews can be closed now? Is that right?

Thank you

Right. They're strictly the same (except an update needed to compile in new HEAD) but the first version is more Linux like patchset while the second is FreeBSD style.

Sep 29 2016, 5:25 PM ยท Linux Emulation, ARM
gonzo added a comment to D7970: Linux ARM v2 1/9.
In D7970#166887, @gonzo wrote:

Gregory,

I take it v2 reviews are the ones that are relevant and that should be reviewed/tested. And previous 16 reviews can be closed now? Is that right?

Thank you

Right. They're strictly the same (except an update needed to compile in new HEAD) but the first version is more Linux like patchset while the second is FreeBSD style.

Sep 29 2016, 6:13 AM ยท Linux Emulation, ARM
gonzo added a comment to D7970: Linux ARM v2 1/9.

I take it v2 reviews are the ones that are relevant and that should be reviewed/tested. And previous 16 reviews can be closed now? Is that right?

Sep 29 2016, 4:26 AM ยท Linux Emulation, ARM
gonzo retitled D8064: Allow framebuffer driver control memory mapping type for mmap(2) call from to Allow framebuffer driver control memory mapping type for mmap(2) call.
Sep 29 2016, 2:31 AM
gonzo committed rS306430: Add touchscreen support for the official 7" RPi touch display.
Add touchscreen support for the official 7" RPi touch display
Sep 29 2016, 2:14 AM

Sep 26 2016

gonzo committed rS306357: Document hw.psm.elantech_support in psm(4).
Document hw.psm.elantech_support in psm(4)
Sep 26 2016, 10:08 PM
gonzo committed rS306356: Add Elantech trackpad to the list of known models.
Add Elantech trackpad to the list of known models
Sep 26 2016, 10:07 PM
gonzo committed rS306355: Add Elantech trackpad support.
Add Elantech trackpad support
Sep 26 2016, 10:06 PM

Sep 25 2016

gonzo committed rS306328: Update PCI driver to match new dts tree.
Update PCI driver to match new dts tree
Sep 25 2016, 11:48 PM
gonzo committed rS306327: Update AHCI driver to match new dts tree.
Update AHCI driver to match new dts tree
Sep 25 2016, 11:45 PM

Sep 23 2016

gonzo committed rS306275: Do not perform extra check for NULL, evdev_free can handle NULL value.
Do not perform extra check for NULL, evdev_free can handle NULL value
Sep 23 2016, 6:55 PM
gonzo committed rS306274: Handle NULL argument in evdev_free.
Handle NULL argument in evdev_free
Sep 23 2016, 6:54 PM

Sep 21 2016

gonzo closed D7863: ums(4): Support for input event interface by committing rS306134: Add evdev support to ums(4).
Sep 21 2016, 6:52 PM
gonzo committed rS306134: Add evdev support to ums(4).
Add evdev support to ums(4)
Sep 21 2016, 6:52 PM
gonzo committed rS306132: Add evdev support to ukbd driver.
Add evdev support to ukbd driver
Sep 21 2016, 6:47 PM
gonzo closed D7957: ukbd(4): Support for input event interface by committing rS306132: Add evdev support to ukbd driver.
Sep 21 2016, 6:47 PM
gonzo added inline comments to D7957: ukbd(4): Support for input event interface.
Sep 21 2016, 5:52 PM

Sep 12 2016

gonzo added a comment to D6998: input event interface implementation.

Vladimir, could you submit devices' evdev patches to differential? I suggest starting with USB devs, one device per review. I talked to Hans, he's OK with reviewing them

Sep 12 2016, 10:03 PM
gonzo committed rS305749: Remove semicolon from the end of the macro definition.
Remove semicolon from the end of the macro definition
Sep 12 2016, 5:29 PM
gonzo committed rS305719: Cleanup evdev support for TI ADC/TS.
Cleanup evdev support for TI ADC/TS
Sep 12 2016, 1:18 AM

Sep 11 2016

gonzo committed rS305708: Add evdev support to TI ADC/touchscreen driver.
Add evdev support to TI ADC/touchscreen driver
Sep 11 2016, 7:08 PM
gonzo committed rS305706: Add evdev protocol implementation.
Add evdev protocol implementation
Sep 11 2016, 6:56 PM
gonzo closed D6998: input event interface implementation by committing rS305706: Add evdev protocol implementation.
Sep 11 2016, 6:56 PM
gonzo added a comment to D6998: input event interface implementation.

I'm about to commit this change, running final tinderbox build

Sep 11 2016, 12:05 AM

Sep 7 2016

gonzo committed rS305572: MFC r305492: Let knlist_add do the locking part.
MFC r305492: Let knlist_add do the locking part
Sep 7 2016, 11:36 PM
gonzo added a comment to D6998: input event interface implementation.

I guess it's time to commit this change. Jean-Sรฉbastien would you commit it as a maintainer of all things input? Or if you don't have spare cycles I can do it myself.

Sep 7 2016, 8:52 PM

Sep 6 2016

gonzo committed rS305492: Let knlist_add do the locking part.
Let knlist_add do the locking part
Sep 6 2016, 7:36 PM

Sep 2 2016

gonzo committed rS305309: MFC r305104:.
MFC r305104:
Sep 2 2016, 10:13 PM
gonzo committed rS305308: MFC r305039:.
MFC r305039:
Sep 2 2016, 10:04 PM

Aug 31 2016

gonzo committed rS305104: Update VCHIQ driver to upstream version 4eda74f2.
Update VCHIQ driver to upstream version 4eda74f2
Aug 31 2016, 1:05 AM

Aug 30 2016

gonzo committed rS305039: Fix TI PRUSS driver panic with INVARIANTS enabled.
Fix TI PRUSS driver panic with INVARIANTS enabled
Aug 30 2016, 1:31 AM

Aug 8 2016

gonzo committed rS303839: MFC r303726.
MFC r303726
Aug 8 2016, 5:54 PM

Aug 3 2016

gonzo committed rS303726: Fix EHCI driver by excluding first 512K from available memory.
Fix EHCI driver by excluding first 512K from available memory
Aug 3 2016, 6:03 PM

Jul 8 2016

gonzo committed rS302465: Remove extra 0x before %p format strings introduced by r296182.
Remove extra 0x before %p format strings introduced by r296182
Jul 8 2016, 10:32 PM

Jun 29 2016

gonzo committed rS302287: Fixed FreeBSD/mips MALTA support for QEMU.
Fixed FreeBSD/mips MALTA support for QEMU
Jun 29 2016, 11:34 PM

Jun 27 2016

gonzo added a reviewer for D6998: input event interface implementation: gonzo.
Jun 27 2016, 9:56 PM

May 28 2016

gonzo committed rS300894: Add gpiokeys to the list of GPIO modules built only if FDT is enabled.
Add gpiokeys to the list of GPIO modules built only if FDT is enabled
May 28 2016, 12:22 AM

May 19 2016

gonzo committed rS300230: Fixed memory leak in FDT overlay handling code.
Fixed memory leak in FDT overlay handling code
May 19 2016, 8:52 PM

May 18 2016

gonzo committed rS300175: Use OF_prop_free instead of direct call to free(9).
Use OF_prop_free instead of direct call to free(9)
May 18 2016, 11:42 PM
gonzo committed rS300173: Use OF_prop_free instead of direct call to free(9).
Use OF_prop_free instead of direct call to free(9)
May 18 2016, 11:39 PM

May 14 2016

gonzo committed rS299756: Use OF_prop_free instead of direct call to free(9).
Use OF_prop_free instead of direct call to free(9)
May 14 2016, 8:06 PM
gonzo committed rS299755: Use OF_prop_free instead of direct call to free(9).
Use OF_prop_free instead of direct call to free(9)
May 14 2016, 8:05 PM
gonzo committed rS299747: Use OF_prop_free instead of direct call to free(9).
Use OF_prop_free instead of direct call to free(9)
May 14 2016, 6:44 PM
gonzo committed rS299715: Use OF_prop_free instead of direct call to free(9).
Use OF_prop_free instead of direct call to free(9)
May 14 2016, 5:00 AM
gonzo committed rS299714: Use OF_prop_free instead of direct call to free(9).
Use OF_prop_free instead of direct call to free(9)
May 14 2016, 5:00 AM

May 13 2016

gonzo committed rS299703: Use OF_prop_free instead of direct call to free(9).
Use OF_prop_free instead of direct call to free(9)
May 13 2016, 10:28 PM
gonzo committed rS299702: Use OF_prop_free instead of direct call to free(9).
Use OF_prop_free instead of direct call to free(9)
May 13 2016, 10:05 PM

May 12 2016

gonzo committed rS299568: Add loadable module for gpiokeys.
Add loadable module for gpiokeys
May 12 2016, 8:21 PM
gonzo committed rS299566: Fix detach routine for gpiokeys.
Fix detach routine for gpiokeys
May 12 2016, 8:15 PM
gonzo committed rS299564: Properly release mapped pin in gpio_pin_release.
Properly release mapped pin in gpio_pin_release
May 12 2016, 8:13 PM
gonzo committed rS299563: Add gpiobus_release_pin function to release mapped pin.
Add gpiobus_release_pin function to release mapped pin
May 12 2016, 8:12 PM

May 11 2016

gonzo committed rS299477: Add OF_prop_free function as a counterpart for OF_*prop_alloc.
Add OF_prop_free function as a counterpart for OF_*prop_alloc
May 11 2016, 6:20 PM
gonzo closed D6315: Add OF_prop_free as a counterpart to OF_getprop_alloc/OF_getencprop_alloc by committing rS299477: Add OF_prop_free function as a counterpart for OF_*prop_alloc.
May 11 2016, 6:20 PM