aboutsummaryrefslogtreecommitdiff
path: root/Documentation/arm/samsung
AgeCommit message (Collapse)AuthorFilesLines
2023-06-12arm: docs: Move Arm documentation to Documentation/arch/Jonathan Corbet5-367/+0
Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Move Documentation/arm into arch/ (along with the Chinese equvalent translations). Cc: Maxime Coquelin <[email protected]> Cc: Chen-Yu Tsai <[email protected]> Cc: Jernej Skrabec <[email protected]> Cc: Samuel Holland <[email protected]> Cc: Krzysztof Kozlowski <[email protected]> Cc: Alim Akhtar <[email protected]> Cc: Alex Shi <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Acked-by: Alexandre TORGUE <[email protected]> Reviewed-by: Yanteng Si <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2023-01-16ARM: s3c: remove all s3c24xx supportArnd Bergmann2-21/+0
The platform was deprecated in commit 6a5e69c7ddea ("ARM: s3c: mark as deprecated and schedule removal") and can be removed. This includes all files that are exclusively for s3c24xx and not shared with s3c64xx, as well as the glue logic in Kconfig and the maintainer file entries. Cc: Arnaud Patard <[email protected]> Cc: Ben Dooks <[email protected]> Cc: Christer Weinigel <[email protected]> Cc: Guillaume GOURAT <[email protected]> Cc: Heiko Stuebner <[email protected]> Cc: Simtec Linux Team <[email protected]> Cc: [email protected] Acked-by: Heiko Stuebner <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
2020-10-31Documentation: Update paths of Samsung S3C machine filesKrzysztof Kozlowski1-2/+1
Documentation references Samsung S3C24xx and S3C64xx machine files in multiple places but the files were traveling around the kernel multiple times. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2019-07-15docs: add SPDX tags to new index filesMauro Carvalho Chehab1-0/+2
All those new files I added are under GPL v2.0 license. Add the corresponding SPDX headers to them. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab5-0/+387
Converts ARM the text files to ReST, preparing them to be an architecture book. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Reviewed-by Corentin Labbe <[email protected]> # For sun4i-ss