2019-06-04 16:11:33 +08:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2007-05-19 20:06:24 +08:00
|
|
|
/*
|
|
|
|
* linux/drivers/mmc/core/host.c
|
|
|
|
*
|
|
|
|
* Copyright (C) 2003 Russell King, All Rights Reserved.
|
2008-03-09 06:43:19 +08:00
|
|
|
* Copyright (C) 2007-2008 Pierre Ossman
|
2010-11-09 10:36:50 +08:00
|
|
|
* Copyright (C) 2010 Linus Walleij
|
2007-05-19 20:06:24 +08:00
|
|
|
*
|
|
|
|
* MMC host class device management
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/device.h>
|
|
|
|
#include <linux/err.h>
|
|
|
|
#include <linux/idr.h>
|
2013-02-16 23:21:16 +08:00
|
|
|
#include <linux/of.h>
|
|
|
|
#include <linux/of_gpio.h>
|
2007-05-19 20:06:24 +08:00
|
|
|
#include <linux/pagemap.h>
|
2020-05-29 18:23:41 +08:00
|
|
|
#include <linux/pm_wakeup.h>
|
2011-07-11 00:42:00 +08:00
|
|
|
#include <linux/export.h>
|
2007-09-24 13:15:48 +08:00
|
|
|
#include <linux/leds.h>
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
percpu.h is included by sched.h and module.h and thus ends up being
included when building most .c files. percpu.h includes slab.h which
in turn includes gfp.h making everything defined by the two files
universally available and complicating inclusion dependencies.
percpu.h -> slab.h dependency is about to be removed. Prepare for
this change by updating users of gfp and slab facilities include those
headers directly instead of assuming availability. As this conversion
needs to touch large number of source files, the following script is
used as the basis of conversion.
http://userweb.kernel.org/~tj/misc/slabh-sweep.py
The script does the followings.
* Scan files for gfp and slab usages and update includes such that
only the necessary includes are there. ie. if only gfp is used,
gfp.h, if slab is used, slab.h.
* When the script inserts a new include, it looks at the include
blocks and try to put the new include such that its order conforms
to its surrounding. It's put in the include block which contains
core kernel includes, in the same order that the rest are ordered -
alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
doesn't seem to be any matching order.
* If the script can't find a place to put a new include (mostly
because the file doesn't have fitting include block), it prints out
an error message indicating which .h file needs to be added to the
file.
The conversion was done in the following steps.
1. The initial automatic conversion of all .c files updated slightly
over 4000 files, deleting around 700 includes and adding ~480 gfp.h
and ~3000 slab.h inclusions. The script emitted errors for ~400
files.
2. Each error was manually checked. Some didn't need the inclusion,
some needed manual addition while adding it to implementation .h or
embedding .c file was more appropriate for others. This step added
inclusions to around 150 files.
3. The script was run again and the output was compared to the edits
from #2 to make sure no file was left behind.
4. Several build tests were done and a couple of problems were fixed.
e.g. lib/decompress_*.c used malloc/free() wrappers around slab
APIs requiring slab.h to be added manually.
5. The script was run on all .h files but without automatically
editing them as sprinkling gfp.h and slab.h inclusions around .h
files could easily lead to inclusion dependency hell. Most gfp.h
inclusion directives were ignored as stuff from gfp.h was usually
wildly available and often used in preprocessor macros. Each
slab.h inclusion directive was examined and added manually as
necessary.
6. percpu.h was updated not to include slab.h.
7. Build test were done on the following configurations and failures
were fixed. CONFIG_GCOV_KERNEL was turned off for all tests (as my
distributed build env didn't work with gcov compiles) and a few
more options had to be turned off depending on archs to make things
build (like ipr on powerpc/64 which failed due to missing writeq).
* x86 and x86_64 UP and SMP allmodconfig and a custom test config.
* powerpc and powerpc64 SMP allmodconfig
* sparc and sparc64 SMP allmodconfig
* ia64 SMP allmodconfig
* s390 SMP allmodconfig
* alpha SMP allmodconfig
* um on x86_64 SMP allmodconfig
8. percpu.h modifications were reverted so that it could be applied as
a separate patch and serve as bisection point.
Given the fact that I had only a couple of failures from tests on step
6, I'm fairly confident about the coverage of this conversion patch.
If there is a breakage, it's likely to be something in one of the arch
headers which should be easily discoverable easily on most builds of
the specific arch.
Signed-off-by: Tejun Heo <tj@kernel.org>
Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
2010-03-24 16:04:11 +08:00
|
|
|
#include <linux/slab.h>
|
2007-05-19 20:06:24 +08:00
|
|
|
|
|
|
|
#include <linux/mmc/host.h>
|
2010-11-09 10:36:50 +08:00
|
|
|
#include <linux/mmc/card.h>
|
2013-02-16 23:21:16 +08:00
|
|
|
#include <linux/mmc/slot-gpio.h>
|
2007-05-19 20:06:24 +08:00
|
|
|
|
|
|
|
#include "core.h"
|
2021-01-26 08:14:48 +08:00
|
|
|
#include "crypto.h"
|
2007-05-19 20:06:24 +08:00
|
|
|
#include "host.h"
|
2014-12-18 22:44:36 +08:00
|
|
|
#include "slot-gpio.h"
|
2014-11-28 21:38:36 +08:00
|
|
|
#include "pwrseq.h"
|
mmc: sdio: Add API to manage SDIO IRQs from a workqueue
For hosts not supporting MMC_CAP2_SDIO_IRQ_NOTHREAD but MMC_CAP_SDIO_IRQ,
the SDIO IRQs are processed from a dedicated kernel thread. For these
cases, the host calls mmc_signal_sdio_irq() from its ISR to signal a new
SDIO IRQ.
Signaling an SDIO IRQ makes the host's ->enable_sdio_irq() callback to be
invoked to temporary disable the IRQs, before the kernel thread is woken up
to process it. When processing of the IRQs are completed, they are
re-enabled by the kernel thread, again via invoking the host's
->enable_sdio_irq().
The observation from this, is that the execution path is being unnecessary
complex, as the host driver already knows that it needs to temporary
disable the IRQs before signaling a new one. Moreover, replacing the kernel
thread with a work/workqueue would not only greatly simplify the code, but
also make it more robust.
To address the above problems, let's continue to build upon the support for
MMC_CAP2_SDIO_IRQ_NOTHREAD, as it already implements SDIO IRQs to be
processed without using the clumsy kernel thread and without the ping-pong
calls of the host's ->enable_sdio_irq() callback for each processed IRQ.
Therefore, let's add new API sdio_signal_irq(), which enables hosts to
signal/process SDIO IRQs by using a work/workqueue, rather than using the
kernel thread.
Add also a new host callback ->ack_sdio_irq(), which the work invokes when
the SDIO IRQs have been processed. This informs the host about when it
shall re-enable the SDIO IRQs. Potentially, we could re-use the existing
->enable_sdio_irq() callback instead of adding a new one, however it has
turned out that it's more convenient for hosts to get this information via
a separate callback.
Hosts that wants to use this new method to signal/process SDIO IRQs, must
enable MMC_CAP2_SDIO_IRQ_NOTHREAD and implement the ->ack_sdio_irq()
callback.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tested-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
2017-04-13 22:48:11 +08:00
|
|
|
#include "sdio_ops.h"
|
2007-05-19 20:06:24 +08:00
|
|
|
|
|
|
|
#define cls_dev_to_mmc_host(d) container_of(d, struct mmc_host, class_dev)
|
|
|
|
|
2016-04-07 17:40:59 +08:00
|
|
|
static DEFINE_IDA(mmc_host_ida);
|
2014-12-18 22:44:35 +08:00
|
|
|
|
mmc: core: Fix hanging on I/O during system suspend for removable cards
The mmc core uses a PM notifier to temporarily during system suspend, turn
off the card detection mechanism for removal/insertion of (e)MMC/SD/SDIO
cards. Additionally, the notifier may be used to remove an SDIO card
entirely, if a corresponding SDIO functional driver don't have the system
suspend/resume callbacks assigned. This behaviour has been around for a
very long time.
However, a recent bug report tells us there are problems with this
approach. More precisely, when receiving the PM_SUSPEND_PREPARE
notification, we may end up hanging on I/O to be completed, thus also
preventing the system from getting suspended.
In the end what happens, is that the cancel_delayed_work_sync() in
mmc_pm_notify() ends up waiting for mmc_rescan() to complete - and since
mmc_rescan() wants to claim the host, it needs to wait for the I/O to be
completed first.
Typically, this problem is triggered in Android, if there is ongoing I/O
while the user decides to suspend, resume and then suspend the system
again. This due to that after the resume, an mmc_rescan() work gets punted
to the workqueue, which job is to verify that the card remains inserted
after the system has resumed.
To fix this problem, userspace needs to become frozen to suspend the I/O,
prior to turning off the card detection mechanism. Therefore, let's drop
the PM notifiers for mmc subsystem altogether and rely on the card
detection to be turned off/on as a part of the system_freezable_wq, that we
are already using.
Moreover, to allow and SDIO card to be removed during system suspend, let's
manage this from a ->prepare() callback, assigned at the mmc_host_class
level. In this way, we can use the parent device (the mmc_host_class
device), to remove the card device that is the child, in the
device_prepare() phase.
Reported-by: Kiwoong Kim <kwmad.kim@samsung.com>
Cc: stable@vger.kernel.org # v4.5+
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210310152900.149380-1-ulf.hansson@linaro.org
Reviewed-by: Kiwoong Kim <kwmad.kim@samsung.com>
2021-03-10 23:29:00 +08:00
|
|
|
#ifdef CONFIG_PM_SLEEP
|
|
|
|
static int mmc_host_class_prepare(struct device *dev)
|
|
|
|
{
|
|
|
|
struct mmc_host *host = cls_dev_to_mmc_host(dev);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* It's safe to access the bus_ops pointer, as both userspace and the
|
|
|
|
* workqueue for detecting cards are frozen at this point.
|
|
|
|
*/
|
|
|
|
if (!host->bus_ops)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
/* Validate conditions for system suspend. */
|
|
|
|
if (host->bus_ops->pre_suspend)
|
|
|
|
return host->bus_ops->pre_suspend(host);
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void mmc_host_class_complete(struct device *dev)
|
|
|
|
{
|
|
|
|
struct mmc_host *host = cls_dev_to_mmc_host(dev);
|
|
|
|
|
|
|
|
_mmc_detect_change(host, 0, false);
|
|
|
|
}
|
|
|
|
|
|
|
|
static const struct dev_pm_ops mmc_host_class_dev_pm_ops = {
|
|
|
|
.prepare = mmc_host_class_prepare,
|
|
|
|
.complete = mmc_host_class_complete,
|
|
|
|
};
|
|
|
|
|
|
|
|
#define MMC_HOST_CLASS_DEV_PM_OPS (&mmc_host_class_dev_pm_ops)
|
|
|
|
#else
|
|
|
|
#define MMC_HOST_CLASS_DEV_PM_OPS NULL
|
|
|
|
#endif
|
|
|
|
|
2007-05-19 20:06:24 +08:00
|
|
|
static void mmc_host_classdev_release(struct device *dev)
|
|
|
|
{
|
|
|
|
struct mmc_host *host = cls_dev_to_mmc_host(dev);
|
2020-05-29 18:23:41 +08:00
|
|
|
wakeup_source_unregister(host->ws);
|
2021-06-23 15:50:02 +08:00
|
|
|
if (of_alias_get_id(host->parent->of_node, "mmc") < 0)
|
|
|
|
ida_simple_remove(&mmc_host_ida, host->index);
|
2007-05-19 20:06:24 +08:00
|
|
|
kfree(host);
|
|
|
|
}
|
|
|
|
|
|
|
|
static struct class mmc_host_class = {
|
|
|
|
.name = "mmc_host",
|
|
|
|
.dev_release = mmc_host_classdev_release,
|
mmc: core: Fix hanging on I/O during system suspend for removable cards
The mmc core uses a PM notifier to temporarily during system suspend, turn
off the card detection mechanism for removal/insertion of (e)MMC/SD/SDIO
cards. Additionally, the notifier may be used to remove an SDIO card
entirely, if a corresponding SDIO functional driver don't have the system
suspend/resume callbacks assigned. This behaviour has been around for a
very long time.
However, a recent bug report tells us there are problems with this
approach. More precisely, when receiving the PM_SUSPEND_PREPARE
notification, we may end up hanging on I/O to be completed, thus also
preventing the system from getting suspended.
In the end what happens, is that the cancel_delayed_work_sync() in
mmc_pm_notify() ends up waiting for mmc_rescan() to complete - and since
mmc_rescan() wants to claim the host, it needs to wait for the I/O to be
completed first.
Typically, this problem is triggered in Android, if there is ongoing I/O
while the user decides to suspend, resume and then suspend the system
again. This due to that after the resume, an mmc_rescan() work gets punted
to the workqueue, which job is to verify that the card remains inserted
after the system has resumed.
To fix this problem, userspace needs to become frozen to suspend the I/O,
prior to turning off the card detection mechanism. Therefore, let's drop
the PM notifiers for mmc subsystem altogether and rely on the card
detection to be turned off/on as a part of the system_freezable_wq, that we
are already using.
Moreover, to allow and SDIO card to be removed during system suspend, let's
manage this from a ->prepare() callback, assigned at the mmc_host_class
level. In this way, we can use the parent device (the mmc_host_class
device), to remove the card device that is the child, in the
device_prepare() phase.
Reported-by: Kiwoong Kim <kwmad.kim@samsung.com>
Cc: stable@vger.kernel.org # v4.5+
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210310152900.149380-1-ulf.hansson@linaro.org
Reviewed-by: Kiwoong Kim <kwmad.kim@samsung.com>
2021-03-10 23:29:00 +08:00
|
|
|
.pm = MMC_HOST_CLASS_DEV_PM_OPS,
|
2007-05-19 20:06:24 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
int mmc_register_host_class(void)
|
|
|
|
{
|
|
|
|
return class_register(&mmc_host_class);
|
|
|
|
}
|
|
|
|
|
|
|
|
void mmc_unregister_host_class(void)
|
|
|
|
{
|
|
|
|
class_unregister(&mmc_host_class);
|
|
|
|
}
|
|
|
|
|
2021-06-24 23:16:15 +08:00
|
|
|
/**
|
|
|
|
* mmc_retune_enable() - enter a transfer mode that requires retuning
|
|
|
|
* @host: host which should retune now
|
|
|
|
*/
|
2015-05-07 18:10:12 +08:00
|
|
|
void mmc_retune_enable(struct mmc_host *host)
|
|
|
|
{
|
|
|
|
host->can_retune = 1;
|
|
|
|
if (host->retune_period)
|
|
|
|
mod_timer(&host->retune_timer,
|
|
|
|
jiffies + host->retune_period * HZ);
|
|
|
|
}
|
|
|
|
|
2016-05-16 20:35:24 +08:00
|
|
|
/*
|
|
|
|
* Pause re-tuning for a small set of operations. The pause begins after the
|
|
|
|
* next command and after first doing re-tuning.
|
|
|
|
*/
|
|
|
|
void mmc_retune_pause(struct mmc_host *host)
|
|
|
|
{
|
|
|
|
if (!host->retune_paused) {
|
|
|
|
host->retune_paused = 1;
|
|
|
|
mmc_retune_needed(host);
|
|
|
|
mmc_retune_hold(host);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
EXPORT_SYMBOL(mmc_retune_pause);
|
|
|
|
|
|
|
|
void mmc_retune_unpause(struct mmc_host *host)
|
|
|
|
{
|
|
|
|
if (host->retune_paused) {
|
|
|
|
host->retune_paused = 0;
|
|
|
|
mmc_retune_release(host);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
EXPORT_SYMBOL(mmc_retune_unpause);
|
|
|
|
|
2021-06-24 23:16:15 +08:00
|
|
|
/**
|
|
|
|
* mmc_retune_disable() - exit a transfer mode that requires retuning
|
|
|
|
* @host: host which should not retune anymore
|
|
|
|
*
|
|
|
|
* It is not meant for temporarily preventing retuning!
|
|
|
|
*/
|
2015-05-07 18:10:12 +08:00
|
|
|
void mmc_retune_disable(struct mmc_host *host)
|
|
|
|
{
|
2016-05-16 20:35:24 +08:00
|
|
|
mmc_retune_unpause(host);
|
2015-05-07 18:10:12 +08:00
|
|
|
host->can_retune = 0;
|
|
|
|
del_timer_sync(&host->retune_timer);
|
2021-06-24 23:16:16 +08:00
|
|
|
mmc_retune_clear(host);
|
2015-05-07 18:10:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
void mmc_retune_timer_stop(struct mmc_host *host)
|
|
|
|
{
|
|
|
|
del_timer_sync(&host->retune_timer);
|
|
|
|
}
|
|
|
|
EXPORT_SYMBOL(mmc_retune_timer_stop);
|
|
|
|
|
|
|
|
void mmc_retune_hold(struct mmc_host *host)
|
|
|
|
{
|
|
|
|
if (!host->hold_retune)
|
|
|
|
host->retune_now = 1;
|
|
|
|
host->hold_retune += 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
void mmc_retune_release(struct mmc_host *host)
|
|
|
|
{
|
|
|
|
if (host->hold_retune)
|
|
|
|
host->hold_retune -= 1;
|
|
|
|
else
|
|
|
|
WARN_ON(1);
|
|
|
|
}
|
2017-09-22 20:36:59 +08:00
|
|
|
EXPORT_SYMBOL(mmc_retune_release);
|
2015-05-07 18:10:12 +08:00
|
|
|
|
|
|
|
int mmc_retune(struct mmc_host *host)
|
|
|
|
{
|
2015-05-07 18:10:20 +08:00
|
|
|
bool return_to_hs400 = false;
|
2015-05-07 18:10:12 +08:00
|
|
|
int err;
|
|
|
|
|
|
|
|
if (host->retune_now)
|
|
|
|
host->retune_now = 0;
|
|
|
|
else
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
if (!host->need_retune || host->doing_retune || !host->card)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
host->need_retune = 0;
|
|
|
|
|
|
|
|
host->doing_retune = 1;
|
|
|
|
|
2015-05-07 18:10:20 +08:00
|
|
|
if (host->ios.timing == MMC_TIMING_MMC_HS400) {
|
|
|
|
err = mmc_hs400_to_hs200(host->card);
|
|
|
|
if (err)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
return_to_hs400 = true;
|
|
|
|
}
|
|
|
|
|
2015-05-07 18:10:12 +08:00
|
|
|
err = mmc_execute_tuning(host->card);
|
2015-05-07 18:10:20 +08:00
|
|
|
if (err)
|
|
|
|
goto out;
|
2015-05-07 18:10:12 +08:00
|
|
|
|
2015-05-07 18:10:20 +08:00
|
|
|
if (return_to_hs400)
|
|
|
|
err = mmc_hs200_to_hs400(host->card);
|
|
|
|
out:
|
2015-05-07 18:10:12 +08:00
|
|
|
host->doing_retune = 0;
|
|
|
|
|
|
|
|
return err;
|
|
|
|
}
|
|
|
|
|
treewide: setup_timer() -> timer_setup()
This converts all remaining cases of the old setup_timer() API into using
timer_setup(), where the callback argument is the structure already
holding the struct timer_list. These should have no behavioral changes,
since they just change which pointer is passed into the callback with
the same available pointers after conversion. It handles the following
examples, in addition to some other variations.
Casting from unsigned long:
void my_callback(unsigned long data)
{
struct something *ptr = (struct something *)data;
...
}
...
setup_timer(&ptr->my_timer, my_callback, ptr);
and forced object casts:
void my_callback(struct something *ptr)
{
...
}
...
setup_timer(&ptr->my_timer, my_callback, (unsigned long)ptr);
become:
void my_callback(struct timer_list *t)
{
struct something *ptr = from_timer(ptr, t, my_timer);
...
}
...
timer_setup(&ptr->my_timer, my_callback, 0);
Direct function assignments:
void my_callback(unsigned long data)
{
struct something *ptr = (struct something *)data;
...
}
...
ptr->my_timer.function = my_callback;
have a temporary cast added, along with converting the args:
void my_callback(struct timer_list *t)
{
struct something *ptr = from_timer(ptr, t, my_timer);
...
}
...
ptr->my_timer.function = (TIMER_FUNC_TYPE)my_callback;
And finally, callbacks without a data assignment:
void my_callback(unsigned long data)
{
...
}
...
setup_timer(&ptr->my_timer, my_callback, 0);
have their argument renamed to verify they're unused during conversion:
void my_callback(struct timer_list *unused)
{
...
}
...
timer_setup(&ptr->my_timer, my_callback, 0);
The conversion is done with the following Coccinelle script:
spatch --very-quiet --all-includes --include-headers \
-I ./arch/x86/include -I ./arch/x86/include/generated \
-I ./include -I ./arch/x86/include/uapi \
-I ./arch/x86/include/generated/uapi -I ./include/uapi \
-I ./include/generated/uapi --include ./include/linux/kconfig.h \
--dir . \
--cocci-file ~/src/data/timer_setup.cocci
@fix_address_of@
expression e;
@@
setup_timer(
-&(e)
+&e
, ...)
// Update any raw setup_timer() usages that have a NULL callback, but
// would otherwise match change_timer_function_usage, since the latter
// will update all function assignments done in the face of a NULL
// function initialization in setup_timer().
@change_timer_function_usage_NULL@
expression _E;
identifier _timer;
type _cast_data;
@@
(
-setup_timer(&_E->_timer, NULL, _E);
+timer_setup(&_E->_timer, NULL, 0);
|
-setup_timer(&_E->_timer, NULL, (_cast_data)_E);
+timer_setup(&_E->_timer, NULL, 0);
|
-setup_timer(&_E._timer, NULL, &_E);
+timer_setup(&_E._timer, NULL, 0);
|
-setup_timer(&_E._timer, NULL, (_cast_data)&_E);
+timer_setup(&_E._timer, NULL, 0);
)
@change_timer_function_usage@
expression _E;
identifier _timer;
struct timer_list _stl;
identifier _callback;
type _cast_func, _cast_data;
@@
(
-setup_timer(&_E->_timer, _callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, &_callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, _callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, &_callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)_callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)&_callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)_callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)&_callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, &_callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, &_callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)_callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)_callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)&_callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)&_callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
_E->_timer@_stl.function = _callback;
|
_E->_timer@_stl.function = &_callback;
|
_E->_timer@_stl.function = (_cast_func)_callback;
|
_E->_timer@_stl.function = (_cast_func)&_callback;
|
_E._timer@_stl.function = _callback;
|
_E._timer@_stl.function = &_callback;
|
_E._timer@_stl.function = (_cast_func)_callback;
|
_E._timer@_stl.function = (_cast_func)&_callback;
)
// callback(unsigned long arg)
@change_callback_handle_cast
depends on change_timer_function_usage@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _origtype;
identifier _origarg;
type _handletype;
identifier _handle;
@@
void _callback(
-_origtype _origarg
+struct timer_list *t
)
{
(
... when != _origarg
_handletype *_handle =
-(_handletype *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
|
... when != _origarg
_handletype *_handle =
-(void *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
|
... when != _origarg
_handletype *_handle;
... when != _handle
_handle =
-(_handletype *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
|
... when != _origarg
_handletype *_handle;
... when != _handle
_handle =
-(void *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
)
}
// callback(unsigned long arg) without existing variable
@change_callback_handle_cast_no_arg
depends on change_timer_function_usage &&
!change_callback_handle_cast@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _origtype;
identifier _origarg;
type _handletype;
@@
void _callback(
-_origtype _origarg
+struct timer_list *t
)
{
+ _handletype *_origarg = from_timer(_origarg, t, _timer);
+
... when != _origarg
- (_handletype *)_origarg
+ _origarg
... when != _origarg
}
// Avoid already converted callbacks.
@match_callback_converted
depends on change_timer_function_usage &&
!change_callback_handle_cast &&
!change_callback_handle_cast_no_arg@
identifier change_timer_function_usage._callback;
identifier t;
@@
void _callback(struct timer_list *t)
{ ... }
// callback(struct something *handle)
@change_callback_handle_arg
depends on change_timer_function_usage &&
!match_callback_converted &&
!change_callback_handle_cast &&
!change_callback_handle_cast_no_arg@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _handletype;
identifier _handle;
@@
void _callback(
-_handletype *_handle
+struct timer_list *t
)
{
+ _handletype *_handle = from_timer(_handle, t, _timer);
...
}
// If change_callback_handle_arg ran on an empty function, remove
// the added handler.
@unchange_callback_handle_arg
depends on change_timer_function_usage &&
change_callback_handle_arg@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _handletype;
identifier _handle;
identifier t;
@@
void _callback(struct timer_list *t)
{
- _handletype *_handle = from_timer(_handle, t, _timer);
}
// We only want to refactor the setup_timer() data argument if we've found
// the matching callback. This undoes changes in change_timer_function_usage.
@unchange_timer_function_usage
depends on change_timer_function_usage &&
!change_callback_handle_cast &&
!change_callback_handle_cast_no_arg &&
!change_callback_handle_arg@
expression change_timer_function_usage._E;
identifier change_timer_function_usage._timer;
identifier change_timer_function_usage._callback;
type change_timer_function_usage._cast_data;
@@
(
-timer_setup(&_E->_timer, _callback, 0);
+setup_timer(&_E->_timer, _callback, (_cast_data)_E);
|
-timer_setup(&_E._timer, _callback, 0);
+setup_timer(&_E._timer, _callback, (_cast_data)&_E);
)
// If we fixed a callback from a .function assignment, fix the
// assignment cast now.
@change_timer_function_assignment
depends on change_timer_function_usage &&
(change_callback_handle_cast ||
change_callback_handle_cast_no_arg ||
change_callback_handle_arg)@
expression change_timer_function_usage._E;
identifier change_timer_function_usage._timer;
identifier change_timer_function_usage._callback;
type _cast_func;
typedef TIMER_FUNC_TYPE;
@@
(
_E->_timer.function =
-_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E->_timer.function =
-&_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E->_timer.function =
-(_cast_func)_callback;
+(TIMER_FUNC_TYPE)_callback
;
|
_E->_timer.function =
-(_cast_func)&_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-&_callback;
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-(_cast_func)_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-(_cast_func)&_callback
+(TIMER_FUNC_TYPE)_callback
;
)
// Sometimes timer functions are called directly. Replace matched args.
@change_timer_function_calls
depends on change_timer_function_usage &&
(change_callback_handle_cast ||
change_callback_handle_cast_no_arg ||
change_callback_handle_arg)@
expression _E;
identifier change_timer_function_usage._timer;
identifier change_timer_function_usage._callback;
type _cast_data;
@@
_callback(
(
-(_cast_data)_E
+&_E->_timer
|
-(_cast_data)&_E
+&_E._timer
|
-_E
+&_E->_timer
)
)
// If a timer has been configured without a data argument, it can be
// converted without regard to the callback argument, since it is unused.
@match_timer_function_unused_data@
expression _E;
identifier _timer;
identifier _callback;
@@
(
-setup_timer(&_E->_timer, _callback, 0);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, _callback, 0L);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, _callback, 0UL);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, 0);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, 0L);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, 0UL);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_timer, _callback, 0);
+timer_setup(&_timer, _callback, 0);
|
-setup_timer(&_timer, _callback, 0L);
+timer_setup(&_timer, _callback, 0);
|
-setup_timer(&_timer, _callback, 0UL);
+timer_setup(&_timer, _callback, 0);
|
-setup_timer(_timer, _callback, 0);
+timer_setup(_timer, _callback, 0);
|
-setup_timer(_timer, _callback, 0L);
+timer_setup(_timer, _callback, 0);
|
-setup_timer(_timer, _callback, 0UL);
+timer_setup(_timer, _callback, 0);
)
@change_callback_unused_data
depends on match_timer_function_unused_data@
identifier match_timer_function_unused_data._callback;
type _origtype;
identifier _origarg;
@@
void _callback(
-_origtype _origarg
+struct timer_list *unused
)
{
... when != _origarg
}
Signed-off-by: Kees Cook <keescook@chromium.org>
2017-10-17 05:43:17 +08:00
|
|
|
static void mmc_retune_timer(struct timer_list *t)
|
2015-05-07 18:10:12 +08:00
|
|
|
{
|
treewide: setup_timer() -> timer_setup()
This converts all remaining cases of the old setup_timer() API into using
timer_setup(), where the callback argument is the structure already
holding the struct timer_list. These should have no behavioral changes,
since they just change which pointer is passed into the callback with
the same available pointers after conversion. It handles the following
examples, in addition to some other variations.
Casting from unsigned long:
void my_callback(unsigned long data)
{
struct something *ptr = (struct something *)data;
...
}
...
setup_timer(&ptr->my_timer, my_callback, ptr);
and forced object casts:
void my_callback(struct something *ptr)
{
...
}
...
setup_timer(&ptr->my_timer, my_callback, (unsigned long)ptr);
become:
void my_callback(struct timer_list *t)
{
struct something *ptr = from_timer(ptr, t, my_timer);
...
}
...
timer_setup(&ptr->my_timer, my_callback, 0);
Direct function assignments:
void my_callback(unsigned long data)
{
struct something *ptr = (struct something *)data;
...
}
...
ptr->my_timer.function = my_callback;
have a temporary cast added, along with converting the args:
void my_callback(struct timer_list *t)
{
struct something *ptr = from_timer(ptr, t, my_timer);
...
}
...
ptr->my_timer.function = (TIMER_FUNC_TYPE)my_callback;
And finally, callbacks without a data assignment:
void my_callback(unsigned long data)
{
...
}
...
setup_timer(&ptr->my_timer, my_callback, 0);
have their argument renamed to verify they're unused during conversion:
void my_callback(struct timer_list *unused)
{
...
}
...
timer_setup(&ptr->my_timer, my_callback, 0);
The conversion is done with the following Coccinelle script:
spatch --very-quiet --all-includes --include-headers \
-I ./arch/x86/include -I ./arch/x86/include/generated \
-I ./include -I ./arch/x86/include/uapi \
-I ./arch/x86/include/generated/uapi -I ./include/uapi \
-I ./include/generated/uapi --include ./include/linux/kconfig.h \
--dir . \
--cocci-file ~/src/data/timer_setup.cocci
@fix_address_of@
expression e;
@@
setup_timer(
-&(e)
+&e
, ...)
// Update any raw setup_timer() usages that have a NULL callback, but
// would otherwise match change_timer_function_usage, since the latter
// will update all function assignments done in the face of a NULL
// function initialization in setup_timer().
@change_timer_function_usage_NULL@
expression _E;
identifier _timer;
type _cast_data;
@@
(
-setup_timer(&_E->_timer, NULL, _E);
+timer_setup(&_E->_timer, NULL, 0);
|
-setup_timer(&_E->_timer, NULL, (_cast_data)_E);
+timer_setup(&_E->_timer, NULL, 0);
|
-setup_timer(&_E._timer, NULL, &_E);
+timer_setup(&_E._timer, NULL, 0);
|
-setup_timer(&_E._timer, NULL, (_cast_data)&_E);
+timer_setup(&_E._timer, NULL, 0);
)
@change_timer_function_usage@
expression _E;
identifier _timer;
struct timer_list _stl;
identifier _callback;
type _cast_func, _cast_data;
@@
(
-setup_timer(&_E->_timer, _callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, &_callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, _callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, &_callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)_callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)&_callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)_callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)&_callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, &_callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, &_callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)_callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)_callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)&_callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)&_callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
_E->_timer@_stl.function = _callback;
|
_E->_timer@_stl.function = &_callback;
|
_E->_timer@_stl.function = (_cast_func)_callback;
|
_E->_timer@_stl.function = (_cast_func)&_callback;
|
_E._timer@_stl.function = _callback;
|
_E._timer@_stl.function = &_callback;
|
_E._timer@_stl.function = (_cast_func)_callback;
|
_E._timer@_stl.function = (_cast_func)&_callback;
)
// callback(unsigned long arg)
@change_callback_handle_cast
depends on change_timer_function_usage@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _origtype;
identifier _origarg;
type _handletype;
identifier _handle;
@@
void _callback(
-_origtype _origarg
+struct timer_list *t
)
{
(
... when != _origarg
_handletype *_handle =
-(_handletype *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
|
... when != _origarg
_handletype *_handle =
-(void *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
|
... when != _origarg
_handletype *_handle;
... when != _handle
_handle =
-(_handletype *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
|
... when != _origarg
_handletype *_handle;
... when != _handle
_handle =
-(void *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
)
}
// callback(unsigned long arg) without existing variable
@change_callback_handle_cast_no_arg
depends on change_timer_function_usage &&
!change_callback_handle_cast@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _origtype;
identifier _origarg;
type _handletype;
@@
void _callback(
-_origtype _origarg
+struct timer_list *t
)
{
+ _handletype *_origarg = from_timer(_origarg, t, _timer);
+
... when != _origarg
- (_handletype *)_origarg
+ _origarg
... when != _origarg
}
// Avoid already converted callbacks.
@match_callback_converted
depends on change_timer_function_usage &&
!change_callback_handle_cast &&
!change_callback_handle_cast_no_arg@
identifier change_timer_function_usage._callback;
identifier t;
@@
void _callback(struct timer_list *t)
{ ... }
// callback(struct something *handle)
@change_callback_handle_arg
depends on change_timer_function_usage &&
!match_callback_converted &&
!change_callback_handle_cast &&
!change_callback_handle_cast_no_arg@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _handletype;
identifier _handle;
@@
void _callback(
-_handletype *_handle
+struct timer_list *t
)
{
+ _handletype *_handle = from_timer(_handle, t, _timer);
...
}
// If change_callback_handle_arg ran on an empty function, remove
// the added handler.
@unchange_callback_handle_arg
depends on change_timer_function_usage &&
change_callback_handle_arg@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _handletype;
identifier _handle;
identifier t;
@@
void _callback(struct timer_list *t)
{
- _handletype *_handle = from_timer(_handle, t, _timer);
}
// We only want to refactor the setup_timer() data argument if we've found
// the matching callback. This undoes changes in change_timer_function_usage.
@unchange_timer_function_usage
depends on change_timer_function_usage &&
!change_callback_handle_cast &&
!change_callback_handle_cast_no_arg &&
!change_callback_handle_arg@
expression change_timer_function_usage._E;
identifier change_timer_function_usage._timer;
identifier change_timer_function_usage._callback;
type change_timer_function_usage._cast_data;
@@
(
-timer_setup(&_E->_timer, _callback, 0);
+setup_timer(&_E->_timer, _callback, (_cast_data)_E);
|
-timer_setup(&_E._timer, _callback, 0);
+setup_timer(&_E._timer, _callback, (_cast_data)&_E);
)
// If we fixed a callback from a .function assignment, fix the
// assignment cast now.
@change_timer_function_assignment
depends on change_timer_function_usage &&
(change_callback_handle_cast ||
change_callback_handle_cast_no_arg ||
change_callback_handle_arg)@
expression change_timer_function_usage._E;
identifier change_timer_function_usage._timer;
identifier change_timer_function_usage._callback;
type _cast_func;
typedef TIMER_FUNC_TYPE;
@@
(
_E->_timer.function =
-_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E->_timer.function =
-&_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E->_timer.function =
-(_cast_func)_callback;
+(TIMER_FUNC_TYPE)_callback
;
|
_E->_timer.function =
-(_cast_func)&_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-&_callback;
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-(_cast_func)_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-(_cast_func)&_callback
+(TIMER_FUNC_TYPE)_callback
;
)
// Sometimes timer functions are called directly. Replace matched args.
@change_timer_function_calls
depends on change_timer_function_usage &&
(change_callback_handle_cast ||
change_callback_handle_cast_no_arg ||
change_callback_handle_arg)@
expression _E;
identifier change_timer_function_usage._timer;
identifier change_timer_function_usage._callback;
type _cast_data;
@@
_callback(
(
-(_cast_data)_E
+&_E->_timer
|
-(_cast_data)&_E
+&_E._timer
|
-_E
+&_E->_timer
)
)
// If a timer has been configured without a data argument, it can be
// converted without regard to the callback argument, since it is unused.
@match_timer_function_unused_data@
expression _E;
identifier _timer;
identifier _callback;
@@
(
-setup_timer(&_E->_timer, _callback, 0);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, _callback, 0L);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, _callback, 0UL);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, 0);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, 0L);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, 0UL);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_timer, _callback, 0);
+timer_setup(&_timer, _callback, 0);
|
-setup_timer(&_timer, _callback, 0L);
+timer_setup(&_timer, _callback, 0);
|
-setup_timer(&_timer, _callback, 0UL);
+timer_setup(&_timer, _callback, 0);
|
-setup_timer(_timer, _callback, 0);
+timer_setup(_timer, _callback, 0);
|
-setup_timer(_timer, _callback, 0L);
+timer_setup(_timer, _callback, 0);
|
-setup_timer(_timer, _callback, 0UL);
+timer_setup(_timer, _callback, 0);
)
@change_callback_unused_data
depends on match_timer_function_unused_data@
identifier match_timer_function_unused_data._callback;
type _origtype;
identifier _origarg;
@@
void _callback(
-_origtype _origarg
+struct timer_list *unused
)
{
... when != _origarg
}
Signed-off-by: Kees Cook <keescook@chromium.org>
2017-10-17 05:43:17 +08:00
|
|
|
struct mmc_host *host = from_timer(host, t, retune_timer);
|
2015-05-07 18:10:12 +08:00
|
|
|
|
|
|
|
mmc_retune_needed(host);
|
|
|
|
}
|
|
|
|
|
2021-01-14 11:14:28 +08:00
|
|
|
static void mmc_of_parse_timing_phase(struct device *dev, const char *prop,
|
|
|
|
struct mmc_clk_phase *phase)
|
|
|
|
{
|
|
|
|
int degrees[2] = {0};
|
|
|
|
int rc;
|
|
|
|
|
|
|
|
rc = device_property_read_u32_array(dev, prop, degrees, 2);
|
|
|
|
phase->valid = !rc;
|
|
|
|
if (phase->valid) {
|
|
|
|
phase->in_deg = degrees[0];
|
|
|
|
phase->out_deg = degrees[1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
mmc_of_parse_clk_phase(struct mmc_host *host, struct mmc_clk_phase_map *map)
|
|
|
|
{
|
|
|
|
struct device *dev = host->parent;
|
|
|
|
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-legacy",
|
|
|
|
&map->phase[MMC_TIMING_LEGACY]);
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-mmc-hs",
|
|
|
|
&map->phase[MMC_TIMING_MMC_HS]);
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-sd-hs",
|
|
|
|
&map->phase[MMC_TIMING_SD_HS]);
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-uhs-sdr12",
|
|
|
|
&map->phase[MMC_TIMING_UHS_SDR12]);
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-uhs-sdr25",
|
|
|
|
&map->phase[MMC_TIMING_UHS_SDR25]);
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-uhs-sdr50",
|
|
|
|
&map->phase[MMC_TIMING_UHS_SDR50]);
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-uhs-sdr104",
|
|
|
|
&map->phase[MMC_TIMING_UHS_SDR104]);
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-uhs-ddr50",
|
|
|
|
&map->phase[MMC_TIMING_UHS_DDR50]);
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-mmc-ddr52",
|
|
|
|
&map->phase[MMC_TIMING_MMC_DDR52]);
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-mmc-hs200",
|
|
|
|
&map->phase[MMC_TIMING_MMC_HS200]);
|
|
|
|
mmc_of_parse_timing_phase(dev, "clk-phase-mmc-hs400",
|
|
|
|
&map->phase[MMC_TIMING_MMC_HS400]);
|
|
|
|
}
|
|
|
|
EXPORT_SYMBOL(mmc_of_parse_clk_phase);
|
|
|
|
|
2013-02-16 23:21:16 +08:00
|
|
|
/**
|
2021-04-19 19:24:54 +08:00
|
|
|
* mmc_of_parse() - parse host's device properties
|
|
|
|
* @host: host whose properties should be parsed.
|
2013-02-16 23:21:16 +08:00
|
|
|
*
|
|
|
|
* To keep the rest of the MMC subsystem unaware of whether DT has been
|
|
|
|
* used to to instantiate and configure this host instance or not, we
|
|
|
|
* parse the properties and set respective generic mmc-host flags and
|
|
|
|
* parameters.
|
|
|
|
*/
|
2013-06-10 04:14:11 +08:00
|
|
|
int mmc_of_parse(struct mmc_host *host)
|
2013-02-16 23:21:16 +08:00
|
|
|
{
|
2017-05-27 05:53:21 +08:00
|
|
|
struct device *dev = host->parent;
|
2018-04-24 08:42:57 +08:00
|
|
|
u32 bus_width, drv_type, cd_debounce_delay_ms;
|
2015-08-07 06:06:48 +08:00
|
|
|
int ret;
|
2013-02-16 23:21:16 +08:00
|
|
|
|
2017-05-27 05:53:21 +08:00
|
|
|
if (!dev || !dev_fwnode(dev))
|
2013-06-10 04:14:11 +08:00
|
|
|
return 0;
|
2013-02-16 23:21:16 +08:00
|
|
|
|
|
|
|
/* "bus-width" is translated to MMC_CAP_*_BIT_DATA flags */
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_u32(dev, "bus-width", &bus_width) < 0) {
|
2013-02-16 23:21:16 +08:00
|
|
|
dev_dbg(host->parent,
|
|
|
|
"\"bus-width\" property is missing, assuming 1 bit.\n");
|
|
|
|
bus_width = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
switch (bus_width) {
|
|
|
|
case 8:
|
|
|
|
host->caps |= MMC_CAP_8_BIT_DATA;
|
2020-08-24 06:36:59 +08:00
|
|
|
fallthrough; /* Hosts capable of 8-bit can also do 4 bits */
|
2013-02-16 23:21:16 +08:00
|
|
|
case 4:
|
|
|
|
host->caps |= MMC_CAP_4_BIT_DATA;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
dev_err(host->parent,
|
2014-02-15 19:40:58 +08:00
|
|
|
"Invalid \"bus-width\" value %u!\n", bus_width);
|
2013-06-10 04:14:11 +08:00
|
|
|
return -EINVAL;
|
2013-02-16 23:21:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* f_max is obtained from the optional "max-frequency" property */
|
2017-05-27 05:53:21 +08:00
|
|
|
device_property_read_u32(dev, "max-frequency", &host->f_max);
|
2013-02-16 23:21:16 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Configure CD and WP pins. They are both by default active low to
|
|
|
|
* match the SDHCI spec. If GPIOs are provided for CD and / or WP, the
|
|
|
|
* mmc-gpio helpers are used to attach, configure and use them. If
|
|
|
|
* polarity inversion is specified in DT, one of MMC_CAP2_CD_ACTIVE_HIGH
|
|
|
|
* and MMC_CAP2_RO_ACTIVE_HIGH capability-2 flags is set. If the
|
|
|
|
* "broken-cd" property is provided, the MMC_CAP_NEEDS_POLL capability
|
|
|
|
* is set. If the "non-removable" property is found, the
|
|
|
|
* MMC_CAP_NONREMOVABLE capability is set and no card-detection
|
|
|
|
* configuration is performed.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Parse Card Detection */
|
2019-12-11 10:40:56 +08:00
|
|
|
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "non-removable")) {
|
2013-02-16 23:21:16 +08:00
|
|
|
host->caps |= MMC_CAP_NONREMOVABLE;
|
|
|
|
} else {
|
2019-12-11 10:40:56 +08:00
|
|
|
if (device_property_read_bool(dev, "cd-inverted"))
|
|
|
|
host->caps2 |= MMC_CAP2_CD_ACTIVE_HIGH;
|
2013-02-16 23:21:16 +08:00
|
|
|
|
2018-04-24 08:42:57 +08:00
|
|
|
if (device_property_read_u32(dev, "cd-debounce-delay-ms",
|
|
|
|
&cd_debounce_delay_ms))
|
|
|
|
cd_debounce_delay_ms = 200;
|
|
|
|
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "broken-cd"))
|
2013-02-16 23:21:16 +08:00
|
|
|
host->caps |= MMC_CAP_NEEDS_POLL;
|
|
|
|
|
2019-01-02 03:44:14 +08:00
|
|
|
ret = mmc_gpiod_request_cd(host, "cd", 0, false,
|
2019-12-11 10:40:56 +08:00
|
|
|
cd_debounce_delay_ms * 1000);
|
2014-12-18 17:41:44 +08:00
|
|
|
if (!ret)
|
2014-08-27 19:00:52 +08:00
|
|
|
dev_info(host->parent, "Got CD GPIO\n");
|
2015-09-14 18:18:55 +08:00
|
|
|
else if (ret != -ENOENT && ret != -ENOSYS)
|
2014-12-18 17:41:44 +08:00
|
|
|
return ret;
|
2013-02-16 23:21:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Parse Write Protection */
|
|
|
|
|
2019-12-11 10:40:55 +08:00
|
|
|
if (device_property_read_bool(dev, "wp-inverted"))
|
|
|
|
host->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH;
|
|
|
|
|
2019-12-11 10:40:56 +08:00
|
|
|
ret = mmc_gpiod_request_ro(host, "wp", 0, 0);
|
2014-12-18 17:41:44 +08:00
|
|
|
if (!ret)
|
2014-08-27 19:00:52 +08:00
|
|
|
dev_info(host->parent, "Got WP GPIO\n");
|
2015-09-14 18:18:55 +08:00
|
|
|
else if (ret != -ENOENT && ret != -ENOSYS)
|
2014-12-18 17:41:44 +08:00
|
|
|
return ret;
|
2013-02-15 23:14:01 +08:00
|
|
|
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "disable-wp"))
|
2015-05-07 02:31:20 +08:00
|
|
|
host->caps2 |= MMC_CAP2_NO_WRITE_PROTECT;
|
|
|
|
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "cap-sd-highspeed"))
|
2013-02-15 23:14:01 +08:00
|
|
|
host->caps |= MMC_CAP_SD_HIGHSPEED;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "cap-mmc-highspeed"))
|
2013-02-15 23:14:01 +08:00
|
|
|
host->caps |= MMC_CAP_MMC_HIGHSPEED;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "sd-uhs-sdr12"))
|
2014-02-14 20:27:07 +08:00
|
|
|
host->caps |= MMC_CAP_UHS_SDR12;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "sd-uhs-sdr25"))
|
2014-02-14 20:27:07 +08:00
|
|
|
host->caps |= MMC_CAP_UHS_SDR25;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "sd-uhs-sdr50"))
|
2014-02-14 20:27:07 +08:00
|
|
|
host->caps |= MMC_CAP_UHS_SDR50;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "sd-uhs-sdr104"))
|
2014-02-14 20:27:07 +08:00
|
|
|
host->caps |= MMC_CAP_UHS_SDR104;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "sd-uhs-ddr50"))
|
2014-02-14 20:27:07 +08:00
|
|
|
host->caps |= MMC_CAP_UHS_DDR50;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "cap-power-off-card"))
|
2013-02-15 23:14:01 +08:00
|
|
|
host->caps |= MMC_CAP_POWER_OFF_CARD;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "cap-mmc-hw-reset"))
|
2015-10-27 14:24:21 +08:00
|
|
|
host->caps |= MMC_CAP_HW_RESET;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "cap-sdio-irq"))
|
2013-02-15 23:14:01 +08:00
|
|
|
host->caps |= MMC_CAP_SDIO_IRQ;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "full-pwr-cycle"))
|
2013-06-10 23:03:47 +08:00
|
|
|
host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE;
|
2020-07-07 19:58:42 +08:00
|
|
|
if (device_property_read_bool(dev, "full-pwr-cycle-in-suspend"))
|
|
|
|
host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "keep-power-in-suspend"))
|
2013-02-15 23:14:01 +08:00
|
|
|
host->pm_caps |= MMC_PM_KEEP_POWER;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "wakeup-source") ||
|
|
|
|
device_property_read_bool(dev, "enable-sdio-wakeup")) /* legacy */
|
2013-02-15 23:14:01 +08:00
|
|
|
host->pm_caps |= MMC_PM_WAKE_SDIO_IRQ;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "mmc-ddr-3_3v"))
|
2017-01-25 19:45:43 +08:00
|
|
|
host->caps |= MMC_CAP_3_3V_DDR;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "mmc-ddr-1_8v"))
|
2014-02-14 20:27:08 +08:00
|
|
|
host->caps |= MMC_CAP_1_8V_DDR;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "mmc-ddr-1_2v"))
|
2014-02-14 20:27:08 +08:00
|
|
|
host->caps |= MMC_CAP_1_2V_DDR;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "mmc-hs200-1_8v"))
|
2014-02-14 20:27:09 +08:00
|
|
|
host->caps2 |= MMC_CAP2_HS200_1_8V_SDR;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "mmc-hs200-1_2v"))
|
2014-02-14 20:27:09 +08:00
|
|
|
host->caps2 |= MMC_CAP2_HS200_1_2V_SDR;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "mmc-hs400-1_8v"))
|
2014-04-23 16:15:08 +08:00
|
|
|
host->caps2 |= MMC_CAP2_HS400_1_8V | MMC_CAP2_HS200_1_8V_SDR;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "mmc-hs400-1_2v"))
|
2014-04-23 16:15:08 +08:00
|
|
|
host->caps2 |= MMC_CAP2_HS400_1_2V | MMC_CAP2_HS200_1_2V_SDR;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "mmc-hs400-enhanced-strobe"))
|
2016-05-26 09:56:12 +08:00
|
|
|
host->caps2 |= MMC_CAP2_HS400_ES;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "no-sdio"))
|
2016-07-14 16:26:04 +08:00
|
|
|
host->caps2 |= MMC_CAP2_NO_SDIO;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "no-sd"))
|
2016-07-14 16:26:04 +08:00
|
|
|
host->caps2 |= MMC_CAP2_NO_SD;
|
2017-05-27 05:53:21 +08:00
|
|
|
if (device_property_read_bool(dev, "no-mmc"))
|
2016-07-14 16:26:04 +08:00
|
|
|
host->caps2 |= MMC_CAP2_NO_MMC;
|
2021-05-11 03:04:00 +08:00
|
|
|
if (device_property_read_bool(dev, "no-mmc-hs400"))
|
|
|
|
host->caps2 &= ~(MMC_CAP2_HS400_1_8V | MMC_CAP2_HS400_1_2V |
|
|
|
|
MMC_CAP2_HS400_ES);
|
2013-06-10 04:14:11 +08:00
|
|
|
|
2017-10-15 20:46:14 +08:00
|
|
|
/* Must be after "non-removable" check */
|
|
|
|
if (device_property_read_u32(dev, "fixed-emmc-driver-type", &drv_type) == 0) {
|
|
|
|
if (host->caps & MMC_CAP_NONREMOVABLE)
|
|
|
|
host->fixed_drv_type = drv_type;
|
|
|
|
else
|
|
|
|
dev_err(host->parent,
|
|
|
|
"can't use fixed driver type, media is removable\n");
|
|
|
|
}
|
|
|
|
|
2017-05-27 05:53:21 +08:00
|
|
|
host->dsr_req = !device_property_read_u32(dev, "dsr", &host->dsr);
|
2014-08-19 16:45:51 +08:00
|
|
|
if (host->dsr_req && (host->dsr & ~0xffff)) {
|
|
|
|
dev_err(host->parent,
|
|
|
|
"device tree specified broken value for DSR: 0x%x, ignoring\n",
|
|
|
|
host->dsr);
|
|
|
|
host->dsr_req = 0;
|
|
|
|
}
|
|
|
|
|
mmc: core: add tunable delay waiting for power to be stable
The hard-coded 10ms delay in mmc_power_up came from
commit 79bccc5aefb4 ("mmc: increase power up delay"), which said "The TI
controller on Toshiba Tecra M5 needs more time to power up or the cards
will init incorrectly or not at all." But it's too engineering solution
for a special board but force all platforms to wait for that long time,
especially painful for mmc_power_up for eMMC when booting.
However, it's added since 2009, and we can't tell if other platforms
benefit from it. But in practise, the modern hardware are most likely to
have a stable power supply with 1ms after setting it for no matter PMIC
or discrete power. And more importnatly, most regulators implement the
callback of ->set_voltage_time_sel() for regulator core to wait for
specific period of time for the power supply to be stable, which means
once regulator_set_voltage_* return, the power should reach the the
minimum voltage that works for initialization. Of course, if there
are some other ways for host to power the card, we should allow them
to argue a suitable delay as well.
With this patch, we could assign the delay from firmware, or we could
assigne it via ->set_ios() callback from host drivers.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2018-05-08 09:04:20 +08:00
|
|
|
device_property_read_u32(dev, "post-power-on-delay-ms",
|
|
|
|
&host->ios.power_delay_ms);
|
|
|
|
|
2014-11-28 21:38:36 +08:00
|
|
|
return mmc_pwrseq_alloc(host);
|
2013-02-16 23:21:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
EXPORT_SYMBOL(mmc_of_parse);
|
|
|
|
|
2019-02-14 01:46:45 +08:00
|
|
|
/**
|
|
|
|
* mmc_of_parse_voltage - return mask of supported voltages
|
2021-04-19 19:24:55 +08:00
|
|
|
* @host: host whose properties should be parsed.
|
2019-02-14 01:46:45 +08:00
|
|
|
* @mask: mask of voltages available for MMC/SD/SDIO
|
|
|
|
*
|
2021-04-19 19:24:55 +08:00
|
|
|
* Parse the "voltage-ranges" property, returning zero if it is not
|
2019-02-14 01:46:45 +08:00
|
|
|
* found, negative errno if the voltage-range specification is invalid,
|
|
|
|
* or one if the voltage-range is specified and successfully parsed.
|
|
|
|
*/
|
2021-04-19 19:24:55 +08:00
|
|
|
int mmc_of_parse_voltage(struct mmc_host *host, u32 *mask)
|
2019-02-14 01:46:45 +08:00
|
|
|
{
|
2021-04-19 19:24:55 +08:00
|
|
|
const char *prop = "voltage-ranges";
|
|
|
|
struct device *dev = host->parent;
|
|
|
|
u32 *voltage_ranges;
|
2019-02-14 01:46:45 +08:00
|
|
|
int num_ranges, i;
|
2021-04-19 19:24:55 +08:00
|
|
|
int ret;
|
2019-02-14 01:46:45 +08:00
|
|
|
|
2021-04-19 19:24:55 +08:00
|
|
|
if (!device_property_present(dev, prop)) {
|
|
|
|
dev_dbg(dev, "%s unspecified\n", prop);
|
2019-02-14 01:46:45 +08:00
|
|
|
return 0;
|
|
|
|
}
|
2021-04-19 19:24:55 +08:00
|
|
|
|
|
|
|
ret = device_property_count_u32(dev, prop);
|
|
|
|
if (ret < 0)
|
|
|
|
return ret;
|
|
|
|
|
|
|
|
num_ranges = ret / 2;
|
2019-02-14 01:46:45 +08:00
|
|
|
if (!num_ranges) {
|
2021-04-19 19:24:55 +08:00
|
|
|
dev_err(dev, "%s empty\n", prop);
|
2019-02-14 01:46:45 +08:00
|
|
|
return -EINVAL;
|
|
|
|
}
|
|
|
|
|
2021-04-19 19:24:55 +08:00
|
|
|
voltage_ranges = kcalloc(2 * num_ranges, sizeof(*voltage_ranges), GFP_KERNEL);
|
|
|
|
if (!voltage_ranges)
|
|
|
|
return -ENOMEM;
|
|
|
|
|
|
|
|
ret = device_property_read_u32_array(dev, prop, voltage_ranges, 2 * num_ranges);
|
|
|
|
if (ret) {
|
|
|
|
kfree(voltage_ranges);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
2019-02-14 01:46:45 +08:00
|
|
|
for (i = 0; i < num_ranges; i++) {
|
|
|
|
const int j = i * 2;
|
|
|
|
u32 ocr_mask;
|
|
|
|
|
2021-04-19 19:24:55 +08:00
|
|
|
ocr_mask = mmc_vddrange_to_ocrmask(voltage_ranges[j + 0],
|
|
|
|
voltage_ranges[j + 1]);
|
2019-02-14 01:46:45 +08:00
|
|
|
if (!ocr_mask) {
|
2021-04-19 19:24:55 +08:00
|
|
|
dev_err(dev, "range #%d in %s is invalid\n", i, prop);
|
|
|
|
kfree(voltage_ranges);
|
2019-02-14 01:46:45 +08:00
|
|
|
return -EINVAL;
|
|
|
|
}
|
|
|
|
*mask |= ocr_mask;
|
|
|
|
}
|
|
|
|
|
2021-04-19 19:24:55 +08:00
|
|
|
kfree(voltage_ranges);
|
|
|
|
|
2019-02-14 01:46:45 +08:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
EXPORT_SYMBOL(mmc_of_parse_voltage);
|
|
|
|
|
mmc: core: Allow setting slot index via device tree alias
As with GPIO, UART and others, allow specifying the device index via the
aliases node in the device tree.
On embedded devices, there is often a combination of removable (e.g.
SD card) and non-removable MMC devices (e.g. eMMC).
Therefore the index might change depending on
* host of removable device
* removable card present or not
This makes it difficult to hardcode the root device, if it is on the
non-removable device. E.g. if SD card is present eMMC will be mmcblk1,
if SD card is not present at boot, eMMC will be mmcblk0.
Alternative solutions like PARTUUIDs do not cover the case where multiple
mmcblk devices contain the same image. This is a common issue on devices
that can boot both from eMMC (for regular boot) and SD cards (as a
temporary boot medium for development). When a firmware image is
installed to eMMC after a test boot via SD card, there will be no
reliable way to refer to a specific device using (PART)UUIDs oder
LABELs.
The demand for this feature has led to multiple attempts to implement
it, dating back at least to 2012 (see
https://www.spinics.net/lists/linux-mmc/msg26586.html for a previous
discussion from 2014).
All indices defined in the aliases node will be reserved for use by the
respective MMC device, moving the indices of devices that don't have an
alias up into the non-reserved range. If the aliases node is not found,
the driver will act as before.
This is a rebased and cleaned up version of
https://www.spinics.net/lists/linux-mmc/msg26588.html .
Based-on-patch-by: Sascha Hauer <s.hauer@pengutronix.de>
Link: https://lkml.org/lkml/2020/8/5/194
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Link: https://lore.kernel.org/r/20200901085004.2512-2-matthias.schiffer@ew.tq-group.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2020-09-01 16:50:04 +08:00
|
|
|
/**
|
|
|
|
* mmc_first_nonreserved_index() - get the first index that is not reserved
|
|
|
|
*/
|
|
|
|
static int mmc_first_nonreserved_index(void)
|
|
|
|
{
|
|
|
|
int max;
|
|
|
|
|
|
|
|
max = of_alias_get_highest_id("mmc");
|
|
|
|
if (max < 0)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
return max + 1;
|
|
|
|
}
|
|
|
|
|
2007-05-19 20:06:24 +08:00
|
|
|
/**
|
|
|
|
* mmc_alloc_host - initialise the per-host structure.
|
|
|
|
* @extra: sizeof private data structure
|
|
|
|
* @dev: pointer to host device model structure
|
|
|
|
*
|
|
|
|
* Initialise the per-host structure.
|
|
|
|
*/
|
|
|
|
struct mmc_host *mmc_alloc_host(int extra, struct device *dev)
|
|
|
|
{
|
2021-06-23 15:50:02 +08:00
|
|
|
int index;
|
2007-05-19 20:06:24 +08:00
|
|
|
struct mmc_host *host;
|
mmc: core: Allow setting slot index via device tree alias
As with GPIO, UART and others, allow specifying the device index via the
aliases node in the device tree.
On embedded devices, there is often a combination of removable (e.g.
SD card) and non-removable MMC devices (e.g. eMMC).
Therefore the index might change depending on
* host of removable device
* removable card present or not
This makes it difficult to hardcode the root device, if it is on the
non-removable device. E.g. if SD card is present eMMC will be mmcblk1,
if SD card is not present at boot, eMMC will be mmcblk0.
Alternative solutions like PARTUUIDs do not cover the case where multiple
mmcblk devices contain the same image. This is a common issue on devices
that can boot both from eMMC (for regular boot) and SD cards (as a
temporary boot medium for development). When a firmware image is
installed to eMMC after a test boot via SD card, there will be no
reliable way to refer to a specific device using (PART)UUIDs oder
LABELs.
The demand for this feature has led to multiple attempts to implement
it, dating back at least to 2012 (see
https://www.spinics.net/lists/linux-mmc/msg26586.html for a previous
discussion from 2014).
All indices defined in the aliases node will be reserved for use by the
respective MMC device, moving the indices of devices that don't have an
alias up into the non-reserved range. If the aliases node is not found,
the driver will act as before.
This is a rebased and cleaned up version of
https://www.spinics.net/lists/linux-mmc/msg26588.html .
Based-on-patch-by: Sascha Hauer <s.hauer@pengutronix.de>
Link: https://lkml.org/lkml/2020/8/5/194
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Link: https://lore.kernel.org/r/20200901085004.2512-2-matthias.schiffer@ew.tq-group.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2020-09-01 16:50:04 +08:00
|
|
|
int alias_id, min_idx, max_idx;
|
2007-05-19 20:06:24 +08:00
|
|
|
|
2007-08-11 05:00:50 +08:00
|
|
|
host = kzalloc(sizeof(struct mmc_host) + extra, GFP_KERNEL);
|
2007-05-19 20:06:24 +08:00
|
|
|
if (!host)
|
|
|
|
return NULL;
|
|
|
|
|
2012-06-14 16:17:39 +08:00
|
|
|
/* scanning will be enabled when we're ready */
|
|
|
|
host->rescan_disable = 1;
|
2016-04-07 17:40:59 +08:00
|
|
|
|
mmc: core: Allow setting slot index via device tree alias
As with GPIO, UART and others, allow specifying the device index via the
aliases node in the device tree.
On embedded devices, there is often a combination of removable (e.g.
SD card) and non-removable MMC devices (e.g. eMMC).
Therefore the index might change depending on
* host of removable device
* removable card present or not
This makes it difficult to hardcode the root device, if it is on the
non-removable device. E.g. if SD card is present eMMC will be mmcblk1,
if SD card is not present at boot, eMMC will be mmcblk0.
Alternative solutions like PARTUUIDs do not cover the case where multiple
mmcblk devices contain the same image. This is a common issue on devices
that can boot both from eMMC (for regular boot) and SD cards (as a
temporary boot medium for development). When a firmware image is
installed to eMMC after a test boot via SD card, there will be no
reliable way to refer to a specific device using (PART)UUIDs oder
LABELs.
The demand for this feature has led to multiple attempts to implement
it, dating back at least to 2012 (see
https://www.spinics.net/lists/linux-mmc/msg26586.html for a previous
discussion from 2014).
All indices defined in the aliases node will be reserved for use by the
respective MMC device, moving the indices of devices that don't have an
alias up into the non-reserved range. If the aliases node is not found,
the driver will act as before.
This is a rebased and cleaned up version of
https://www.spinics.net/lists/linux-mmc/msg26588.html .
Based-on-patch-by: Sascha Hauer <s.hauer@pengutronix.de>
Link: https://lkml.org/lkml/2020/8/5/194
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Link: https://lore.kernel.org/r/20200901085004.2512-2-matthias.schiffer@ew.tq-group.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2020-09-01 16:50:04 +08:00
|
|
|
alias_id = of_alias_get_id(dev->of_node, "mmc");
|
|
|
|
if (alias_id >= 0) {
|
2021-06-23 15:50:02 +08:00
|
|
|
index = alias_id;
|
mmc: core: Allow setting slot index via device tree alias
As with GPIO, UART and others, allow specifying the device index via the
aliases node in the device tree.
On embedded devices, there is often a combination of removable (e.g.
SD card) and non-removable MMC devices (e.g. eMMC).
Therefore the index might change depending on
* host of removable device
* removable card present or not
This makes it difficult to hardcode the root device, if it is on the
non-removable device. E.g. if SD card is present eMMC will be mmcblk1,
if SD card is not present at boot, eMMC will be mmcblk0.
Alternative solutions like PARTUUIDs do not cover the case where multiple
mmcblk devices contain the same image. This is a common issue on devices
that can boot both from eMMC (for regular boot) and SD cards (as a
temporary boot medium for development). When a firmware image is
installed to eMMC after a test boot via SD card, there will be no
reliable way to refer to a specific device using (PART)UUIDs oder
LABELs.
The demand for this feature has led to multiple attempts to implement
it, dating back at least to 2012 (see
https://www.spinics.net/lists/linux-mmc/msg26586.html for a previous
discussion from 2014).
All indices defined in the aliases node will be reserved for use by the
respective MMC device, moving the indices of devices that don't have an
alias up into the non-reserved range. If the aliases node is not found,
the driver will act as before.
This is a rebased and cleaned up version of
https://www.spinics.net/lists/linux-mmc/msg26588.html .
Based-on-patch-by: Sascha Hauer <s.hauer@pengutronix.de>
Link: https://lkml.org/lkml/2020/8/5/194
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Link: https://lore.kernel.org/r/20200901085004.2512-2-matthias.schiffer@ew.tq-group.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2020-09-01 16:50:04 +08:00
|
|
|
} else {
|
|
|
|
min_idx = mmc_first_nonreserved_index();
|
|
|
|
max_idx = 0;
|
|
|
|
|
2021-06-23 15:50:02 +08:00
|
|
|
index = ida_simple_get(&mmc_host_ida, min_idx, max_idx, GFP_KERNEL);
|
|
|
|
if (index < 0) {
|
|
|
|
kfree(host);
|
|
|
|
return NULL;
|
|
|
|
}
|
2016-04-07 17:40:59 +08:00
|
|
|
}
|
|
|
|
|
2021-06-23 15:50:02 +08:00
|
|
|
host->index = index;
|
2008-03-09 06:43:19 +08:00
|
|
|
|
2008-11-09 04:37:46 +08:00
|
|
|
dev_set_name(&host->class_dev, "mmc%d", host->index);
|
2020-05-29 18:23:41 +08:00
|
|
|
host->ws = wakeup_source_register(NULL, dev_name(&host->class_dev));
|
2008-03-09 06:43:19 +08:00
|
|
|
|
2007-05-19 20:06:24 +08:00
|
|
|
host->parent = dev;
|
|
|
|
host->class_dev.parent = dev;
|
|
|
|
host->class_dev.class = &mmc_host_class;
|
|
|
|
device_initialize(&host->class_dev);
|
2016-01-22 11:32:18 +08:00
|
|
|
device_enable_async_suspend(&host->class_dev);
|
2007-05-19 20:06:24 +08:00
|
|
|
|
2014-12-18 22:44:36 +08:00
|
|
|
if (mmc_gpio_alloc(host)) {
|
|
|
|
put_device(&host->class_dev);
|
|
|
|
return NULL;
|
|
|
|
}
|
2010-11-09 10:36:50 +08:00
|
|
|
|
2007-05-19 20:06:24 +08:00
|
|
|
spin_lock_init(&host->lock);
|
|
|
|
init_waitqueue_head(&host->wq);
|
|
|
|
INIT_DELAYED_WORK(&host->detect, mmc_rescan);
|
mmc: sdio: Add API to manage SDIO IRQs from a workqueue
For hosts not supporting MMC_CAP2_SDIO_IRQ_NOTHREAD but MMC_CAP_SDIO_IRQ,
the SDIO IRQs are processed from a dedicated kernel thread. For these
cases, the host calls mmc_signal_sdio_irq() from its ISR to signal a new
SDIO IRQ.
Signaling an SDIO IRQ makes the host's ->enable_sdio_irq() callback to be
invoked to temporary disable the IRQs, before the kernel thread is woken up
to process it. When processing of the IRQs are completed, they are
re-enabled by the kernel thread, again via invoking the host's
->enable_sdio_irq().
The observation from this, is that the execution path is being unnecessary
complex, as the host driver already knows that it needs to temporary
disable the IRQs before signaling a new one. Moreover, replacing the kernel
thread with a work/workqueue would not only greatly simplify the code, but
also make it more robust.
To address the above problems, let's continue to build upon the support for
MMC_CAP2_SDIO_IRQ_NOTHREAD, as it already implements SDIO IRQs to be
processed without using the clumsy kernel thread and without the ping-pong
calls of the host's ->enable_sdio_irq() callback for each processed IRQ.
Therefore, let's add new API sdio_signal_irq(), which enables hosts to
signal/process SDIO IRQs by using a work/workqueue, rather than using the
kernel thread.
Add also a new host callback ->ack_sdio_irq(), which the work invokes when
the SDIO IRQs have been processed. This informs the host about when it
shall re-enable the SDIO IRQs. Potentially, we could re-use the existing
->enable_sdio_irq() callback instead of adding a new one, however it has
turned out that it's more convenient for hosts to get this information via
a separate callback.
Hosts that wants to use this new method to signal/process SDIO IRQs, must
enable MMC_CAP2_SDIO_IRQ_NOTHREAD and implement the ->ack_sdio_irq()
callback.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tested-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
2017-04-13 22:48:11 +08:00
|
|
|
INIT_DELAYED_WORK(&host->sdio_irq_work, sdio_irq_work);
|
treewide: setup_timer() -> timer_setup()
This converts all remaining cases of the old setup_timer() API into using
timer_setup(), where the callback argument is the structure already
holding the struct timer_list. These should have no behavioral changes,
since they just change which pointer is passed into the callback with
the same available pointers after conversion. It handles the following
examples, in addition to some other variations.
Casting from unsigned long:
void my_callback(unsigned long data)
{
struct something *ptr = (struct something *)data;
...
}
...
setup_timer(&ptr->my_timer, my_callback, ptr);
and forced object casts:
void my_callback(struct something *ptr)
{
...
}
...
setup_timer(&ptr->my_timer, my_callback, (unsigned long)ptr);
become:
void my_callback(struct timer_list *t)
{
struct something *ptr = from_timer(ptr, t, my_timer);
...
}
...
timer_setup(&ptr->my_timer, my_callback, 0);
Direct function assignments:
void my_callback(unsigned long data)
{
struct something *ptr = (struct something *)data;
...
}
...
ptr->my_timer.function = my_callback;
have a temporary cast added, along with converting the args:
void my_callback(struct timer_list *t)
{
struct something *ptr = from_timer(ptr, t, my_timer);
...
}
...
ptr->my_timer.function = (TIMER_FUNC_TYPE)my_callback;
And finally, callbacks without a data assignment:
void my_callback(unsigned long data)
{
...
}
...
setup_timer(&ptr->my_timer, my_callback, 0);
have their argument renamed to verify they're unused during conversion:
void my_callback(struct timer_list *unused)
{
...
}
...
timer_setup(&ptr->my_timer, my_callback, 0);
The conversion is done with the following Coccinelle script:
spatch --very-quiet --all-includes --include-headers \
-I ./arch/x86/include -I ./arch/x86/include/generated \
-I ./include -I ./arch/x86/include/uapi \
-I ./arch/x86/include/generated/uapi -I ./include/uapi \
-I ./include/generated/uapi --include ./include/linux/kconfig.h \
--dir . \
--cocci-file ~/src/data/timer_setup.cocci
@fix_address_of@
expression e;
@@
setup_timer(
-&(e)
+&e
, ...)
// Update any raw setup_timer() usages that have a NULL callback, but
// would otherwise match change_timer_function_usage, since the latter
// will update all function assignments done in the face of a NULL
// function initialization in setup_timer().
@change_timer_function_usage_NULL@
expression _E;
identifier _timer;
type _cast_data;
@@
(
-setup_timer(&_E->_timer, NULL, _E);
+timer_setup(&_E->_timer, NULL, 0);
|
-setup_timer(&_E->_timer, NULL, (_cast_data)_E);
+timer_setup(&_E->_timer, NULL, 0);
|
-setup_timer(&_E._timer, NULL, &_E);
+timer_setup(&_E._timer, NULL, 0);
|
-setup_timer(&_E._timer, NULL, (_cast_data)&_E);
+timer_setup(&_E._timer, NULL, 0);
)
@change_timer_function_usage@
expression _E;
identifier _timer;
struct timer_list _stl;
identifier _callback;
type _cast_func, _cast_data;
@@
(
-setup_timer(&_E->_timer, _callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, &_callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, _callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, &_callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)_callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)&_callback, _E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)_callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, (_cast_func)&_callback, (_cast_data)_E);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, &_callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, &_callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)_callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)_callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)&_callback, (_cast_data)_E);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, (_cast_func)&_callback, (_cast_data)&_E);
+timer_setup(&_E._timer, _callback, 0);
|
_E->_timer@_stl.function = _callback;
|
_E->_timer@_stl.function = &_callback;
|
_E->_timer@_stl.function = (_cast_func)_callback;
|
_E->_timer@_stl.function = (_cast_func)&_callback;
|
_E._timer@_stl.function = _callback;
|
_E._timer@_stl.function = &_callback;
|
_E._timer@_stl.function = (_cast_func)_callback;
|
_E._timer@_stl.function = (_cast_func)&_callback;
)
// callback(unsigned long arg)
@change_callback_handle_cast
depends on change_timer_function_usage@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _origtype;
identifier _origarg;
type _handletype;
identifier _handle;
@@
void _callback(
-_origtype _origarg
+struct timer_list *t
)
{
(
... when != _origarg
_handletype *_handle =
-(_handletype *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
|
... when != _origarg
_handletype *_handle =
-(void *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
|
... when != _origarg
_handletype *_handle;
... when != _handle
_handle =
-(_handletype *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
|
... when != _origarg
_handletype *_handle;
... when != _handle
_handle =
-(void *)_origarg;
+from_timer(_handle, t, _timer);
... when != _origarg
)
}
// callback(unsigned long arg) without existing variable
@change_callback_handle_cast_no_arg
depends on change_timer_function_usage &&
!change_callback_handle_cast@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _origtype;
identifier _origarg;
type _handletype;
@@
void _callback(
-_origtype _origarg
+struct timer_list *t
)
{
+ _handletype *_origarg = from_timer(_origarg, t, _timer);
+
... when != _origarg
- (_handletype *)_origarg
+ _origarg
... when != _origarg
}
// Avoid already converted callbacks.
@match_callback_converted
depends on change_timer_function_usage &&
!change_callback_handle_cast &&
!change_callback_handle_cast_no_arg@
identifier change_timer_function_usage._callback;
identifier t;
@@
void _callback(struct timer_list *t)
{ ... }
// callback(struct something *handle)
@change_callback_handle_arg
depends on change_timer_function_usage &&
!match_callback_converted &&
!change_callback_handle_cast &&
!change_callback_handle_cast_no_arg@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _handletype;
identifier _handle;
@@
void _callback(
-_handletype *_handle
+struct timer_list *t
)
{
+ _handletype *_handle = from_timer(_handle, t, _timer);
...
}
// If change_callback_handle_arg ran on an empty function, remove
// the added handler.
@unchange_callback_handle_arg
depends on change_timer_function_usage &&
change_callback_handle_arg@
identifier change_timer_function_usage._callback;
identifier change_timer_function_usage._timer;
type _handletype;
identifier _handle;
identifier t;
@@
void _callback(struct timer_list *t)
{
- _handletype *_handle = from_timer(_handle, t, _timer);
}
// We only want to refactor the setup_timer() data argument if we've found
// the matching callback. This undoes changes in change_timer_function_usage.
@unchange_timer_function_usage
depends on change_timer_function_usage &&
!change_callback_handle_cast &&
!change_callback_handle_cast_no_arg &&
!change_callback_handle_arg@
expression change_timer_function_usage._E;
identifier change_timer_function_usage._timer;
identifier change_timer_function_usage._callback;
type change_timer_function_usage._cast_data;
@@
(
-timer_setup(&_E->_timer, _callback, 0);
+setup_timer(&_E->_timer, _callback, (_cast_data)_E);
|
-timer_setup(&_E._timer, _callback, 0);
+setup_timer(&_E._timer, _callback, (_cast_data)&_E);
)
// If we fixed a callback from a .function assignment, fix the
// assignment cast now.
@change_timer_function_assignment
depends on change_timer_function_usage &&
(change_callback_handle_cast ||
change_callback_handle_cast_no_arg ||
change_callback_handle_arg)@
expression change_timer_function_usage._E;
identifier change_timer_function_usage._timer;
identifier change_timer_function_usage._callback;
type _cast_func;
typedef TIMER_FUNC_TYPE;
@@
(
_E->_timer.function =
-_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E->_timer.function =
-&_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E->_timer.function =
-(_cast_func)_callback;
+(TIMER_FUNC_TYPE)_callback
;
|
_E->_timer.function =
-(_cast_func)&_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-&_callback;
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-(_cast_func)_callback
+(TIMER_FUNC_TYPE)_callback
;
|
_E._timer.function =
-(_cast_func)&_callback
+(TIMER_FUNC_TYPE)_callback
;
)
// Sometimes timer functions are called directly. Replace matched args.
@change_timer_function_calls
depends on change_timer_function_usage &&
(change_callback_handle_cast ||
change_callback_handle_cast_no_arg ||
change_callback_handle_arg)@
expression _E;
identifier change_timer_function_usage._timer;
identifier change_timer_function_usage._callback;
type _cast_data;
@@
_callback(
(
-(_cast_data)_E
+&_E->_timer
|
-(_cast_data)&_E
+&_E._timer
|
-_E
+&_E->_timer
)
)
// If a timer has been configured without a data argument, it can be
// converted without regard to the callback argument, since it is unused.
@match_timer_function_unused_data@
expression _E;
identifier _timer;
identifier _callback;
@@
(
-setup_timer(&_E->_timer, _callback, 0);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, _callback, 0L);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E->_timer, _callback, 0UL);
+timer_setup(&_E->_timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, 0);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, 0L);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_E._timer, _callback, 0UL);
+timer_setup(&_E._timer, _callback, 0);
|
-setup_timer(&_timer, _callback, 0);
+timer_setup(&_timer, _callback, 0);
|
-setup_timer(&_timer, _callback, 0L);
+timer_setup(&_timer, _callback, 0);
|
-setup_timer(&_timer, _callback, 0UL);
+timer_setup(&_timer, _callback, 0);
|
-setup_timer(_timer, _callback, 0);
+timer_setup(_timer, _callback, 0);
|
-setup_timer(_timer, _callback, 0L);
+timer_setup(_timer, _callback, 0);
|
-setup_timer(_timer, _callback, 0UL);
+timer_setup(_timer, _callback, 0);
)
@change_callback_unused_data
depends on match_timer_function_unused_data@
identifier match_timer_function_unused_data._callback;
type _origtype;
identifier _origarg;
@@
void _callback(
-_origtype _origarg
+struct timer_list *unused
)
{
... when != _origarg
}
Signed-off-by: Kees Cook <keescook@chromium.org>
2017-10-17 05:43:17 +08:00
|
|
|
timer_setup(&host->retune_timer, mmc_retune_timer, 0);
|
2007-05-19 20:06:24 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* By default, hosts do not support SGIO or large requests.
|
|
|
|
* They have to set these according to their abilities.
|
|
|
|
*/
|
2010-09-10 13:33:59 +08:00
|
|
|
host->max_segs = 1;
|
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
PAGE_CACHE_{SIZE,SHIFT,MASK,ALIGN} macros were introduced *long* time
ago with promise that one day it will be possible to implement page
cache with bigger chunks than PAGE_SIZE.
This promise never materialized. And unlikely will.
We have many places where PAGE_CACHE_SIZE assumed to be equal to
PAGE_SIZE. And it's constant source of confusion on whether
PAGE_CACHE_* or PAGE_* constant should be used in a particular case,
especially on the border between fs and mm.
Global switching to PAGE_CACHE_SIZE != PAGE_SIZE would cause to much
breakage to be doable.
Let's stop pretending that pages in page cache are special. They are
not.
The changes are pretty straight-forward:
- <foo> << (PAGE_CACHE_SHIFT - PAGE_SHIFT) -> <foo>;
- <foo> >> (PAGE_CACHE_SHIFT - PAGE_SHIFT) -> <foo>;
- PAGE_CACHE_{SIZE,SHIFT,MASK,ALIGN} -> PAGE_{SIZE,SHIFT,MASK,ALIGN};
- page_cache_get() -> get_page();
- page_cache_release() -> put_page();
This patch contains automated changes generated with coccinelle using
script below. For some reason, coccinelle doesn't patch header files.
I've called spatch for them manually.
The only adjustment after coccinelle is revert of changes to
PAGE_CAHCE_ALIGN definition: we are going to drop it later.
There are few places in the code where coccinelle didn't reach. I'll
fix them manually in a separate patch. Comments and documentation also
will be addressed with the separate patch.
virtual patch
@@
expression E;
@@
- E << (PAGE_CACHE_SHIFT - PAGE_SHIFT)
+ E
@@
expression E;
@@
- E >> (PAGE_CACHE_SHIFT - PAGE_SHIFT)
+ E
@@
@@
- PAGE_CACHE_SHIFT
+ PAGE_SHIFT
@@
@@
- PAGE_CACHE_SIZE
+ PAGE_SIZE
@@
@@
- PAGE_CACHE_MASK
+ PAGE_MASK
@@
expression E;
@@
- PAGE_CACHE_ALIGN(E)
+ PAGE_ALIGN(E)
@@
expression E;
@@
- page_cache_get(E)
+ get_page(E)
@@
expression E;
@@
- page_cache_release(E)
+ put_page(E)
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-04-01 20:29:47 +08:00
|
|
|
host->max_seg_size = PAGE_SIZE;
|
2007-05-19 20:06:24 +08:00
|
|
|
|
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
PAGE_CACHE_{SIZE,SHIFT,MASK,ALIGN} macros were introduced *long* time
ago with promise that one day it will be possible to implement page
cache with bigger chunks than PAGE_SIZE.
This promise never materialized. And unlikely will.
We have many places where PAGE_CACHE_SIZE assumed to be equal to
PAGE_SIZE. And it's constant source of confusion on whether
PAGE_CACHE_* or PAGE_* constant should be used in a particular case,
especially on the border between fs and mm.
Global switching to PAGE_CACHE_SIZE != PAGE_SIZE would cause to much
breakage to be doable.
Let's stop pretending that pages in page cache are special. They are
not.
The changes are pretty straight-forward:
- <foo> << (PAGE_CACHE_SHIFT - PAGE_SHIFT) -> <foo>;
- <foo> >> (PAGE_CACHE_SHIFT - PAGE_SHIFT) -> <foo>;
- PAGE_CACHE_{SIZE,SHIFT,MASK,ALIGN} -> PAGE_{SIZE,SHIFT,MASK,ALIGN};
- page_cache_get() -> get_page();
- page_cache_release() -> put_page();
This patch contains automated changes generated with coccinelle using
script below. For some reason, coccinelle doesn't patch header files.
I've called spatch for them manually.
The only adjustment after coccinelle is revert of changes to
PAGE_CAHCE_ALIGN definition: we are going to drop it later.
There are few places in the code where coccinelle didn't reach. I'll
fix them manually in a separate patch. Comments and documentation also
will be addressed with the separate patch.
virtual patch
@@
expression E;
@@
- E << (PAGE_CACHE_SHIFT - PAGE_SHIFT)
+ E
@@
expression E;
@@
- E >> (PAGE_CACHE_SHIFT - PAGE_SHIFT)
+ E
@@
@@
- PAGE_CACHE_SHIFT
+ PAGE_SHIFT
@@
@@
- PAGE_CACHE_SIZE
+ PAGE_SIZE
@@
@@
- PAGE_CACHE_MASK
+ PAGE_MASK
@@
expression E;
@@
- PAGE_CACHE_ALIGN(E)
+ PAGE_ALIGN(E)
@@
expression E;
@@
- page_cache_get(E)
+ get_page(E)
@@
expression E;
@@
- page_cache_release(E)
+ put_page(E)
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-04-01 20:29:47 +08:00
|
|
|
host->max_req_size = PAGE_SIZE;
|
2007-05-19 20:06:24 +08:00
|
|
|
host->max_blk_size = 512;
|
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
PAGE_CACHE_{SIZE,SHIFT,MASK,ALIGN} macros were introduced *long* time
ago with promise that one day it will be possible to implement page
cache with bigger chunks than PAGE_SIZE.
This promise never materialized. And unlikely will.
We have many places where PAGE_CACHE_SIZE assumed to be equal to
PAGE_SIZE. And it's constant source of confusion on whether
PAGE_CACHE_* or PAGE_* constant should be used in a particular case,
especially on the border between fs and mm.
Global switching to PAGE_CACHE_SIZE != PAGE_SIZE would cause to much
breakage to be doable.
Let's stop pretending that pages in page cache are special. They are
not.
The changes are pretty straight-forward:
- <foo> << (PAGE_CACHE_SHIFT - PAGE_SHIFT) -> <foo>;
- <foo> >> (PAGE_CACHE_SHIFT - PAGE_SHIFT) -> <foo>;
- PAGE_CACHE_{SIZE,SHIFT,MASK,ALIGN} -> PAGE_{SIZE,SHIFT,MASK,ALIGN};
- page_cache_get() -> get_page();
- page_cache_release() -> put_page();
This patch contains automated changes generated with coccinelle using
script below. For some reason, coccinelle doesn't patch header files.
I've called spatch for them manually.
The only adjustment after coccinelle is revert of changes to
PAGE_CAHCE_ALIGN definition: we are going to drop it later.
There are few places in the code where coccinelle didn't reach. I'll
fix them manually in a separate patch. Comments and documentation also
will be addressed with the separate patch.
virtual patch
@@
expression E;
@@
- E << (PAGE_CACHE_SHIFT - PAGE_SHIFT)
+ E
@@
expression E;
@@
- E >> (PAGE_CACHE_SHIFT - PAGE_SHIFT)
+ E
@@
@@
- PAGE_CACHE_SHIFT
+ PAGE_SHIFT
@@
@@
- PAGE_CACHE_SIZE
+ PAGE_SIZE
@@
@@
- PAGE_CACHE_MASK
+ PAGE_MASK
@@
expression E;
@@
- PAGE_CACHE_ALIGN(E)
+ PAGE_ALIGN(E)
@@
expression E;
@@
- page_cache_get(E)
+ get_page(E)
@@
expression E;
@@
- page_cache_release(E)
+ put_page(E)
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-04-01 20:29:47 +08:00
|
|
|
host->max_blk_count = PAGE_SIZE / 512;
|
2007-05-19 20:06:24 +08:00
|
|
|
|
2017-10-15 20:46:14 +08:00
|
|
|
host->fixed_drv_type = -EINVAL;
|
mmc: core: add tunable delay waiting for power to be stable
The hard-coded 10ms delay in mmc_power_up came from
commit 79bccc5aefb4 ("mmc: increase power up delay"), which said "The TI
controller on Toshiba Tecra M5 needs more time to power up or the cards
will init incorrectly or not at all." But it's too engineering solution
for a special board but force all platforms to wait for that long time,
especially painful for mmc_power_up for eMMC when booting.
However, it's added since 2009, and we can't tell if other platforms
benefit from it. But in practise, the modern hardware are most likely to
have a stable power supply with 1ms after setting it for no matter PMIC
or discrete power. And more importnatly, most regulators implement the
callback of ->set_voltage_time_sel() for regulator core to wait for
specific period of time for the power supply to be stable, which means
once regulator_set_voltage_* return, the power should reach the the
minimum voltage that works for initialization. Of course, if there
are some other ways for host to power the card, we should allow them
to argue a suitable delay as well.
With this patch, we could assign the delay from firmware, or we could
assigne it via ->set_ios() callback from host drivers.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2018-05-08 09:04:20 +08:00
|
|
|
host->ios.power_delay_ms = 10;
|
2020-06-23 21:34:47 +08:00
|
|
|
host->ios.power_mode = MMC_POWER_UNDEFINED;
|
2017-10-15 20:46:14 +08:00
|
|
|
|
2007-05-19 20:06:24 +08:00
|
|
|
return host;
|
|
|
|
}
|
|
|
|
|
|
|
|
EXPORT_SYMBOL(mmc_alloc_host);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* mmc_add_host - initialise host hardware
|
|
|
|
* @host: mmc host
|
2007-07-12 02:22:11 +08:00
|
|
|
*
|
|
|
|
* Register the host with the driver model. The host must be
|
|
|
|
* prepared to start servicing requests before this function
|
|
|
|
* completes.
|
2007-05-19 20:06:24 +08:00
|
|
|
*/
|
|
|
|
int mmc_add_host(struct mmc_host *host)
|
|
|
|
{
|
|
|
|
int err;
|
|
|
|
|
2007-07-24 14:09:39 +08:00
|
|
|
WARN_ON((host->caps & MMC_CAP_SDIO_IRQ) &&
|
|
|
|
!host->ops->enable_sdio_irq);
|
|
|
|
|
2007-05-19 20:06:24 +08:00
|
|
|
err = device_add(&host->class_dev);
|
|
|
|
if (err)
|
|
|
|
return err;
|
|
|
|
|
2011-04-11 12:11:29 +08:00
|
|
|
led_trigger_register_simple(dev_name(&host->class_dev), &host->led);
|
|
|
|
|
2008-07-24 20:18:57 +08:00
|
|
|
#ifdef CONFIG_DEBUG_FS
|
|
|
|
mmc_add_host_debugfs(host);
|
|
|
|
#endif
|
|
|
|
|
2007-05-19 20:06:24 +08:00
|
|
|
mmc_start_host(host);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
EXPORT_SYMBOL(mmc_add_host);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* mmc_remove_host - remove host hardware
|
|
|
|
* @host: mmc host
|
|
|
|
*
|
|
|
|
* Unregister and remove all cards associated with this host,
|
2007-07-12 02:22:11 +08:00
|
|
|
* and power down the MMC bus. No new requests will be issued
|
|
|
|
* after this function has returned.
|
2007-05-19 20:06:24 +08:00
|
|
|
*/
|
|
|
|
void mmc_remove_host(struct mmc_host *host)
|
|
|
|
{
|
|
|
|
mmc_stop_host(host);
|
|
|
|
|
2008-07-24 20:18:57 +08:00
|
|
|
#ifdef CONFIG_DEBUG_FS
|
|
|
|
mmc_remove_host_debugfs(host);
|
|
|
|
#endif
|
|
|
|
|
2007-05-19 20:06:24 +08:00
|
|
|
device_del(&host->class_dev);
|
|
|
|
|
2007-10-13 04:48:46 +08:00
|
|
|
led_trigger_unregister_simple(host->led);
|
2007-05-19 20:06:24 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
EXPORT_SYMBOL(mmc_remove_host);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* mmc_free_host - free the host structure
|
|
|
|
* @host: mmc host
|
|
|
|
*
|
|
|
|
* Free the host once all references to it have been dropped.
|
|
|
|
*/
|
|
|
|
void mmc_free_host(struct mmc_host *host)
|
|
|
|
{
|
2014-11-28 21:38:36 +08:00
|
|
|
mmc_pwrseq_free(host);
|
2007-05-19 20:06:24 +08:00
|
|
|
put_device(&host->class_dev);
|
|
|
|
}
|
|
|
|
|
|
|
|
EXPORT_SYMBOL(mmc_free_host);
|