Commit Graph

271394 Commits

Author SHA1 Message Date
rin 4b1be82a0c regen 2019-11-04 11:21:36 +00:00
rin 15c6ad24fa For netbsd32_readlinkat(2), bufsize is netbsd_size_t, not size_t.
Since bufsize is the last argument, this affects only LP64EB.

XXX
pullup to netbsd-9, -8, and -7
2019-11-04 11:20:22 +00:00
fcambus 1d7422761b Update Spleen kernel fonts to version 1.5.0, bringing the following
improvements:

- Tweak the digit '7' for consistency with other sizes (5x8 version)
- Tweak the digit '2' for consistency with other sizes (12x24 version)
- Shift the middle bar of the digit '3' one pixel up, for better
  alignement (12x24 version)
- Make the 'Z' and 'z' characters more balanced, as is the case with
  other sizes (12x24 version)
- Make the slash inside the digit '0' one pixel thiner (32x64 version)
2019-11-04 10:44:00 +00:00
tsutsui 3763bad718 Fix build with VERBOSE_INIT_ARM without DIAGNOSTIC. 2019-11-04 10:36:18 +00:00
jmcneill ff91b6af94 Speed up mode setting a bit and turn off the display while changing modes 2019-11-04 10:02:39 +00:00
jmcneill 1eaa5a0907 Select closest rate to desired pixel clock 2019-11-04 09:38:38 +00:00
jmcneill 66036e2826 Use 297MHz for display clock 2019-11-04 09:37:51 +00:00
jmcneill 62466b77b2 evbarm: Update TI OMAP3 SoC support to use FDT based configuration. 2019-11-04 09:11:00 +00:00
isaki 3477e919b3 Use kmem_zalloc() instead of kmem_alloc() to initialize structure.
struct audio_format added a member since isaki-audio2.
Fix PR kern/54662 "uaudio sometimes not recognized".
2019-11-04 05:46:39 +00:00
christos 6438fea304 bump for gcc8 2019-11-04 00:59:05 +00:00
rin 2055c79d5d Try to fix build failure due to missing obsolete qualifier. 2019-11-04 00:51:33 +00:00
rin 31575e7ffd Fix previous; restore accidentally removed newline. 2019-11-04 00:33:29 +00:00
jmcneill 180c207303 Comment out mode fixup (not needed it seems) 2019-11-03 23:31:49 +00:00
jmcneill 18efc2c1b1 Test DRM_MODE_* flags, not VID_* 2019-11-03 23:28:59 +00:00
jmcneill c66374c28a Add tdahdmi, tilcdc, tifb 2019-11-03 22:59:24 +00:00
jmcneill cdc19e1da2 Add support for AM335x display controller (LCDC). 2019-11-03 22:59:06 +00:00
jmcneill 796f615048 Add driver for NXP TDA19988 HDMI encoder 2019-11-03 22:57:52 +00:00
jmcneill f1ebdd76aa Defer power monitor polling to the sysmon taskq thread to avoid i2c transactions in intr context 2019-11-03 22:55:34 +00:00
jmcneill 64189a95a1 Also match ti,omap2-onenand 2019-11-03 13:45:57 +00:00
jmcneill 9b2bf15e8b No longer used. 2019-11-03 12:18:28 +00:00
jmcneill 7d44aa3b01 OMAP3 SoC and all peripherals in the IGEPV2 kernel are now supported by
GENERIC.
2019-11-03 12:17:32 +00:00
jmcneill cd5d9e70a6 Remove commented out IGEPV2 entry 2019-11-03 12:16:35 +00:00
jmcneill 9dc63ddb97 OMAP3 SoC and all peripherals in the OVERO kernel are now supported by
GENERIC.
2019-11-03 12:11:42 +00:00
jmcneill 086e3ee64a Remove OVERO from build, and commented out N900 kernel config 2019-11-03 12:09:04 +00:00
jmcneill e8613f935e Only one instance of twl(4) is needed 2019-11-03 12:07:46 +00:00
jmcneill b2da2235c6 Match smsc,lan9115 and honour local-mac-address/mac-address properties 2019-11-03 12:06:32 +00:00
martin 01e1b821a0 PR port-arm/54640: hack to work around conditional RAW_PART definition in
arm/include/disklabel.h.

Recognize this special case and skip lines between #ifndef RAW_PART and
the next #endif.
2019-11-03 12:03:35 +00:00
jmcneill 1969bc9cd5 Add support for GPIO interrupts and fix reading the state of output pins. 2019-11-03 11:34:40 +00:00
isaki 5b3dd8b1b9 Use record field for recording even on
SNDCTL_DSP_STEREO, SNDCTL_DSP_SETFMT, and SNDCTL_DSP_CHANNELS.
2019-11-03 11:13:45 +00:00
jmcneill c8d981e825 Cleanup and remove dependency on arch/arm/omap 2019-11-03 10:09:04 +00:00
jmcneill d663a2792e Fix non-FDT build 2019-11-03 09:34:09 +00:00
rin c964b49474 Describe that both GCC 7.4 and 8.3 fail in the last entry. 2019-11-03 07:10:42 +00:00
christos ba0758a3b7 simplify pointer gymnastics that sprained gcc-8 2019-11-03 03:15:59 +00:00
uki 59b3edf18c Give syspkg names to xdebug files without some machine dependent files 2019-11-03 01:35:47 +00:00
mrg c3f2d15f93 netbsd/hppa uses 16 byte alignment. the inherited default changed.. 2019-11-03 01:03:30 +00:00
tsutsui 3cdf00472f Put back options WSDISPLAY_COMPAT_RAWKBD. It's required by Xorg server.
Should be pulled up to netbsd-9.
2019-11-02 23:13:00 +00:00
tsutsui aa1e0567a9 Fix build errors with options WSDISPLAY_COMPAT_RAWKBD.
- Add missing RAWKEY_* macro definitions (taken from OpenBSD)
- Explicitly include "opt_wsdisplay_compat.h" for
  #ifdef WSDISPLAY_COMPAT_RAWKBD conditionals.
  (it is not properly pulled at least in netbsd-8)
 https://mail-index.netbsd.org/port-zaurus/2019/11/02/msg000083.html

Should be pulled up to netbsd-8 and netbsd-9.
2019-11-02 23:03:53 +00:00
tnn 57e890b14b add fdt device_compatible_entry 2019-11-02 22:55:57 +00:00
christos 45e68d0766 Fix sets for gcc-8 2019-11-02 21:34:58 +00:00
tnn cc1b316fe2 cast away unused return value 2019-11-02 21:11:55 +00:00
tnn 089ec8953f documentation for WSDISPLAYIO_FBINFO 2019-11-02 19:22:36 +00:00
tnn 81811bfe84 expand section on GPIOREAD 2019-11-02 18:56:41 +00:00
tnn 3896b31418 puffs_null_node_fsync: don't leak directory handle
Directory handles returned by opendir must be closed by closedir.
Also directory(3) says we mustn't close(2) descriptors returned by dirfd(3)
2019-11-02 18:14:36 +00:00
tnn c022c48edf fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spi 2019-11-02 17:13:20 +00:00
wiz 8cce55b527 Mention smscphy. Link to jmphy. Bump date. 2019-11-02 16:36:56 +00:00
wiz c410605877 Fix date. Improve history. Wording. Punctuation nit. 2019-11-02 16:34:49 +00:00
wiz aa781b6b21 Add missing quote. 2019-11-02 16:34:30 +00:00
wiz 6c167d6055 Fix RCS Id. Improve history. Punctuation nits. 2019-11-02 16:34:14 +00:00
tnn 29b6793c06 ssdfb: update manpage 2019-11-02 14:47:35 +00:00
tnn 281830f270 add spi(4) bus frontend for ssdfb(4) 2019-11-02 14:33:27 +00:00