<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/mips, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-07-21T14:17:35Z</updated>
<entry>
<title>MFC r363266 (by cem):</title>
<updated>2020-07-21T14:17:35Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-07-21T14:17:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=21bbf588e20324f71643b96bf126297e7f322a48'/>
<id>urn:sha1:21bbf588e20324f71643b96bf126297e7f322a48</id>
<content type='text'>
Revert r240317 to prevent leaking pmap entries
</content>
</entry>
<entry>
<title>MFC r349584, r349728, r349731, r350440, r350443, r351185, r353493, r353575, r355625, r355627, r355629, r356813</title>
<updated>2020-06-18T21:44:49Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2020-06-18T21:44:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8fac3c590fac214226e92517f0fdfac2f1dc0f3e'/>
<id>urn:sha1:8fac3c590fac214226e92517f0fdfac2f1dc0f3e</id>
<content type='text'>
r349584:
Since r349571 we need all the accessor to be present for set or get
otherwise we panic.
dwmmc don't handle VCCQ (voltage for the IO line of the SD/eMMC) or
TIMING.
Add the needed accessor in the {read,write}_ivar functions.

Reviewed by:	imp (previous version)

r349728 by imp:
Implement missing MMCBR ivars

All MMCBR bridges have to implement all the MMCBR variables. This
implements them for everybody that currently doesn't.

A common routine for this should be written.

r349731 by imp:
Fix cut-and-pasto that slipped through my testing.

r350440 by br:
Add support for the SD/MMC controller found in Terasic DE10-Pro
(an Intel Stratix 10 GX/SX FPGA Development Kit).

Set the bus speed manually due to lack of clock management support.

Sponsored by:	DARPA, AFRL

r350443 by br:
Fix MMCCAM kernel build.

Sponsored by:	DARPA, AFRL

r351185 by mmel:
Enhance support of extres in dwmmc driver.
Handle all clocks, regulators and resets defined by dwmmc bindings.

r353493 by br:
Fix the driver attachment in cases when the external resource devices
(resets, regulators, clocks) are not available.

Rely on a system initialization done by a bootloader in that cases.

This fixes operation on Terasic DE10-Pro (an Intel Stratix 10
development kit).

Sponsored by:	DARPA, AFRL

r353575 by br:
Fix dwmmc(4) driver attachment when ext_resources are not present.

Ignore only ENOENT (no DTS properties found) and ENODEV (driver not
present) non-zero return values from ext_resources.

Reviewed by:	manu
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D22043

r355625:
dwmmc: Add a detach method

This method will disable the regulators, clocks and assert the reset of
the module. It will also detach it's children (the mmc device) and release
it's resources.
While here enable the regulators on attach as we need them to power up
the sdcard or emmc.

r355627:
dwmmc: Handle the card detect interrupt

The driver used to always add the mmc device as it's child even
it no card was detected. Add a function that will detect if the
card is present or not and that will attach/detach the mmc device.
The function is either call on attach (as we won't have the interrupt
fired) or from two taskqueues. The first taskqueue will directly call
the function when the sdcard was present and is now removed and the other
one will delay a bit the attach when we didn't had a card and now have one.
This is mostly based on comments from the sdhci driver where it describe
a situation when the CD pin is detected before the others pins are connected.

r355629:
dwmmc: Use device_delete_children

Instead of first detaching the children(s) and then delete them,
use the device_delete_children function that does all of that.

Suggested by:	ian

r356813:
dwmmc: Remove max_hz from the softc

We never use it so directly set the value to the mmc host structure.
</content>
</entry>
<entry>
<title>MFC r343969 by nwhitehorn:</title>
<updated>2020-05-12T21:51:56Z</updated>
<author>
<name>Justin Hibbits</name>
<email>jhibbits@FreeBSD.org</email>
</author>
<published>2020-05-12T21:51:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=35c525dbe0648675e58309e05cf73e928c0cf175'/>
<id>urn:sha1:35c525dbe0648675e58309e05cf73e928c0cf175</id>
<content type='text'>
Performance improvements for octe(4):
- Distribute RX load across multiple cores, if present. This reverts
r217212, which is no longer relevant (I think because of the newer
SDK).
- Use newer APIs for pinning taskqueue entries to specific cores.
- Deepen RX buffers.

This more than doubles NAT forwarding throughput on an EdgeRouter Lite from,
with typical packet mixture, 90 Mbps to over 200 Mbps. The result matches
forwarding throughput in Linux without the UBNT hardware offload on the same
hardware, and thus likely reflects hardware limits.
</content>
</entry>
<entry>
<title>MFC r360280:</title>
<updated>2020-05-08T14:10:47Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-05-08T14:10:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=679551199cf29370635716d81260d896c9a02528'/>
<id>urn:sha1:679551199cf29370635716d81260d896c9a02528</id>
<content type='text'>
Fix a race between _pmap_unwire_ptp() and MipsDoTLBMiss().
</content>
</entry>
<entry>
<title>MFC r360281:</title>
<updated>2020-05-08T14:10:29Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-05-08T14:10:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea114faa4b22203e3581ae689d962e0fab58f958'/>
<id>urn:sha1:ea114faa4b22203e3581ae689d962e0fab58f958</id>
<content type='text'>
Fix a race in pmap_emulate_modified().
</content>
</entry>
<entry>
<title>MFC r359974:</title>
<updated>2020-05-06T17:12:26Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2020-05-06T17:12:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e2a9231d67d8e58577d0bcbec91ca8a8d8c79414'/>
<id>urn:sha1:e2a9231d67d8e58577d0bcbec91ca8a8d8c79414</id>
<content type='text'>
Don't directly access userspace memory.

Rather then using the racy useracc() followed by direct access to
userspace memory, perform a copyin() and use the result if it succeeds.

Reviewed by:	jhb
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24410
</content>
</entry>
<entry>
<title>Update a few more kernel configs for tun -&gt; tuntap.</title>
<updated>2020-05-06T05:29:00Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2020-05-06T05:29:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a6f3ad886bdd40e5aab8ed24b2f0b74000e43e6e'/>
<id>urn:sha1:a6f3ad886bdd40e5aab8ed24b2f0b74000e43e6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 350013: Don't pass error from syscallenter() to syscallret().</title>
<updated>2020-04-27T20:37:11Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2020-04-27T20:37:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=342aba7c681de48227d66fa9f5d128f8de651530'/>
<id>urn:sha1:342aba7c681de48227d66fa9f5d128f8de651530</id>
<content type='text'>
syscallret() doesn't use error anymore.  Fix a few other places to permit
removing the return value from syscallenter() entirely.
- Remove a duplicated assertion from arm's syscall().
- Use td_errno for amd64_syscall_ret_flush_l1d.
</content>
</entry>
<entry>
<title>MFC r342022 (by imp):</title>
<updated>2020-04-25T12:50:21Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-04-25T12:50:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d781a2df31fcdb1f8a6a32e4c2fe210649143583'/>
<id>urn:sha1:d781a2df31fcdb1f8a6a32e4c2fe210649143583</id>
<content type='text'>
Correctly implemenet atomic_swap_long for mips64.

MIPS64 has 64-bit longs, so use uint64_t for it, otherwise uint32_t.
sizeof(long) == sizeof(ptr) for all platforms, so define
atomic_swap_ptr in terms of atomic_swap_long.

Submitted by: hps@
</content>
</entry>
<entry>
<title>MFC r347515: Catch up with r347241 (if_tuntap rename).</title>
<updated>2020-02-26T13:23:52Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-02-26T13:23:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6bbe30e5e0e658f31315ab865d184a064b0f38cf'/>
<id>urn:sha1:6bbe30e5e0e658f31315ab865d184a064b0f38cf</id>
<content type='text'>
</content>
</entry>
</feed>
