- 25 Jun, 2019 4 commits
-
-
Marek Vasut authored
Fix a typo, no functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Id6abb4c192729f55b3500505860c7f7718944c62
-
Paul Beesley authored
* changes: rcar_gen3: drivers: pfc: Move PFC drivers out of staging rcar_gen3: drivers: pfc: Checkpatch cleanup rcar_gen3: drivers: pfc: V3M: Fix camel case rcar_gen3: drivers: pfc: V3M: Drop forward declarations rcar_gen3: drivers: pfc: V3M: Switch to BIT() macro rcar_gen3: drivers: pfc: V3M: Checkpatch cleanup rcar_gen3: drivers: pfc: V3M: Switch to common register header file rcar_gen3: drivers: pfc: E3: Drop pfc_reg_write() forward declaration rcar_gen3: drivers: pfc: E3: Switch to BIT() macro rcar_gen3: drivers: pfc: E3: Checkpatch cleanup rcar_gen3: drivers: pfc: E3: Switch to common register header file rcar_gen3: drivers: pfc: D3: Switch to BIT() macro rcar_gen3: drivers: pfc: D3: Drop unused macros rcar_gen3: drivers: pfc: D3: Checkpatch cleanup rcar_gen3: drivers: pfc: D3: Switch to common register header file rcar_gen3: drivers: pfc: M3N: Drop forward declarations rcar_gen3: drivers: pfc: M3N: Switch to BIT() macro rcar_gen3: drivers: pfc: M3N: Checkpatch cleanup rcar_gen3: drivers: pfc: M3N: Switch to common register header file rcar_gen3: drivers: pfc: M3W: Fix camel case rcar_gen3: drivers: pfc: M3W: Drop forward declarations rcar_gen3: drivers: pfc: M3W: Switch to BIT() macro rcar_gen3: drivers: pfc: M3W: Checkpatch cleanup rcar_gen3: drivers: pfc: M3W: Switch to common register header file rcar_gen3: drivers: pfc: H3: Drop pfc_reg_write() forward declaration rcar_gen3: drivers: pfc: H3: Switch to BIT() macro rcar_gen3: drivers: pfc: H3: Drop unused macros rcar_gen3: drivers: pfc: H3: Checkpatch cleanup rcar_gen3: drivers: pfc: H3: Switch to common register header file rcar_gen3: drivers: pfc: Introduce common register header file rcar_gen3: drivers: pfc: D3: Drop unused M3W check
-
John Tsichritzis authored
-
John Tsichritzis authored
-
- 24 Jun, 2019 1 commit
-
-
John Tsichritzis authored
Change-Id: Ifef4d634b4a34d23f42f61df5e326a1cc05d3844 Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
-
- 22 Jun, 2019 27 commits
-
-
Marek Vasut authored
Now that PFC drivers are cleaned up , move them out of staging. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ie594b53558c2bfb8e5d88e5b0354752c17a2487e
-
Marek Vasut authored
Checkpatch cleanups of the PFC common init code macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ifa444dd506387dba92b550729e56598198faeb49
-
Marek Vasut authored
Replace function name with non-camel-case one. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ie93e7fccdc81a3ffa5c371d49846fcf6c840f145
-
Marek Vasut authored
There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I302cff2014bb6e513b6fb48fcf6df7ade684039e
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I0f6c1cadf51cfe49322ec5408e6661287747e0ae
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I3a9527db01afa909f61efd9556cc291e254a5e33
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I9d14180a7ae63a97d4bd1c87e717db71a852525e
-
Marek Vasut authored
There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I3cf5bbc388431144c8bbc53ae9f9338276674eee
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ibf5f242cad70cdd51ca6415b1c7c56b35317ea52
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I6b026f5b333ee8008510604b9f51a0aa8e60b6fc
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ic41a5a01e8d803e116bf02d66735ede6f47e343a
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I1ff9fe8fb2f1644e4ee3b877ed5979cdf99d3d85
-
Marek Vasut authored
Remove unused and irrelevant macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Idcc34db77cb04db885ae5532689c83c0e8ddfd0b
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I5bbb585c3762374bb713d4b9fe25495658d89e65
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I26cd58706d7fc9fc92de280bfd77ae162924533d
-
Marek Vasut authored
There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I374c4e90729cd13aa4c5878bb3d0917071fa19f1
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I4cd541f6485a454bd32bd34a3c95d50fd183052f
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Iea1f0625ecc461168342e591e30947b543501bac
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: If39ba51685ef0bb993010658d98be6981253dce0
-
Marek Vasut authored
Replace function name with non-camel-case one. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I98317def6640aebe559aa2edc4304029acf80505
-
Marek Vasut authored
There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I936232205adbfc834fffdfa015ec5c5d4e3480ea
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Idea2afc11fb5dcfc39fb319b703ee8ee9dcc3ea6
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I6d48af4b1d56ef487744f4a58126140bbad28132
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I8374340961d5465698183fdbc30143a70ebcbde4
-
Marek Vasut authored
There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I56125389fa6fe3ae169cacdb0e4b60376f0a6489
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I339dbd8c8579dffc9bf454d34e3ba9f142a07fa7
-
Peng Donglin authored
Signed-off-by: Peng Donglin <dolinux.peng@gmail.com> Change-Id: I459e7d056735222f6f34e275dbdaf9a389d193fc
-
- 20 Jun, 2019 8 commits
-
-
Marek Vasut authored
Remove unused and irrelevant macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I0f251cd838f1d5879ccfd0738dc8ead355b3b74f
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I31293e70a362f713261ac588f563c687449c5f6c
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I85d6855f329771f698d84348ce11ce31548512db
-
Marek Vasut authored
Introduce header file which contains the shared registers and bits between the different SoCs. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I5f41d39347b9d57e3efdea24ae61a16d5c7efb80
-
Marek Vasut authored
Drop check for SoC being M3W ES1.0 , this check is clearly bogus, as this code can never be executed on M3W ES 1.0. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: If6087f1c217393dc65d20f6591eca40188563710
-
John Tsichritzis authored
-
John Tsichritzis authored
-
Ambroise Vincent authored
The previous implementation could behave incorrectly because of the sign extension of the char when compared to the int. Change-Id: I397838b0ec87a6f1af6972d022a8c19a5184b447 Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
-