christos
43eac92e53
don't free mbuf twice.
...
XXX: pullup 7.
2015-12-16 23:14:42 +00:00
christos
7a83389f23
make DPRINTF/DWARN always statements.
2015-12-16 23:00:39 +00:00
christos
17562cefd2
PR/50438: NONAKA Kimihiro: ftp(1): CONNECT method support
...
Please test!
2015-12-16 21:11:47 +00:00
jmcneill
4e8cdc22f8
use of_getprop_uint32
2015-12-16 19:46:55 +00:00
jmcneill
37b4dc38d1
Use of_getprop_bool/of_getprop_uint32
2015-12-16 19:33:55 +00:00
jmcneill
d5efaf119a
add of_getprop_bool and of_getprop_uint32 helpers
2015-12-16 19:33:39 +00:00
jmcneill
f27cb82f94
sometimes status is "ok" instead of "okay", allow both
2015-12-16 19:33:16 +00:00
christos
941a869c25
more refactoring:
...
- introduce authinfo and urlinfo structures
- split negotiation code out.
2015-12-16 19:17:16 +00:00
maxv
38eb13bf9e
Extend SMEP support to i386 (does not require PAE).
2015-12-16 18:54:03 +00:00
christos
3d4fd82fa3
PR/50564: Rin Okuyama: sftp: filename completion is broken
2015-12-16 13:23:38 +00:00
jmcneill
4d22e75533
move options FDT to std.tegra
2015-12-16 12:26:14 +00:00
jmcneill
9f15ee85cc
fix FDT build without openfirm pseudo-device
2015-12-16 12:22:48 +00:00
jmcneill
bc39608c19
fdt_openfirm_set_data -> fdtbus_set_data
2015-12-16 12:18:02 +00:00
jmcneill
78f1f02e27
Only OF_* functions should be in fdt_openfirm.c, move the rest to fdt_subr.c.
2015-12-16 12:17:45 +00:00
jmcneill
7d3ef0b6ce
split gpio, i2c, intr, and regulator helpers into separate files
2015-12-16 12:03:44 +00:00
jdc
f42ab8911f
Correct the name of the manual page (pointed out by wiz).
2015-12-16 08:24:30 +00:00
jdc
1eeaa31329
Add manual page for ADM1026.
2015-12-16 08:20:03 +00:00
wiz
10de853fc7
Sort sections. Fix Dt.
2015-12-16 08:16:18 +00:00
jdc
572b198968
Mention new ADM1026 i2c driver.
2015-12-16 08:08:22 +00:00
jdc
ea3f614ae8
Add direct configuration support via compatible names.
2015-12-16 08:05:38 +00:00
jdc
477e56e5b6
Allow pcfiic to handle i2c writes using cmdbuf for the register, and buf for
...
the value to be written. Prior to this, we would send an empty write command
to the correct i2c address, plus an empty write command to the device at the
i2c address of the first byte of buf.
2015-12-16 08:04:58 +00:00
jdc
a0596c5c2c
Add V210/V240 environmental sensors that are not in the OFW tree.
...
Add device properties for adm1026hm on V210, V240, and V440.
2015-12-16 08:01:19 +00:00
jdc
846fbf61f2
Add adm1026hm* for V210, V240, and V440 environmental monitoring.
2015-12-16 08:00:00 +00:00
jdc
685e31c524
Add manual page for ADM1026.
2015-12-16 07:59:01 +00:00
jdc
fce5253324
Add a driver for the ADM1026 Thermal System Management Fan Controller
...
i2c chip.
2015-12-16 07:56:48 +00:00
ozaki-r
213b8d3cc6
Fix token_rif extractions from llentry
2015-12-16 05:44:59 +00:00
knakahara
50f2e9d4c0
Refactor. No functional change.
2015-12-16 03:24:29 +00:00
nonaka
f6c8c6eefb
Fix compile failure without WITH_SSL.
...
> /tmp/bracket/build/2015.12.15.21.01.27-i386/src/usr.bin/ftp/fetch.c: In function 'fetch_url':
> /tmp/bracket/build/2015.12.15.21.01.27-i386/src/usr.bin/ftp/fetch.c:823:18: error: 'HTTPS_URL_T' undeclared (first use in this function)
> urltype == HTTPS_URL_T ? &ssl : NULL);
2015-12-16 01:20:05 +00:00
marty
8c864ca5fe
XU4 FDT WDT - convert driver to FDT
...
The watchdog timer is the most trivial driver in exynos, from the POV of
converting to FDT, so go ahead and do it first. NOTE: There's a hack in
the driver that needs to eventually be fixed -- the clock frequency is
hardwired when it should be gotten from the clock in the device tree. I'll
come back and fix this when I'm more comfortable with the api.
2015-12-15 23:15:53 +00:00
marty
6b9db15bac
XU4 FDT -- fix bus tags
...
I got away with not having the generic bus tags for getting minimum fdt to
work; but for real drivers have to actually have them. Make necessary
corrections.
2015-12-15 23:13:51 +00:00
christos
82dbb89087
Factor the proxy handling code out.
2015-12-15 21:45:21 +00:00
christos
605492b2a8
Separate no_proxy handling.
2015-12-15 21:01:27 +00:00
christos
9444a4268c
Try to factor out some code, this is completely out of control.
2015-12-15 20:49:49 +00:00
jmcneill
29c385d652
remove some commented out entries for static i2c device instances
2015-12-15 15:35:10 +00:00
jmcneill
b07fbf224f
wire down ldN to sdmmcN, so disk numbers dont jump around between boots
2015-12-15 15:34:04 +00:00
jmcneill
a2676611ae
fdtbus_gpio_read handles pin polarity, so fix inverted test in tegra_sdhc_card_detect
2015-12-15 15:33:19 +00:00
christos
973312b0f4
PR/50561: David Binderman: Add missing va_end calls.
2015-12-15 12:36:10 +00:00
christos
ef41e53307
PR/50560: David Binderman: fix memory leaks.
2015-12-15 12:33:03 +00:00
christos
e392e965d7
PR/50559: David Binderman: Add missing free()'s after calls to randomize().
2015-12-15 12:30:34 +00:00
marty
2d77e6bbdf
XU$ genassym.cf
...
adding previously missed file.
2015-12-15 04:53:55 +00:00
marty
f2c43fb288
EXYNOS - change ODROID-XU4 to EXYNOS
...
EXYNOS will be a generic fdt kernel, so signify that with the name change,
as requested by Nick.
2015-12-15 04:38:30 +00:00
ozaki-r
561514840d
Add more tests for IPv6 link-local addresses
...
The tests include a test for PR 50549.
2015-12-15 01:33:08 +00:00
jmcneill
54369b5127
Fix TX FIFO on Tegra
2015-12-14 23:57:30 +00:00
macallan
21e70d0c91
zero out struct i2cbus_attach_args before messing with it
2015-12-14 23:21:23 +00:00
christos
58371135b0
Add missing debug libraries; reported by John D. Baker in current-users@
2015-12-14 23:06:21 +00:00
marty
a0ce2ca6f0
XU4 FDT Missing file
...
maybe it'll compile now.
2015-12-14 22:51:42 +00:00
christos
bee41132a3
PR/50552: Kyle Amon: RFC3493 section 6.1 wants us to accept non-dotted-quad
...
INET4 addresses.
XXX: pullup-7
2015-12-14 22:07:37 +00:00
marty
02fc961cd3
XU4 FDT Enable the minimum device tree
...
This enables the use of FDT on the XU4 but doesn't add any drivers. However,
with this check in, XU4 becomes useless without a device tree blob from the
Linux tree, which isn't checked in anywhere.
2015-12-14 22:06:57 +00:00
jmcneill
a729620424
add gpiokeys driver
2015-12-14 21:41:42 +00:00
jmcneill
0fbc3295f4
Add driver for device tree "gpio-keys" device. Each GPIO key is mapped to
...
a sysmon pswitch; code KEY_POWER is a power button, KEY_SLEEP is a sleep
button, and everything else is treated as a hotkey button.
2015-12-14 20:58:45 +00:00