Re: Greetings!

2022-02-24 Thread Mark
Hello, The HSBC Bank is a financial institution in United Kingdom. We promotes long-term,sustainable and broad-based economic growth in developing and emerging countries by providing financial support like loans and investment to large, small and medium-sized companies (SMEs) as well as fast-growi

Greeting,

2022-02-24 Thread Abu Usman
Greeting, I am indeed glad to be in contact with you even though this medium of communication (internet) has been grossly abused by criminal minded people making it difficult for people with genuine intention to correspond and exchange views without skepticism. In view of your outstanding profi

Re: [PATCH 0/3] linux-firmware: update wfx

2022-02-24 Thread Josh Boyer
On Mon, Feb 21, 2022 at 11:38 AM Jerome Pouiller wrote: > > From: Jérôme Pouiller > > The two first patches reflect changes made in the kernel. > > Jérôme Pouiller (3): > wfx: rename silabs/ into wfx/ > wfx: add antenna configuration files > wfx: update to firmware 3.14 All 3 applied and p

[driver-core:kobject-const] BUILD SUCCESS 4f6ded978c9bc444c53319bccd3bf1c95a4d1d74

2022-02-24 Thread kernel test robot
sdk7780_defconfig mips bmips_be_defconfig xtensa common_defconfig arm tegra_defconfig ia64 alldefconfig arm randconfig-c002-20220224 arm randconfig

RE

2022-02-24 Thread Howard F. Newell
Hello, I want to know if you received my previous mail of 28th/01/2022 concerning your compensation valued 681,200 dollars by the United Nations Compensation Program (UNCC). Please confirm as soon as possible. Warm regards! Howard Newell London WC2N 4JS, UK _

[PATCH v6 1/3] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip

2022-02-24 Thread Chenyang Li
This patch adds an initial DRM driver for the Loongson LS7A1000 bridge chip(LS7A). The Loongson 7A1000 bridge chip is Loongson’s first dedicated chipset product, providing north-south bridge functionality for Loongson processors. The bridge chip is connected to the Loongson Series 3 processor via t

[PATCH v6 3/3] drm/loongson: Add interrupt driver for LS7A

2022-02-24 Thread Chenyang Li
From: lichenyang Add LS7A DC vsync interrupt enable and close function, and register irq_handler function interface. Add vbrank event processing flow. v4: - Replace drm_irq_install with devm_request_irq. - Delete the irq_ hooks in drm_driver. v3: - Improve code readability. - Use the to_pci_dev

[PATCH v6 2/3] drm/loongson: Add GPIO and I2C driver for loongson drm.

2022-02-24 Thread Chenyang Li
From: lichenyang Implement use GPIO and I2C driver to detect connector and fetch EDID via DDC. v5: - Use braidge->ddc to get EDID and detect connector. v4: - Delete the gpio_chip subsystem call. - Delete some redundant prints. v3: - Change some driver log to the drm_ version. v2: - Optimize t