summaryrefslogtreecommitdiff
path: root/scripts/dtc
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-03 15:11:59 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-03 15:11:59 +0200
commitdacf7e83da42bd9d3978560e41869a784c24d912 (patch)
treeb48ac1c51cd0c833fe9f8dee294c75ed3666eda3 /scripts/dtc
parent74cd204c7afe498aa9dcc3ebf0ecac53d477a429 (diff)
downloadkernel-linux-6.7.y.tar.gz
Linux 6.7.12linux-6.7.y
Link: https://lore.kernel.org/r/20240401152553.125349965@linuxfoundation.org Tested-by: SeongJae Park <sj@kernel.org> Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Bagas Sanjaya <bagasdotme@gmail.com> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/dtc')
0 files changed, 0 insertions, 0 deletions
p_resource() 2010-02-11T01:47:17Z Yinghai Lu yinghai@kernel.org 2010-02-10T09:20:11Z urn:sha1:9ad3f2c7c69659c343843393944d739fec1f2e73 Prepare for 32bit pci root bus -v2: hpa said we should compare with (resource_size_t)~0 -v3: according to Linus to use MAX_RESOURCE instead. also need need to put related patches together -v4: according to Andrew, use min in cap_resource() Signed-off-by: Yinghai Lu <yinghai@kernel.org> LKML-Reference: <1265793639-15071-8-git-send-email-yinghai@kernel.org> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com> x86: Move range related operation to one file 2010-02-11T01:47:17Z Yinghai Lu yinghai@kernel.org 2010-02-10T09:20:07Z urn:sha1:27811d8cabe56e0c3622251b049086f49face4ff We have almost the same code for mtrr cleanup and amd_bus checkup, and this code will also be used in replacing bootmem with early_res, so try to move them together and reuse it from different parts. Also rename update_range to subtract_range as that is what the function is actually doing. -v2: update comments as Christoph requested Signed-off-by: Yinghai Lu <yinghai@kernel.org> LKML-Reference: <1265793639-15071-4-git-send-email-yinghai@kernel.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>