- Jan 23, 2025
-
-
Robert Nelson authored
6.1.83-ti-rt-r36 bb.org_defconfig TI SDK: 09.02.00.010 6.1 TI Delta: https://github.com/RobertCNelson/ti-linux-kernel/compare/2e423244f8c09173a344e7069f0fe2bdf26cccee...c1c2f1971fbf6ddad93a8c94314fe8221e7aa6be BBDTBS: BeagleBoard-DeviceTrees@4af7101c RT: patch-6.1.83-rt28.patch.xz WIRELESS_REGDB: https://git.kernel.org/pub/scm/linux/kernel/git/wens/wireless-regdb.git/commit/?id=f67f40d009199ee75c906f1ac898b38be981a7f7 Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Robert Nelson authored
-
Robert Nelson authored
Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Robert Nelson authored
Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Ben Hutchings authored
We want to enable use of the Android ashmem and binder drivers to support Anbox, but they should not be built-in as that would waste resources and increase security attack surface on systems that don't need them. Export the currently un-exported symbols they depend on.
-
Ben Hutchings authored
We want to enable use of the Android ashmem and binder drivers to support Anbox, but they should not be built-in as that would waste resources and increase security attack surface on systems that don't need them. - Add a MODULE_LICENSE declaration to ashmem - Change the Makefiles to build each driver as an object with the "_linux" suffix (which is what Anbox expects) - Change config symbol types to tristate Update: In upstream commit 721412ed titled "staging: remove ashmem" the ashmem driver was removed entirely. Secondary commit message: "The mainline replacement for ashmem is memfd, so remove the legacy code from drivers/staging/" Consequently, the ashmem part of this patch has been removed.
-
Robert Nelson authored
Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Robert Nelson authored
Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Jason Kridner authored
Original Commit : https://github.com/beagleboard/linux/commit/8884f22a6b3a5217177c2f843e5c83d613bc6676 Signed-off-by:
Jason Kridner <jkridner@beagleboard.org>
-
frost authored
-
bigguiness@gmail.com authored
------=_Part_422_1349561576.1515022447432 Content-Type: text/plain; charset="UTF-8" Hello all, The TI touch screen driver does not work _right_ with the libts-bin package in the jessie image. $ cat /etc/dogtag BeagleBoard.org Debian Image 2018-01-01 $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 8.10 (jessie) Release: 8.10 Codename: jessie $ dpkg -l | grep libts-bin ii libts-bin 1.14-1rcnee0~jessie+20171122 armhf touch screen library utilities $ sudo ts_calibrate ts_setup: No such file or directory It is possible to make it work by setting the TSLIB_TSDEVICE environment variable: $ sudo su # export TSLIB_TSDEVICE=/dev/input/event2 # ts_calibrate But, that's a bit of a pain since the environment variable always needs to be set in order to use the touchscreen. It appears that this version of the utilities uses the INPUT_PROP_DIRECT propbit to automatically detect which /dev/input/event device is the touchscreen. It looks like the following is the only change needed to make it work. Unfortunately, I don't have currently have a way to build a custom kernel for the BeagleBone in order to test it. If there is anyone that could I would appreciate it. Regards, Hartley
-
Robert Nelson authored
This reverts commit 3c9dc275 . Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Robert Nelson authored
Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Robert Nelson authored
Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Romain Naour authored
"PM runtime functions" has been added in sdhci-omap driver in 5.16 f433e8aa ("mmc: sdhci-omap: Implement PM runtime functions") along with "card power off and enable aggressive PM" 3edf588e ("mmc: sdhci-omap: Allow SDIO card power off and enable aggressive PM"). Since then, the sdhci-omap driver doesn't work using mmc-hs200 mode due to the tuning values being lost during a pm transition. See the report on the linux-omap mailing list [1]. As for the sdhci_am654 driver, request a new tuning sequence before suspend (sdhci_omap_runtime_suspend()), othwerwise the device will thigger cache flush errors: mmc1: cache flush error -110 (ETIMEDOUT) mmc1: error -110 doing aggressive suspend followed by I/O errors produced by fdisk -l /dev/mmcblk1boot1: I/O error, dev mmcblk1boot0, sector 64384 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2 I/O error, dev mmcblk1boot1, sector 64384 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2 I/O error, dev mmcblk1boot1, sector 64384 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 Buffer I/O error on dev mmcblk1boot1, logical block 8048, async page read I/O error, dev mmcblk1boot0, sector 64384 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2 Buffer I/O error on dev mmcblk1boot0, logical block 8048, async page read Don't re-tune if auto retuning is supported in HW (when SDHCI_TUNING_MODE_3 is available). [1] https://lore.kernel.org/all/2e5f1997-564c-44e4-b357-6343e0dae7ab@smile.fr Fixes: f433e8aa ("mmc: sdhci-omap: Implement PM runtime functions") Signed-off-by:
Romain Naour <romain.naour@skf.com>
-
Jason Kridner authored
-
Robert Nelson authored
Reference: rpi-6.1.y Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Matthijs van Duin authored
"uio" for generic use "ti,pruss-shmem" for backwards compatibility the of_id module parameter is still supported to add another id
-
Matthijs van Duin authored
-
Robert Nelson authored
Reference: Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Robert Nelson authored
patch-6.1.83-rt28.patch.xz Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Jason Kridner authored
From https://github.com/statropy/wpanusb
-
- May 13, 2024
-
-
Aradhya Bhatia authored
This reverts commit e7783666 . Revert the HACK patch as the proper fix has now been implemented. Signed-off-by:
Aradhya Bhatia <a-bhatia1@ti.com>
-
Aradhya Bhatia authored
Once the DSI Link and DSI Phy are initialized, the code needs to wait for Clk and Data Lanes to be ready, before continuing configuration. This is in accordance with the DSI Start-up procedure, found in the Technical Reference Manual of Texas Instrument's J721E SoC[0] which houses this DSI TX controller. If the previous bridge (or crtc/encoder) are configured pre-maturely, the input signal FIFO gets corrupt. This introduces a color-shift on the display. Allow the driver to wait for the clk and data lanes to get ready during DSI enable. Fixes: e1923395 ("drm/bridge: Add Cadence DSI driver") Signed-off-by:
Aradhya Bhatia <a-bhatia1@ti.com>
-
- May 09, 2024
-
-
Ravi Gunasekaran authored
Add support for VLAN addition/deletion in HSR mode. In HSR mode, even if the host port is not a member of the VLAN domain, the slave ports should simply forward the frames. So allow forwarding of all VLAN frames in HSR mode. Signed-off-by:
Ravi Gunasekaran <r-gunasekaran@ti.com>
-
Ravi Gunasekaran authored
Filtering is achieved by updating the FDB and VLAN table. In case of HSR mode, whenever the address filtering list is updated, flushing the entire FDB and VLAN table removes the VLAN entries which have been added while creating VLAN interfaces. So let the FDB flushing happen only in MAC mode, while for HSR mode, update the filtering mechanism to use a address sync list in order to avoid removing the VLAN entries added during VLAN interface creation. Signed-off-by:
Ravi Gunasekaran <r-gunasekaran@ti.com>
-
Murali Karicheri authored
This patch adds support for VLAN ctag based filtering at slave devices. The slave ethernet device may be capable of filtering ethernet packets based on VLAN ID. This requires that when the VLAN interface is created over an HSR/PRP interface, it passes the VID information to the associated slave ethernet devices so that it updates the hardware filters to filter ethernet frames based on VID. This patch adds the required functions to propagate the vid information to the slave devices. Signed-off-by:
Murali Karicheri <m-karicheri2@ti.com> Signed-off-by:
Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by:
Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by:
Ravi Gunasekaran <r-gunasekaran@ti.com>
-
WingMan Kwok authored
Add support for creating VLAN interfaces over HSR/PRP interface. Signed-off-by:
Murali Karicheri <m-karicheri2@ti.com> Signed-off-by:
WingMan Kwok <w-kwok2@ti.com> Signed-off-by:
Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by:
Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by:
Ravi Gunasekaran <r-gunasekaran@ti.com>
-
Vaishnav Achath authored
J722S does not pin out all of the GPIO same as AM62P and have more number of GPIO on the main_gpio1 instance. Fix the GPIO count on both instances by overriding the ti,ngpio property. Fixes: 83077c67 ("arm64: dts: ti: Introduce J722S family of SoCs") More details at J722S/AM67 Datasheet (Section 5.3.11, GPIO): https://www.ti.com/lit/ds/symlink/am67.pdf Signed-off-by:
Vaishnav Achath <vaishnav.a@ti.com>
-
- May 03, 2024
-
-
Praneeth Bajjuri authored
Merge tag 'v6.1.83' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux into ti-linux-6.1.y-cicd Linux 6.1.83 * tag 'v6.1.83' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux: (444 commits) Linux 6.1.83 remoteproc: stm32: fix incorrect optional pointers x86/efistub: Don't clear BSS twice in mixed mode x86/efistub: Clear decompressor BSS in native EFI entrypoint dm-integrity: align the outgoing bio in integrity_recheck dm io: Support IO priority dm: address indent/space issues selftests: forwarding: Fix ping failure due to short timeout spi: spi-mt65xx: Fix NULL pointer access in interrupt handler net: dsa: mt7530: fix handling of all link-local frames net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports bpf: report RCU QS in cpumap kthread net: report RCU QS on threaded NAPI repolling rcu: add a helper to report consolidated flavor QS netfilter: nf_tables: do not compare internal table flags on updates netfilter: nft_set_pipapo: ...
-
Aradhya Bhatia authored
Enable ILITEK ILI9881 Panel which is used with TI AM62P5-SK EVM, and J721E based BBAI-64 platforms. Signed-off-by:
Aradhya Bhatia <a-bhatia1@ti.com>
-
Aradhya Bhatia authored
Add support for Microtips DSI Panel (MF-070ZIMACAA0) "SK-LCD3"[0], over the AM62P5-SK EVM platform. The resolution of the panel is 800x1280. [0]: Panel Datasheet https://simplespec.microtipsusa.com/uploads/spec/datasheetFile/3004/13-070ZIMACAA0-S_V1.1_20231120.pdf Signed-off-by:
Aradhya Bhatia <a-bhatia1@ti.com>
-
Aradhya Bhatia authored
Add support for Microtips DSI Panel (MF-070ZIMACAA0) "SK-LCD3"[0], over the J721E soC based BeagleAI64 platform. The resolution of the panel is 800x1280. [0]: Panel Datasheet https://simplespec.microtipsusa.com/uploads/spec/datasheetFile/3004/13-070ZIMACAA0-S_V1.1_20231120.pdf Signed-off-by:
Aradhya Bhatia <a-bhatia1@ti.com>
-
Aradhya Bhatia authored
Add RGB888_1X24 as the bus format for the pane, for tidss to absorb it. This isn't the right way to add. Ideally, the fixes go in cdns-dsi driver. And to adhere to those fixes, tidss should be supporting DRM_BRIDGE_ATTACH_NO_CONNECTOR, which it doesn't in ti-6.1 kernel (but does so in upstream/ti-6.6 kernels). Signed-off-by:
Aradhya Bhatia <a-bhatia1@ti.com>
-
Aradhya Bhatia authored
Add support for Microtips MF-070ZIMACAA0 DSI LCD Panel[0] base on ILITEK ILI9881C bridge. [0]: Panel Datasheet https://simplespec.microtipsusa.com/uploads/spec/datasheetFile/3004/13-070ZIMACAA0-S_V1.1_20231120.pdf Signed-off-by:
Aradhya Bhatia <a-bhatia1@ti.com>
-
Aradhya Bhatia authored
Allow the DCS Write FIFO in the cdns-dsi controller to reset before any DCS packet is transmitted to the DSI sink device. The DCS FIFO reset is optional. Not all panels require it. But the Microtips MF-070ZIMACAA0 DSI panel (that uses Ilitek ILI9881C DSI to DPI bridge) doesn't work with without this reset. Signed-off-by:
Aradhya Bhatia <a-bhatia1@ti.com>
-