Formación Bonificable (Último plazo de inscripción 2020)

2020-10-31 Thread FOESCO
Buenos días Os informamos que se encuentra abierto el plazo de inscripción para la "ÚLTIMA CONVOCATORIA 2020" de Cursos Bonificables para empleados en activo y en ERTE. Los cursos son 100% Bonificables con cargo al Crédito de Formación 2020, si vuestra empresa todavía dispone de Crédito de

[PATCH] staging: fbtft: fb_watterott: fix usleep_range is preferred over udelay

2020-10-31 Thread Hassan Shahbazi
Fix the checkpath.pl issue on fb_watterott.c. write_vmem and write_vmem_8bit functions are within non-atomic context and can safely use usleep_range. see Documentation/timers/timers-howto.txt Signed-off-by: Hassan Shahbazi --- drivers/staging/fbtft/fb_watterott.c | 4 ++-- 1 file changed, 2

COCA-COLA LOTTERY ORGANIZATION.

2020-10-31 Thread COCA COLA.
COCA-COLA LOTTERY ORGANIZATION TICKET FREE/ONLINE E-MAIL ADDRESS WINNINGS DEPARTMENT. Greetings Winner, If you are the correct owner of this email address? If yes then be glad this day as the result of the Coca-Cola lotto online e-mail address free-ticket winning draws of July 2020 ,held in

<<<>>>><>>>

2020-10-31 Thread Mr Peter Owen
Hello, I consider you worthy for a business partner that will benefit both parties.This is legitimate and legal,Upon your positive response i will furnish you with details. Your Truly, Peter Owen ___ devel mailing list de...@linuxdriverproject.org

[PATCH v4 4/4] staging: mt7621-pci-phy: remove driver from staging

2020-10-31 Thread Sergio Paracuellos
Remove this driver from staging because it has been moved into its properly place in the kernel. Signed-off-by: Sergio Paracuellos --- drivers/staging/Kconfig | 2 - drivers/staging/Makefile | 1 - drivers/staging/mt7621-pci-phy/Kconfig|

[PATCH v4 2/4] phy: ralink: Add PHY driver for MT7621 PCIe PHY

2020-10-31 Thread Sergio Paracuellos
This patch adds a driver for the PCIe PHY of MT7621 SoC. Signed-off-by: Sergio Paracuellos --- drivers/phy/ralink/Kconfig | 8 + drivers/phy/ralink/Makefile | 1 + drivers/phy/ralink/phy-mt7621-pci.c | 373 3 files changed, 382 insertions(+)

[PATCH v4 3/4] MAINTAINERS: add MT7621 PHY PCI maintainer

2020-10-31 Thread Sergio Paracuellos
Adding myself as maintainer for mt7621 pci phy driver. Signed-off-by: Sergio Paracuellos --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index aefbbecfb266..31f808e58e73 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11100,6 +11100,12 @@ S:

[PATCH v4 0/4] MT7621 PCIe PHY

2020-10-31 Thread Sergio Paracuellos
This series adds support for the PCIe PHY found in the Mediatek MT7621 SoC. This is the first attempt to get feedback of what is missing in this driver to be promoted from staging. There is also a 'mt7621-pci' driver which is the controller part which is still in staging and is a client of this

[PATCH v4 1/4] dt-bindings: phy: Add binding for Mediatek MT7621 PCIe PHY

2020-10-31 Thread Sergio Paracuellos
Add bindings to describe Mediatek MT7621 PCIe PHY. Signed-off-by: Sergio Paracuellos --- .../bindings/phy/mediatek,mt7621-pci-phy.yaml | 36 +++ 1 file changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/mediatek,mt7621-pci-phy.yaml diff --git