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

Added revolve device tree file #206

Open
wants to merge 42 commits into
base: 4.19
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
ed26503
merge: aufs-kbuild
RobertCNelson Apr 10, 2019
9956368
merge: aufs-base
RobertCNelson Apr 10, 2019
aadeb19
merge: aufs-mmap
RobertCNelson Apr 10, 2019
12d9c9b
merge: aufs-standalone
RobertCNelson Apr 10, 2019
d25c784
merge: aufs
RobertCNelson Apr 10, 2019
a3339e6
merge: brcm80211
RobertCNelson Apr 10, 2019
beaad37
brcmfmac: add new dt entries for SG SDIO settings
e-yes Mar 19, 2018
674b110
dt: bindings: add new dt entries for brcmfmac
e-yes Mar 18, 2018
6f9fb27
merge: WireGuard
RobertCNelson Apr 10, 2019
797c8c4
Add AM335x CM3 Power Managment Firmware
RobertCNelson Apr 5, 2019
2a0c475
Add BeagleBoard.org DTBS: v4.19.x-ti
RobertCNelson May 25, 2019
cfd2c87
ar1021_i2c: add invert/swap options
RobertCNelson Jan 29, 2018
1ac29ee
ar1021_i2c.c: introduce offsets to manually re-calbrate screen
RobertCNelson Jan 29, 2018
ef4734f
btrfs: backport CONFIG_RAID6_PQ_BENCHMARK
RobertCNelson Jan 7, 2019
46ef12d
Revert "pwm: Set class for exported channels in sysfs"
RobertCNelson Feb 14, 2018
a4d02d1
pwm: Create device class for pwm channels
May 1, 2017
0776c5a
NFM: spi: spidev: allow use of spidev in DT
RobertCNelson Aug 4, 2016
c3c3149
fb_ssd1306: add support for MikroElectronica OLED B Click
Jan 22, 2018
3d1de8b
HACK: tps65217_pwr_but
RobertCNelson Oct 28, 2016
3ec0129
cpufreq: opp: dont fail _opp_add_static_v2, temp till overlays repo m…
RobertCNelson Nov 14, 2017
f9630b6
wiznet: w5100-spi: hack dt support for w5500
RobertCNelson Oct 5, 2017
fe28e34
ARM: DT: Enable symbols when CONFIG_OF_OVERLAY is used
pantoniou Dec 6, 2014
0577752
cpsw: search for phy
May 19, 2015
b82d6bb
ti: dra7: etnaviv: 2d acceleration
RobertCNelson Mar 4, 2019
a0ba8f6
tieqep: forward port of Nathaniel Lewis eQEP driver
RobertCNelson Jan 29, 2018
b83a8c1
tieqep: fix unhandled fault on eQEP register access
pdp7 Feb 2, 2017
775b067
ARM: samples seccomp no -m32
RobertCNelson Oct 30, 2015
cdde454
quiet: 8250_omap.c use pr_info over pr_err
RobertCNelson Jul 16, 2015
59e9624
ti_am335x_tsc.c driver
Jan 3, 2018
2610523
ti_am335x_tsc: correct formula code to calculate pressure; fix touchs…
fagle May 11, 2017
33844f9
BeagleBone pinmux helper
RobertCNelson Jan 29, 2018
1f1858e
hack: gpiolib: yes we have drivers stomping on each other...
RobertCNelson Feb 15, 2019
a5af884
mfd: stmpe: Move ADC related defines to header of mfd
philschenker Nov 23, 2018
2831bcb
iio: adc: add STMPE ADC driver using IIO framework
agners Nov 23, 2018
da9f302
iio: adc: add STMPE ADC devicetree bindings
agners Nov 23, 2018
66ba516
uio-pruss: cleanups and pruss v2 (pru-icss) support
mvduin Feb 9, 2019
c817de6
ARM: omap2: support deasserting reset from dts
mvduin Feb 13, 2019
868a565
packaging: sync builddeb changes
RobertCNelson Dec 14, 2018
c5ef636
enable: Jenkins: http://rcn-ee.online:8080
RobertCNelson Oct 16, 2018
cac92d3
4.19.31-ti-r19 patchset
RobertCNelson May 25, 2019
9765c64
4.19.31-ti-r19 bb.org_defconfig
RobertCNelson May 25, 2019
5db6a8f
Added revolve device tree file
eliasbakken Jun 21, 2019
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
  •  
  •  
  •  
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.
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
21 changes: 21 additions & 0 deletions Documentation/devicetree/bindings/iio/adc/stmpe-adc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
STMPE ADC driver
----------------

Required properties:
- compatible: "st,stmpe-adc"

Optional properties:
Note that the ADC is shared with the STMPE touchscreen. ADC related settings
have to be done in the mfd.
- st,norequest-mask: bitmask specifying which ADC channels should _not_ be
requestable due to different usage (e.g. touch)

Node name must be stmpe_adc and should be child node of stmpe node to
which it belongs.

Example:

stmpe_adc {
compatible = "st,stmpe-adc";
st,norequest-mask = <0x0F>; /* dont use ADC CH3-0 */
};
60 changes: 38 additions & 22 deletions Documentation/devicetree/bindings/input/touchscreen/stmpe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,52 @@ Required properties:
- compatible: "st,stmpe-ts"

Optional properties:
- st,sample-time: ADC converstion time in number of clock. (0 -> 36 clocks, 1 ->
44 clocks, 2 -> 56 clocks, 3 -> 64 clocks, 4 -> 80 clocks, 5 -> 96 clocks, 6
-> 144 clocks), recommended is 4.
- st,mod-12b: ADC Bit mode (0 -> 10bit ADC, 1 -> 12bit ADC)
- st,ref-sel: ADC reference source (0 -> internal reference, 1 -> external
reference)
- st,adc-freq: ADC Clock speed (0 -> 1.625 MHz, 1 -> 3.25 MHz, 2 || 3 -> 6.5 MHz)
- st,ave-ctrl: Sample average control (0 -> 1 sample, 1 -> 2 samples, 2 -> 4
samples, 3 -> 8 samples)
- st,touch-det-delay: Touch detect interrupt delay (0 -> 10 us, 1 -> 50 us, 2 ->
100 us, 3 -> 500 us, 4-> 1 ms, 5 -> 5 ms, 6 -> 10 ms, 7 -> 50 ms) recommended
is 3
- st,settling: Panel driver settling time (0 -> 10 us, 1 -> 100 us, 2 -> 500 us, 3
-> 1 ms, 4 -> 5 ms, 5 -> 10 ms, 6 for 50 ms, 7 -> 100 ms) recommended is 2
- st,fraction-z: Length of the fractional part in z (fraction-z ([0..7]) = Count of
the fractional part) recommended is 7
- st,i-drive: current limit value of the touchscreen drivers (0 -> 20 mA typical 35
mA max, 1 -> 50 mA typical 80 mA max)
- st,ave-ctrl : Sample average control
0 -> 1 sample
1 -> 2 samples
2 -> 4 samples
3 -> 8 samples
- st,touch-det-delay : Touch detect interrupt delay (recommended is 3)
0 -> 10 us 5 -> 5 ms
1 -> 50 us 6 -> 10 ms
2 -> 100 us 7 -> 50 ms
3 -> 500 us
4-> 1 ms
- st,settling : Panel driver settling time (recommended is 2)
0 -> 10 us 5 -> 10 ms
1 -> 100 us 6 for 50 ms
2 -> 500 us 7 -> 100 ms
3 -> 1 ms
4 -> 5 ms
- st,fraction-z : Length of the fractional part in z (recommended is 7)
(fraction-z ([0..7]) = Count of the fractional part)
- st,i-drive : current limit value of the touchscreen drivers
0 -> 20 mA (typical 35mA max)
1 -> 50 mA (typical 80 mA max)

Optional properties common with MFD (deprecated):
- st,sample-time : ADC conversion time in number of clock.
0 -> 36 clocks 4 -> 80 clocks (recommended)
1 -> 44 clocks 5 -> 96 clocks
2 -> 56 clocks 6 -> 124 clocks
3 -> 64 clocks
- st,mod-12b : ADC Bit mode
0 -> 10bit ADC 1 -> 12bit ADC
- st,ref-sel : ADC reference source
0 -> internal 1 -> external
- st,adc-freq : ADC Clock speed
0 -> 1.625 MHz 2 || 3 -> 6.5 MHz
1 -> 3.25 MHz

Node name must be stmpe_touchscreen and should be child node of stmpe node to
which it belongs.

Note that common ADC settings of stmpe_touchscreen will take precedence.

Example:

stmpe_touchscreen {
compatible = "st,stmpe-ts";
st,sample-time = <4>;
st,mod-12b = <1>;
st,ref-sel = <0>;
st,adc-freq = <1>;
st,ave-ctrl = <1>;
st,touch-det-delay = <2>;
st,settling = <2>;
Expand Down
28 changes: 21 additions & 7 deletions Documentation/devicetree/bindings/mfd/stmpe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,29 @@ STMPE is an MFD device which may expose the following inbuilt devices: gpio,
keypad, touchscreen, adc, pwm, rotator.

Required properties:
- compatible : "st,stmpe[610|801|811|1600|1601|2401|2403]"
- reg : I2C/SPI address of the device
- compatible : "st,stmpe[610|801|811|1600|1601|2401|2403]"
- reg : I2C/SPI address of the device

Optional properties:
- interrupts : The interrupt outputs from the controller
- interrupt-controller : Marks the device node as an interrupt controller
- wakeup-source : Marks the input device as wakable
- st,autosleep-timeout : Valid entries (ms); 4, 16, 32, 64, 128, 256, 512 and 1024
- irq-gpio : If present, which GPIO to use for event IRQ
- interrupts : The interrupt outputs from the controller
- interrupt-controller : Marks the device node as an interrupt controller
- wakeup-source : Marks the input device as wakable
- st,autosleep-timeout : Valid entries (ms); 4, 16, 32, 64, 128, 256, 512 and 1024
- irq-gpio : If present, which GPIO to use for event IRQ

Optional properties for devices with touch and ADC (STMPE811|STMPE610):
- st,sample-time : ADC conversion time in number of clock.
0 -> 36 clocks 4 -> 80 clocks (recommended)
1 -> 44 clocks 5 -> 96 clocks
2 -> 56 clocks 6 -> 124 clocks
3 -> 64 clocks
- st,mod-12b : ADC Bit mode
0 -> 10bit ADC 1 -> 12bit ADC
- st,ref-sel : ADC reference source
0 -> internal 1 -> external
- st,adc-freq : ADC Clock speed
0 -> 1.625 MHz 2 || 3 -> 6.5 MHz
1 -> 3.25 MHz

Example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Optional properties:
When not specified the device will use in-band SDIO interrupts.
- interrupt-names : name of the out-of-band interrupt, which must be set
to "host-wake".
- brcm,broken-sg-support : boolean flag to indicate that the SDIO host
controller has higher align requirement than 32 bytes for each
scatterlist item.
- brcm,sd-head-align : alignment requirement for start of data buffer.
- brcm,sd-sgentry-align : length alignment requirement for each sg entry.

Example:

Expand Down
Loading