Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rpmsg gpiodrv #247

Open
wants to merge 259 commits into
base: 4.14
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
259 commits
Select commit Hold shift + click to select a range
52af116
Add AM335x CM3 Power Managment Firmware
RobertCNelson Oct 16, 2019
5ef0d15
Add BeagleBoard.org DTBS: v4.14.x-ti
RobertCNelson Jun 8, 2020
31a3acc
backports: stmpe: from: linux.git
RobertCNelson Jun 8, 2020
b77a570
stmpe: wire up adc Kconfig/Makefile
RobertCNelson Jul 26, 2019
900d888
stmpe-ts: add invert/swap options
RobertCNelson Nov 8, 2019
d13e6b7
stmpe-ts.c: add offsets
RobertCNelson Nov 9, 2019
be8c144
backports: vl53l0x: from: linux.git
RobertCNelson Jun 8, 2020
6863634
wire up VL53L0X_I2C
RobertCNelson Jan 29, 2019
deb370f
backports: brcm80211: from: linux.git
RobertCNelson Jun 8, 2020
ea48932
brcmfmac: add CLM download support
Nov 10, 2017
c866531
brcmfmac: Set F2 blksz and Watermark to 256 for 4373
WenChieh-Feng Jun 20, 2017
b3a664c
brcmfmac: Add sg parameters dts parsing
cy-chihsien Aug 15, 2017
53de2a7
brcmfmac: return -EPERM when getting error in vendor command handler
WenChieh-Feng Aug 22, 2017
1eb0717
brcmfmac: Add support for CYW43012 SDIO chipset
cy-chihsien Jun 20, 2017
4bce543
brcmfmac: set apsta to 0 when AP starts on primary interface
WenChieh-Feng Sep 11, 2017
4aa62c2
brcmfmac: Saverestore support changes for 43012
praveenCY Sep 14, 2017
5d94f29
brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr
Nov 16, 2017
8190833
brcmfmac: fix CLM load error for legacy chips when user helper is ena…
WenChieh-Feng Nov 23, 2017
da16019
brcmfmac: enlarge buffer size of caps to 512 bytes
WenChieh-Feng Dec 8, 2017
a0350f9
brcmfmac: calling skb_orphan before sending skb to SDIO bus
WenChieh-Feng Jan 2, 2018
28874be
brcmfmac: 43012 Update F2 Watermark to 0x60 to fix DMA Error during U…
Jan 4, 2018
aa9bdb7
brcmfmac: DS1 Exit should re download the firmware.
Jan 9, 2018
b3bd65c
brcmfmac: add FT-based AKMs in brcmf_set_key_mgmt() for FT support
Feb 1, 2018
1e61758
brcmfmac: support AP isolation
WenChieh-Feng Jan 31, 2018
ab9c111
brcmfmac: do not print ulp_sdioctrl get error
Feb 6, 2018
5467fda
brcmfmac: fix system warning message during wowl suspend
Feb 5, 2018
12da1a9
brcmfmac: add a module parameter to set scheduling priority of sdio_dpc
WenChieh-Feng Mar 2, 2018
dd8bd0f
brcmfmac: make firmware eap_restrict a module parameter
WenChieh-Feng Mar 2, 2018
aaafa6b
brcmfmac: Support wake on ping packet
Feb 6, 2018
0d9171a
brcmfmac: Remove WOWL configuration in disconnect state
Mar 13, 2018
4f055e1
brcmfmac: add CYW89342 PCIE device
May 4, 2018
0b2a330
brcmfmac: handle compressed tx status signal
May 8, 2018
bc576a4
revert: brcmfmac: add a module parameter to set scheduling priority o…
WenChieh-Feng Apr 26, 2018
add7218
brcmfmac: make setting SDIO workqueue WQ_HIGHPRI a module parameter
WenChieh-Feng Mar 26, 2018
93e6fda
brcmfmac: add credit map updating support
WenChieh-Feng Apr 18, 2018
0fcc593
brcmfmac: add 4-way handshake offload detection for FT-802.1X
May 24, 2018
1fc1731
brcmfmac: remove "arp_hostip_clear" from "brcmf_netdev_stop"
WenChieh-Feng May 25, 2018
b7d3519
brcmfmac: fix unused variable building warning message
WenChieh-Feng May 29, 2018
2b57d05
brcmfmac: disable command decode in sdio_aos for 4339/4345
WenChieh-Feng May 31, 2018
436511d
Revert "brcmfmac: fix CLM load error for legacy chips when user helpe…
WenChieh-Feng Jun 1, 2018
d87ccb2
brcmfmac: fix CLM load error for legacy chips when user helper is ena…
WenChieh-Feng Jan 16, 2018
50cf9ed
brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flag
May 10, 2018
2d1279d
brcmfmac: P2P CERT 6.1.9-Support GOUT handling P2P Presence Request
May 23, 2018
2f61922
brcmfmac: only generate random p2p address when needed
cy-chihsien Jun 1, 2018
2f5a56b
brcmfmac: disable command decode in sdio_aos for 4354
Jun 6, 2018
0381f12
brcmfmac: increase max hanger slots from 1K to 3K in fws layer
May 24, 2018
19430a2
brcmfmac: reduce timeout for action frame scan
Jun 8, 2018
4f5244b
brcmfmac: fix full timeout waiting for action frame on-channel tx
Jun 11, 2018
ac7f34a
brcmfmac: 4373 save-restore support
cy-chihsien Jun 12, 2018
02994cb
brcmfmac: map 802.1d priority to precedence level based on AP WMM params
saro78 Sep 13, 2017
934929c
brcmfmac: allow GCI core enumuration
cy-chihsien Jul 17, 2018
4d43823
brcmfmac: make firmware frameburst mode a module parameter
WenChieh-Feng Mar 26, 2018
a746406
brcmfmac: set state of hanger slot to FREE when flushing PSQ
WenChieh-Feng Jul 24, 2018
3e53a9a
brcmfmac: add creating station interface support
WenChieh-Feng Jun 27, 2018
435d20e
brcmfmac: add RSDB condition when setting interface combinations
WenChieh-Feng Jun 28, 2018
e946ca2
brcmfmac: not set mbss in vif if firmware does not support MBSS
WenChieh-Feng Jul 2, 2018
191e268
brcmfmac: support the second p2p connection
WenChieh-Feng Jun 29, 2018
7b358a8
brcmfmac: Add support for BCM4359 SDIO chipset
WenChieh-Feng Aug 3, 2018
b423b41
cfg80211/nl80211: add a port authorized event
AviStern Sep 29, 2017
352dd71
nl80211: add NL80211_ATTR_IFINDEX to port authorized event
Aug 2, 2018
78883c1
brcmfmac: send port authorized event for 802.1X 4-way handshake offload
Aug 2, 2018
fdb7148
brcmfmac: send port authorized event for FT-802.1X
Aug 2, 2018
f5c318f
brcmfmac: Support DS1 TX Exit in FMAC
praveenCY Aug 6, 2018
90fd867
brcmfmac: disable command decode in sdio_aos for 4373
Aug 15, 2018
6191aa0
brcmfmac: add vendor ie for association responses
Aug 20, 2018
5987146
brcmfmac: fix 43012 insmod-after-rmmod in DS1 failure.
Aug 21, 2018
e7ee0ed
brcmfmac: Set SDIO F1 MesBusyCtrl for CYW4373
Jan 31, 2018
aa3cab4
brcmfmac: add 4354 raw pcie device id
Aug 24, 2018
5560a6f
nl80211: Allow SAE Authentication for NL80211_CMD_CONNECT
Jan 25, 2018
7d613cd
non-upstream: update enum nl80211_attrs and nl80211_ext_feature_index
Aug 29, 2018
dc49e9d
nl80211: add WPA3 definition for SAE authentication
Aug 29, 2018
13eeab0
cfg80211: add support for SAE authentication offload
Aug 29, 2018
baf14c3
brcmfmac: add support for SAE authentication offload
Aug 29, 2018
6207846
brcmfmac: fix 4339 CRC error under SDIO 3.0 SDR104 mode
Sep 5, 2018
f54dc1e
brcmfmac: fix the incorrect return value in brcmf_inform_single_bss().
Sep 4, 2018
6fc2061
brcmfmac: Fix double freeing in the fmac usb data path
Sep 7, 2018
0ebadf6
brcmfmac: Fix driver crash on USB control transfer timeout
Sep 7, 2018
6db8c85
brcmfmac: avoid network disconnection during suspend with linux-3.8 a…
Sep 13, 2018
fef14eb
brcmfmac: Allow credit borrowing for all access categories
Sep 12, 2018
f065550
non-upstream: Changes to improve USB Tx throughput.
Sep 12, 2018
c804953
non-upstream: reset two D11 cores if chip has two D11 cores
WenChieh-Feng Sep 14, 2018
5c6329b
brcmfmac: reset PMU, backplane & all cores in CYW4373 during rmmod
Aug 28, 2018
c5c75d4
brcmfmac: introduce module parameter to configure default PM mode
cy-chihsien Sep 17, 2018
7b2394e
brcmfmac: configure wowl parameters in suspend function only if firmw…
Sep 20, 2018
d2657bc
brcmfmac: discard user-space RSNE for SAE authentication offload
Sep 20, 2018
661cb0e
brcmfmac: keep SDIO watchdog running when console_interval is non-zero
WenChieh-Feng Nov 15, 2018
ac47a41
brcmfmac: To fix kernel crash on out of boundary access
Nov 13, 2018
413e0eb
brcmfmac: reduce maximum station interface from 2 to 1 in RSDB mode
WenChieh-Feng Nov 21, 2018
4fe7e03
Revert "brcmfmac: add creating station interface support"
WenChieh-Feng Nov 21, 2018
27dfdbc
brcmfmac: validate ifp pointer in brcmf_txfinalize
WenChieh-Feng Nov 21, 2018
42aa70a
brcmfmac: clean up iface mac descriptor before de-initializing it
WenChieh-Feng Nov 22, 2018
d293f08
brcmfmac: To support printing USB console messages
Nov 7, 2018
f4593c9
brcmfmac: To fix Bss Info flag definition Bug
Dec 4, 2018
5fcfccf
brcmfmac: disable command decode in sdio_aos for 4356
WenChieh-Feng Dec 17, 2018
6e032c7
brcmfmac: increase default max WOWL patterns to 16
Nov 8, 2018
33f17d1
brcmfmac: Enable, Process, and forward PHY_TEMP event.
Dec 20, 2018
8eaa272
brcmfmac: add USB autosuspend feature support
WenChieh-Feng Sep 3, 2018
92c960d
non-upstream: workaround for 4373 USB WMM 5.2.27 test failure
Jan 4, 2019
f5c564d
brcmfmac: Fix access point mode
lategoodbye Dec 12, 2018
82d46ee
brcmfmac: make compatible with Fully Preemptile Kernel (RT)
Dec 17, 2018
60058ef
brcmfmac: remove the duplicate line of writing BRCMF_PCIE_REG_SBMBX
WenChieh-Feng Jan 18, 2019
73d1138
brcmfmac: 43012 reloading FAMC driver failure on BU machine after it …
Jan 28, 2019
48a6eda
brcmfmac: handle FWHALT mailbox indication
Nov 8, 2017
aa3a530
brcmfmac: validate user provided data for memdump before copying
zflam May 16, 2018
ab238db
brcmfmac: Use FW priority definition to initialize WMM AC priority array
Jan 23, 2019
351a8cd
brcmfmac: Fix P2P Group Formation failure via Go-neg method
Jan 31, 2019
c217ba5
nl80211: add authorized flag back to ROAM event
Feb 14, 2019
8a7cce2
brcmfmac: set authorized flag in ROAM event for offload FT roaming
Feb 14, 2019
70f27ee
brcmfmac: allocate msgbuf pktid from 1 to size of pktids array
WenChieh-Feng Feb 27, 2019
d141723
brcmfmac: Add P2P Action Frame retry delay to fix GAS Comeback Respon…
Feb 27, 2019
1bd7d43
brcmfmac: Use default FW priority when EDCA params same for all ACs
Feb 27, 2019
e4f264e
brcmfmac: set authorized flag in ROAM event for PMK caching
Mar 4, 2019
493167d
brcmfmac: fix continuous 802.1x tx pending timeout error
WenChieh-Feng Feb 27, 2019
f52f2b9
brcmfmac: add sleep in bus suspend and cfg80211 resume functions
WenChieh-Feng Mar 7, 2019
03ff5a6
brcmfmac: fix 43455 CRC error under SDIO 3.0 SDR104 mode
WenChieh-Feng Mar 8, 2019
de90704
brcmfmac: set F2 blocksize and watermark for 4359
Apr 3, 2019
b5c9d3c
brcmfmac: add subtype check for event handling in data path
Feb 14, 2019
020e282
brcmfmac: assure SSID length from firmware is limited
Feb 14, 2019
5f6c0e9
nl80211: add authorized flag to CONNECT event
Apr 30, 2019
383da3f
brcmfmac: set authorized flag in CONNECT event for PMK caching
Apr 30, 2019
4619b24
brcmfmac: add support for Opportunistic Key Caching
May 28, 2019
c29aa3f
brcmfmac: reserve 2 credits for host tx control path
Oct 15, 2018
d528645
brcmfmac: update tx status flags to sync with firmware
Jun 20, 2019
8194dce
brcmfmac: fix credit reserve for each access category
Jun 20, 2019
4d29dc4
brcmfmac: fix throughput zero stalls on PM 1 mode due to credit map
Jun 27, 2019
05b5d74
brcmfmac: 43012 Update MES Watermark
Aug 19, 2019
f890eb7
brcmfmac: add support for CYW89359 SDIO chipset
cy-chihsien Oct 8, 2019
219f2aa
brcmfmac: add CYW43570 PCIE device
Nov 4, 2019
0af5611
brcmfmac: Use seq/seq_len and set iv_initialize when plumbing of rxiv…
Nov 4, 2019
54ad925
brcmfmac: use actframe_abort to cancel ongoing action frame
Nov 5, 2019
d94642f
brcmfmac: fix scheduling while atomic issue when deleting flowring
WenChieh-Feng Nov 6, 2019
a82f9a9
brcmfmac: Increase message buffer packet size
Nov 6, 2019
27be70b
brcmfmac: coarse support for PCIe shared structure rev7
zflam Apr 26, 2018
b653b31
brcmfmac: Support 89459 pcie
alep1983 Jul 26, 2019
03683e2
brcmfmac: Fix for unable to return to visible SSID
Nov 7, 2019
49b4a8d
brcmfmac: Fix for wrong disconnection event source information.
Nov 7, 2019
dfab8e1
Revert "brcmfmac: discard user-space RSNE for SAE authentication offl…
Nov 1, 2019
8e5185c
Revert "brcmfmac: add support for SAE authentication offload"
Nov 1, 2019
24408ca
Revert "cfg80211: add support for SAE authentication offload"
Nov 1, 2019
d36d47f
non-upstream: update enum nl80211_attrs and nl80211_ext_feature_index
Nov 1, 2019
e5defbc
nl80211: add support for SAE authentication offload
May 9, 2019
ca41b05
brcmfmac: add support for SAE authentication offload
Oct 2, 2019
2c2c86a
brcmfmac: Support multiple AP interfaces and fix STA disconnection issue
Nov 6, 2019
468ec8f
brcmfmac: Support custom PCIE BAR window size.
Nov 5, 2019
632872c
brcmfmac: set F2 blocksize and watermark for 4354
Nov 25, 2019
c6e5e2f
brcmfmac: support for virtual interface creation from firmware
Dec 10, 2019
d13567b
nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP mode
Dec 10, 2019
e0b51d6
brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSK in AP mode
Dec 10, 2019
0006541
nl80211: support SAE authentication offload in AP mode
Dec 10, 2019
d04d420
brcmfmac: support SAE authentication offload in AP mode
Dec 10, 2019
2959a3a
brcmfmac: trigger memory dump upon firmware halt signal
zflam May 16, 2018
b0218b3
brcmfmac: add support for sysfs initiated coredump
May 16, 2018
f5bbf25
brcmfmac: support repeated brcmf_fw_alloc_request() calls
Feb 26, 2019
603b567
brcmfmac: add a function designated for handling firmware fails
Feb 26, 2019
c386069
brcmfmac: reset PCIe bus on a firmware crash
Feb 26, 2019
dc57318
brcmfmac: add stub version of brcmf_debugfs_get_devdir()
Sep 1, 2019
bd59715
brcmfmac: add "reset" debugfs entry for testing reset
Sep 1, 2019
ed429ce
brcmfmac: reset SDIO bus on a firmware crash
cy-chihsien Nov 4, 2019
25b7d06
brcmfmac: set security after reiniting interface
Dec 12, 2019
fdded10
brcmfmac: increase dcmd maximum buffer size
Dec 16, 2019
1037d31
brcmfmac: set F2 blocksize and watermark for 4356 SDIO
Dec 18, 2019
279f01c
brcmfmac: enable credit borrow all for WFA 11n certs 5.2.27
Dec 23, 2019
acd77ab
brcmfmac: set net carrier on via test tool for AP mode
Dec 31, 2019
0448956
backports: led_trigger: from: linux.git
RobertCNelson Apr 29, 2020
172a814
backports: greybus: from: linux.git
RobertCNelson Jun 8, 2020
61938e4
greybus: drivers/staging/greybus/module.c: no struct_size yet
RobertCNelson Aug 28, 2019
a4fcd65
backports: wiznet: from: linux.git
RobertCNelson Jun 8, 2020
12d9ce4
Revert "eeprom: at24: check if the chip is functional in probe()"
RobertCNelson Nov 1, 2016
2352ada
Revert: tis overlay setup
RobertCNelson Jun 12, 2018
1d9baa7
ar1021_i2c: add invert/swap options
RobertCNelson Jan 29, 2018
d4d5c93
ar1021_i2c.c: introduce offsets to manually re-calbrate screen
RobertCNelson Jan 29, 2018
b6be77d
btrfs: backport CONFIG_RAID6_PQ_BENCHMARK
RobertCNelson Jan 14, 2019
466564a
pinctrl: mcp23s08: spi: Fix regmap allocation for mcp23s18
Jan 8, 2019
99326f4
pwm: Create device class for pwm channels
May 1, 2017
ca332b0
driver: SND_PWMSP
RobertCNelson Aug 4, 2018
e524c7f
sound: give us SND_SOC_PCM5102A
RobertCNelson Nov 13, 2018
c100f15
NFM: spi: spidev: allow use of spidev in DT
RobertCNelson Aug 4, 2016
8884f22
fb_ssd1306: add support for MikroElectronica OLED B Click
Jan 22, 2018
948e380
HACK: tps65217_pwr_but
RobertCNelson Oct 28, 2016
dffdf7f
cpufreq: opp: dont fail _opp_add_static_v2, temp till overlays repo m…
RobertCNelson Sep 20, 2017
7708db2
gitignore: Ignore DTB files
pantoniou Feb 21, 2014
96479a8
omap: Fix crash when omap device is disabled
pantoniou Mar 8, 2016
470f2f1
serial: omap: Fix port line number without aliases
pantoniou Nov 6, 2014
f25a2c9
tty: omap-serial: Fix up platform data alloc
pantoniou Dec 9, 2013
7be5b42
of: overlay: kobjectify overlay objects
pantoniou Mar 15, 2015
4193131
of: overlay: global sysfs enable attribute
pantoniou Mar 17, 2015
a22bf8b
Documentation: ABI: overlays - global attributes
pantoniou Mar 17, 2015
44ff5bd
Documentation: document of_overlay_disable parameter
pantoniou Oct 22, 2015
9360577
of: overlay: add per overlay sysfs attributes
pantoniou Apr 23, 2015
dc8ca7e
Documentation: ABI: overlays - per overlay docs
pantoniou Oct 22, 2015
8dc5e44
of: dynamic: Add __of_node_dupv()
pantoniou Jun 10, 2015
8fc9398
of: changesets: Introduce changeset helper methods
pantoniou Jun 10, 2015
13e4f0f
of: changeset: Add of_changeset_node_move method
pantoniou May 16, 2016
5f1605d
of: unittest: changeset helpers
pantoniou Oct 14, 2015
5242857
OF: DT-Overlay configfs interface (v7)
pantoniou Dec 4, 2013
82caeed
ARM: DT: Enable symbols when CONFIG_OF_OVERLAY is used
pantoniou Dec 6, 2014
0af8e53
misc: Beaglebone capemanager
pantoniou May 6, 2015
fb7f5d0
doc: misc: Beaglebone capemanager documentation
pantoniou May 13, 2015
48ffeba
doc: dt: beaglebone cape manager bindings.
pantoniou May 12, 2015
6b71fa2
doc: ABI: bone_capemgr sysfs API
pantoniou May 12, 2015
aeac104
MAINTAINERS: Beaglebone capemanager maintainer
pantoniou May 13, 2015
ec558bd
of: overlay: Implement target index support
pantoniou May 21, 2015
56686dc
of: unittest: Add indirect overlay target test
pantoniou May 21, 2015
b74fe4f
doc: dt: Document the indirect overlay method.
pantoniou Jun 12, 2015
176f1c4
of: overlay: Introduce target root capability.
pantoniou Jun 12, 2015
2a5a141
of: unittest: Unit-tests for target root overlays.
pantoniou Jun 12, 2015
343956d
doc: dt: Document the target root overlay method
pantoniou Jun 12, 2015
050d199
RFC: Device overlay manager (PCI/USB + DT)
pantoniou May 21, 2015
6271e45
of: rename *_node_sysfs to _node_post
pantoniou Oct 14, 2015
8fd2080
of: Support hashtable lookups for phandles
pantoniou Oct 14, 2015
4c71e0b
of: unittest: hashed phandles unitest
pantoniou May 16, 2016
ef52020
of: overlay: Pick up label symbols from overlays.
pantoniou Mar 22, 2016
8b8f66c
bone_capemgr: uboot_capemgr_enabled flag
RobertCNelson Mar 1, 2017
88d8bea
bone_capemgr: kill with uboot flag
RobertCNelson Sep 12, 2017
65f21a2
fix: include/linux/of.h add linux/slab.h include
RobertCNelson Sep 24, 2018
3ae08a7
cpsw: search for phy
May 19, 2015
33a22fc
ti: dra7: etnaviv: 2d acceleration
RobertCNelson Mar 9, 2018
2336be1
tieqep: forward port of Nathaniel Lewis eQEP driver
RobertCNelson Nov 2, 2016
ac57957
tieqep: fix unhandled fault on eQEP register access
pdp7 Feb 2, 2017
c22b294
ARM: samples seccomp no -m32
RobertCNelson Oct 30, 2015
4b38f3d
Fix remoteproc to work with the PRU GNU Binutils port
dinuxbg Aug 31, 2016
7a6d9bc
Really Fix remoteproc to work with the PRU GNU Binutils port
Nov 16, 2018
caad8e2
quiet: 8250_omap.c use pr_info over pr_err
RobertCNelson Jul 16, 2015
edbec78
ti_am335x_tsc.c driver
Jan 3, 2018
9295ae6
ti_am335x_tsc: correct formula code to calculate pressure; fix touchs…
fagle May 11, 2017
3b86214
Making the uio pruss driver work
eliasbakken Apr 9, 2015
ba10532
fix some uio_pruss braindamage
mvduin Jan 31, 2017
495205f
uio_pruss: minor cleanup
mvduin Jun 28, 2017
2afcd4d
uio_pruss: fix unbalanced pm_runtime calls
mvduin Jun 28, 2017
20401be
uio_pruss: add names to memory regions
mvduin Jun 29, 2017
78e2b02
BeagleBone pinmux helper
RobertCNelson Sep 28, 2017
c575e9d
hack: gpiolib: yes we have drivers stomping on each other...
RobertCNelson Feb 15, 2018
509fecb
uio: add uio_pruss_shmem driver
Jul 30, 2019
ead6c24
gpu: drm: i2c: add alternative adv7511 driver with audio support
Sep 10, 2015
1c915b7
gpu: drm: i2c: adihdmi: componentize driver and huge reformat/cleanup
ohporter Nov 6, 2015
ad8428b
drm/adihdmi: Drop dummy save/restore hooks
RobertCNelson Jan 26, 2016
7199a97
drm/adihdmi: Pass 'name' to drm_encoder_init()
RobertCNelson Jan 26, 2016
3455f5e
adihdmi_drv: reg_default -> reg_sequence
RobertCNelson Mar 28, 2016
7e76e7c
adihdmi_drv fix drm_of.h include
RobertCNelson Jul 14, 2017
197929c
of: overlay: remove sysfs_create_groups call
stashlukj Nov 12, 2018
ecdccc6
bootup hacks: move mmc early
RobertCNelson Mar 19, 2020
490d064
ARM: OMAP2+: Fix omap4 errata warning on other SoCs
tmlind Jul 23, 2019
45495e3
bootup-hacks: xor select neon or arm4regs
RobertCNelson Mar 19, 2020
7630760
scripts/dtc: Remove redundant YYLOC global declaration
dirkmueller Jan 14, 2020
1e2e3bc
backports: bindeb-pkg: from: linux.git
RobertCNelson Jun 8, 2020
82c9d8e
builddeb: Install our dtbs under /boot/dtbs/$version
RobertCNelson Mar 6, 2020
8d5761d
enable: Jenkins: http://gfnd.rcn-ee.org:8080
RobertCNelson Mar 2, 2020
5394683
4.14.108-ti-r137 patchset
RobertCNelson Aug 24, 2020
d997583
4.14.108-ti-r137
RobertCNelson Aug 24, 2020
265bf93
- Added driver to use rpmsg with gpiochip interface.Requires PRU firm…
deebot Aug 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,7 @@ all.config

# Kdevelop4
*.kdev4

# dtb objects
*.dtb
*.dtbo
55 changes: 55 additions & 0 deletions Documentation/ABI/testing/debugfs-aufs
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
What: /debug/aufs/si_<id>/
Date: March 2009
Contact: J. R. Okajima <[email protected]>
Description:
Under /debug/aufs, a directory named si_<id> is created
per aufs mount, where <id> is a unique id generated
internally.

What: /debug/aufs/si_<id>/plink
Date: Apr 2013
Contact: J. R. Okajima <[email protected]>
Description:
It has three lines and shows the information about the
pseudo-link. The first line is a single number
representing a number of buckets. The second line is a
number of pseudo-links per buckets (separated by a
blank). The last line is a single number representing a
total number of psedo-links.
When the aufs mount option 'noplink' is specified, it
will show "1\n0\n0\n".

What: /debug/aufs/si_<id>/xib
Date: March 2009
Contact: J. R. Okajima <[email protected]>
Description:
It shows the consumed blocks by xib (External Inode Number
Bitmap), its block size and file size.
When the aufs mount option 'noxino' is specified, it
will be empty. About XINO files, see the aufs manual.

What: /debug/aufs/si_<id>/xi0, xi1 ... xiN and xiN-N
Date: March 2009
Contact: J. R. Okajima <[email protected]>
Description:
It shows the consumed blocks by xino (External Inode Number
Translation Table), its link count, block size and file
size.
Due to the file size limit, there may exist multiple
xino files per branch. In this case, "-N" is added to
the filename and it corresponds to the index of the
internal xino array. "-0" is omitted.
When the aufs mount option 'noxino' is specified, Those
entries won't exist. About XINO files, see the aufs
manual.

What: /debug/aufs/si_<id>/xigen
Date: March 2009
Contact: J. R. Okajima <[email protected]>
Description:
It shows the consumed blocks by xigen (External Inode
Generation Table), its block size and file size.
If CONFIG_AUFS_EXPORT is disabled, this entry will not
be created.
When the aufs mount option 'noxino' is specified, it
will be empty. About XINO files, see the aufs manual.
31 changes: 31 additions & 0 deletions Documentation/ABI/testing/sysfs-aufs
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
What: /sys/fs/aufs/si_<id>/
Date: March 2009
Contact: J. R. Okajima <[email protected]>
Description:
Under /sys/fs/aufs, a directory named si_<id> is created
per aufs mount, where <id> is a unique id generated
internally.

What: /sys/fs/aufs/si_<id>/br0, br1 ... brN
Date: March 2009
Contact: J. R. Okajima <[email protected]>
Description:
It shows the abolute path of a member directory (which
is called branch) in aufs, and its permission.

What: /sys/fs/aufs/si_<id>/brid0, brid1 ... bridN
Date: July 2013
Contact: J. R. Okajima <[email protected]>
Description:
It shows the id of a member directory (which is called
branch) in aufs.

What: /sys/fs/aufs/si_<id>/xi_path
Date: March 2009
Contact: J. R. Okajima <[email protected]>
Description:
It shows the abolute path of XINO (External Inode Number
Bitmap, Translation Table and Generation Table) file
even if it is the default path.
When the aufs mount option 'noxino' is specified, it
will be empty. About XINO files, see the aufs manual.
63 changes: 63 additions & 0 deletions Documentation/ABI/testing/sysfs-devices-platform-bone_capemgr
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
What: /sys/devices/platform/bone_capemgr/slots
Date: May 2015
KernelVersion: 4.0
Contact: Pantelis Antoniou <[email protected]>
Description:
READ:
Describe the state of all the slots of the beaglebone capemgr.
Each line of the output describes a slot:
The slot format is as following:
<slot-id>: [P-][F-][O-][l-][L-][D-] \
<overlay-id> <board-name>,<version>,
<manufacturer>,<part-number>

Where the flags are:
P: Slot has been probed
F: Slot has failed probing (i.e. no EEPROM detected)
O: Slot has been overridden by the user
l: Slot is current loading
L: Slot has completed loading and is ready
D: Slot has been disabled

Example:
0: P---L- -1 BeagleBone RS232 CAPE,00A1,Beagleboardtoys,BB-BONE-SERL-03
1: PF---- -1
2: PF---- -1
3: PF---- -1

WRITE:
Writing a string of the form <part-number>[:version] issues a request to
load a firmware blob containing an overlay. The name of the firmware blob
is <part-number>-[version|00A0].dtbo. This act is defined as a slot override.

Writing a negative slot id removes the slot if it was an overridden one, or
unloads a slot that was probed.

What: /sys/devices/platform/bone_capemgr/baseboard/<eeprom-field>
Date: May 2015
KernelVersion: 4.0
Contact: Pantelis Antoniou <[email protected]>
Description: Contains the probed base board EEPROM field; one of:
board-name - board-name as stored in cape EEPROM
dc-supplied - whether the cape draws or supplies DC
eeprom-format-revision - EEPROM format rev, only 00A0 supported
header - header; should be 'aa 55 33 ee'
manufacturer - manufacturer string
part-number - part-number of the cape
serial-number - serial number of the cape
version - version of the cape, i.e. 00A0
number-of-pins - displayed but ignored
pin-usage - displayed but ignored
sys-5v - displayed but ignored
vdd-3v3exp - displayed but ignored
vdd-5v - displayed but ignored
What: /sys/devices/platform/bone_capemgr/slot-<n>/<eeprom-field>
Date: May 2015
KernelVersion: 4.0
Contact: Pantelis Antoniou <[email protected]>
Description: Contains the probed cape's EEPROM field; the field is one of:
board-name - baseboard name i.e. A335BNLT
header - header; should be 'aa 55 33 ee'
revision - baseboard revision
serial-number - baseboard serial number
config-option - displayed but ignored
52 changes: 52 additions & 0 deletions Documentation/ABI/testing/sysfs-firmware-devicetree-overlays
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
What: /sys/firmware/devicetree/overlays/
Date: October 2015
Contact: Pantelis Antoniou <[email protected]>
Description:
This directory contains the applied device tree overlays of
the running system, as directories of the overlay id.

What: /sys/firmware/devicetree/overlays/enable
Date: October 2015
Contact: Pantelis Antoniou <[email protected]>
Description:
The master enable switch, by default is 1, and when
set to 0 it cannot be re-enabled for security reasons.

The discussion about this switch takes place in:
http://comments.gmane.org/gmane.linux.drivers.devicetree/101871

Kees Cook:
"Coming from the perspective of drawing a bright line between
kernel and the root user (which tends to start with disabling
kernel module loading), I would say that there at least needs
to be a high-level one-way "off" switch for the interface so
that systems that have this interface can choose to turn it off
during initial boot, etc."

What: /sys/firmware/devicetree/overlays/<id>
Date: October 2015
Contact: Pantelis Antoniou <[email protected]>
Description:
Each directory represents an applied overlay, containing
the following attribute files.

What: /sys/firmware/devicetree/overlays/<id>/can_remove
Date: October 2015
Contact: Pantelis Antoniou <[email protected]>
Description:
The attribute set to 1 means that the overlay can be removed,
while 0 means that the overlay is being overlapped therefore
removal is prohibited.

What: /sys/firmware/devicetree/overlays/<id>/<fragment-name>/
Date: October 2015
Contact: Pantelis Antoniou <[email protected]>
Description:
Each of these directories contain information about of the
particular overlay fragment.

What: /sys/firmware/devicetree/overlays/<id>/<fragment-name>/target
Date: October 2015
Contact: Pantelis Antoniou <[email protected]>
Description:
The full-path of the target of the fragment
2 changes: 2 additions & 0 deletions Documentation/admin-guide/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2883,6 +2883,8 @@
This can be set from sysctl after boot.
See Documentation/sysctl/vm.txt for details.

of_overlay_disable [OF] Disable device tree overlays at boot time.

ohci1394_dma=early [HW] enable debugging via the ohci1394 driver.
See Documentation/debugging-via-ohci1394.txt for more
info.
Expand Down
2 changes: 2 additions & 0 deletions Documentation/devicetree/bindings/arm/omap/omap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Optional properties:
- ti,no-reset-on-init: When present, the module should not be reset at init
- ti,no-idle-on-init: When present, the module should not be idled at init
- ti,no-idle: When present, the module is never allowed to idle.
- ti,deassert-hard-reset: list of hwmod and hardware reset line name pairs
(ascii strings) to be deasserted upon device instantiation.

Example:

Expand Down
111 changes: 111 additions & 0 deletions Documentation/devicetree/bindings/misc/bone_capemgr.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
* Beaglebone cape manager driver

Required properties:
- compatible: "ti,bone-capemgr"
- eeprom: phandle to the EEPROM baseboard.
The EEPROM framework interface is use to obtain the data.

Required children nodes:

- baseboardmaps: Contains nodes, which each of the them defines a mapping from
the baseboard EEPROM board-name ID to a DT friendly compatible
string.

- board-name: The baseboard EEPROM board name, i.e. A335BONE for the
original beaglebone white.
- compatible-name: The DT friendly compatible string to be used for matching
compatible capes, i.e. "ti,beaglebone"


- nvmem-cells: Defines the phandles of the nvmem cells of the baseboard and the
slots.
- nvmem-cells: Defines the names of the nvmem cells. Required to have at
least a baseboard cell name.

- #slots: Defines how many slots are there.

- Example of a beaglebone cape-manager:

bone_capemgr {
compatible = "ti,bone-capemgr";
status = "okay";

nvmem-cell = <&baseboard_data
&cape0_data &cape1_data &cape2_data &cape3_data>;
nvmem-cell-names = "baseboard", "slot0", "slot1", "slot2", "slot3";

#slots = <4>;

/* map board revisions to compatible definitions */
baseboardmaps {
baseboard_beaglebone: board@0 {
board-name = "A335BONE";
compatible-name = "ti,beaglebone";
};

baseboard_beaglebone_black: board@1 {
board-name = "A335BNLT";
compatible-name = "ti,beaglebone-black";
};
};
};

The format of the cape to be loaded is in a standard overlay format with
the following root properties that are interpreted by the cape manager:

Required properties:
- compatible: Should be compatible to the baseboard according to the
baseboard map value, i.e. "ti,beaglebone".
- part-numer: Should contain the part-number as stored in the EEPROM.
- version: Should contain a list of all the version that are supported
by the single cape dtbo, i.e. "00A1".

Optional properties:
- exclusive-use: A string list which state the resources this cape requires.
No processing or matching to anything regarding the internal
kernel state is performed; it's purpose is to guard against
conflicts with other capes.
- priority: A priority to be assigned when loading a cape. A lower value
has higher priority. The purpose of the priority is to control
which cape is loaded first in case of a conflict.

- Example of a serial cape:

/dts-v1/;
/plugin/;
/ {
compatible = "ti,beaglebone", "ti,beaglebone-black";

/* identification */
part-number = "BB-BONE-SERL-03";
version = "00A1";

/* state the resources this cape uses */
exclusive-use =
/* the pin header uses */
"P9.21", /* uart2_txd */
"P9.22", /* uart2_rxd */
/* the hardware ip uses */
"uart2";

fragment@0 {
target = <&am33xx_pinmux>;
__overlay__ {
bb_uart2_pins: pinmux_bb_uart2_pins {
pinctrl-single,pins = <
0x150 0x21 /* spi0_sclk.uart2_rxd | MODE1 */
0x154 0x01 /* spi0_d0.uart2_txd | MODE1 */
>;
};
};
};

fragment@1 {
target = <&uart2>;
__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&bb_uart2_pins>;
};
};
};
31 changes: 31 additions & 0 deletions Documentation/devicetree/configfs-overlays.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Howto use the configfs overlay interface.

A device-tree configfs entry is created in /config/device-tree/overlays
and and it is manipulated using standard file system I/O.
Note that this is a debug level interface, for use by developers and
not necessarily something accessed by normal users due to the
security implications of having direct access to the kernel's device tree.

* To create an overlay you mkdir the directory:

# mkdir /config/device-tree/overlays/foo

* Either you echo the overlay firmware file to the path property file.

# echo foo.dtbo >/config/device-tree/overlays/foo/path

* Or you cat the contents of the overlay to the dtbo file

# cat foo.dtbo >/config/device-tree/overlays/foo/dtbo

The overlay file will be applied, and devices will be created/destroyed
as required.

To remove it simply rmdir the directory.

# rmdir /config/device-tree/overlays/foo

The rationalle of the dual interface (firmware & direct copy) is that each is
better suited to different use patterns. The firmware interface is what's
intended to be used by hardware managers in the kernel, while the copy interface
make sense for developers (since it avoids problems with namespaces).
Loading