aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/devices')
-rw-r--r--samsung-ipc/devices/galaxys2/galaxys2.c2
-rw-r--r--samsung-ipc/devices/i9300/i9300.c2
-rw-r--r--samsung-ipc/devices/maguro/maguro.c2
-rw-r--r--samsung-ipc/devices/n5100/n5100.c2
-rw-r--r--samsung-ipc/devices/n7100/n7100.c2
-rw-r--r--samsung-ipc/devices/piranha/piranha.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/samsung-ipc/devices/galaxys2/galaxys2.c b/samsung-ipc/devices/galaxys2/galaxys2.c
index cdfe20c..c13c572 100644
--- a/samsung-ipc/devices/galaxys2/galaxys2.c
+++ b/samsung-ipc/devices/galaxys2/galaxys2.c
@@ -158,7 +158,7 @@ int galaxys2_boot(struct ipc_client *client)
}
ipc_client_log(client, "Sent XMM626 HSIC firmware");
- rc = xmm626_hsic_nv_data_send(client, modem_boot_fd);
+ rc = xmm626_kernel_smdk4412_nv_data_send(client, modem_boot_fd);
if (rc < 0) {
ipc_client_log(client, "Sending XMM626 HSIC nv_data failed");
goto error;
diff --git a/samsung-ipc/devices/i9300/i9300.c b/samsung-ipc/devices/i9300/i9300.c
index 85709a8..42b0be1 100644
--- a/samsung-ipc/devices/i9300/i9300.c
+++ b/samsung-ipc/devices/i9300/i9300.c
@@ -148,7 +148,7 @@ int i9300_boot(struct ipc_client *client)
}
ipc_client_log(client, "Sent XMM626 HSIC firmware");
- rc = xmm626_hsic_nv_data_send(client, modem_boot_fd);
+ rc = xmm626_kernel_smdk4412_nv_data_send(client, modem_boot_fd);
if (rc < 0) {
ipc_client_log(client, "Sending XMM626 HSIC nv_data failed");
goto error;
diff --git a/samsung-ipc/devices/maguro/maguro.c b/samsung-ipc/devices/maguro/maguro.c
index a2db5fc..7d1ea1e 100644
--- a/samsung-ipc/devices/maguro/maguro.c
+++ b/samsung-ipc/devices/maguro/maguro.c
@@ -143,7 +143,7 @@ int maguro_boot(struct ipc_client *client)
}
ipc_client_log(client, "Sent XMM626 MIPI firmware");
- rc = xmm626_mipi_nv_data_send(client, modem_boot_fd);
+ rc = xmm626_kernel_smdk4412_nv_data_send(client, modem_boot_fd);
if (rc < 0) {
ipc_client_log(client, "Sending XMM626 MIPI nv_data failed");
goto error;
diff --git a/samsung-ipc/devices/n5100/n5100.c b/samsung-ipc/devices/n5100/n5100.c
index 0abe896..303d175 100644
--- a/samsung-ipc/devices/n5100/n5100.c
+++ b/samsung-ipc/devices/n5100/n5100.c
@@ -149,7 +149,7 @@ int n5100_boot(struct ipc_client *client)
}
ipc_client_log(client, "Sent XMM626 HSIC firmware");
- rc = xmm626_hsic_nv_data_send(client, modem_boot_fd);
+ rc = xmm626_kernel_smdk4412_nv_data_send(client, modem_boot_fd);
if (rc < 0) {
ipc_client_log(client, "Sending XMM626 HSIC nv_data failed");
goto error;
diff --git a/samsung-ipc/devices/n7100/n7100.c b/samsung-ipc/devices/n7100/n7100.c
index d5091a2..ea3459a 100644
--- a/samsung-ipc/devices/n7100/n7100.c
+++ b/samsung-ipc/devices/n7100/n7100.c
@@ -148,7 +148,7 @@ int n7100_boot(struct ipc_client *client)
}
ipc_client_log(client, "Sent XMM626 HSIC firmware");
- rc = xmm626_hsic_nv_data_send(client, modem_boot_fd);
+ rc = xmm626_kernel_smdk4412_nv_data_send(client, modem_boot_fd);
if (rc < 0) {
ipc_client_log(client, "Sending XMM626 HSIC nv_data failed");
goto error;
diff --git a/samsung-ipc/devices/piranha/piranha.c b/samsung-ipc/devices/piranha/piranha.c
index 839b3ce..6b954df 100644
--- a/samsung-ipc/devices/piranha/piranha.c
+++ b/samsung-ipc/devices/piranha/piranha.c
@@ -141,7 +141,7 @@ int piranha_boot(struct ipc_client *client)
}
ipc_client_log(client, "Sent XMM626 MIPI firmware");
- rc = xmm626_mipi_nv_data_send(client, modem_boot_fd);
+ rc = xmm626_kernel_smdk4412_nv_data_send(client, modem_boot_fd);
if (rc < 0) {
ipc_client_log(client, "Sending XMM626 MIPI nv_data failed");
goto error;